Replies: 1 comment 1 reply
-
I don't think this API allows this @Rodeveer You might want to go the usual route of fetching with an axios API call like here https://developers.google.com/maps/documentation/places/web-service/details#place-details-example |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working with a client that wants to get some data from the Google Business Reviews (score etc) but I'm struggling to get the data imported into my application.
I'm working with this repo for my Google Maps and since the Place is just an extension of the maps API I thought....
Someone knows how to get the JSON (in this case) from the following URL with this library? https://maps.googleapis.com/maps/api/place/details/json?placeid=[placeID]&key=[apiKey]
Oh FYI. I don't need the maps loaded on that page. I just need the data that is coming from the request! :)
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions