https://developers.google.com/places/documentation/#PlaceDetails
The "reviews" output list is apparently limited to the top 5 reviews. This isn't mentioned at all in the documentation. Is there way to get paginated results or more than 5?
https://developers.google.com/places/documentation/#PlaceDetails
The "reviews" output list is apparently limited to the top 5 reviews. This isn't mentioned at all in the documentation. Is there way to get paginated results or more than 5?
This is explicit stated in the documentation here, under the reviews[]
field explaination:
reviews[] a JSON array of up to five reviews.
There is currently no way to retrieve more than 5 reviews. If you think this would be a valuable feature you can submit a Places API - Feature Request
here.