I am doing an application where I extract the google reviews using google places API.When I read the document related to it in "https://developers.google.com/maps/documentation/javascript/places",I found out that I could get only 5 top reviews.Is there any option to get more reviews.
相关问题
- How do you change the color of the dotted line on
- Add HTML class/ID to Google Maps Marker (API V3)
- Google maps how to force marker on the nearest roa
- Google Maps API v3 Hiding and showing a circle bou
- google maps adding overlay layer above UI and mark
相关文章
- Avoiding “Sorry, we have no imagery here” with Goo
- Cursor disappears in Google Maps application
- How to draw a proper polylines on google maps [clo
- Draw a rectangle arround a polygon when given in c
- Disable 'use strict' in Google Maps Drawin
- Google Places API place_id field length
- Unable to rotate kml layer
- Opening only a infobox at a time when multiple mar
In order to have access to more than 5 reviews with the Google API you have to purchase Premium data Access from Google. That premium plan will grant you access to all sorts of additional data points you have to shell out a pretty penny.
If you are a Business owner wanting to retrieve all of your reviews, you can do so but first you have to get verified and could do this through the MyBusiness API more info here: https://developers.google.com/my-business/
There is a feature request for that: Issue 7630: Response to Include More Than 5 Reviews ─ I'd recommend you "star" it to receive updates.
Adding to the answer of @miguev, there's at the moment no way to get more than 5 top reviews without using premium APIs (according to a Google Maps guy I had a talk with) and that's pricey.