google_maps_reviews: GET /
hasdata_google_maps_reviews_getMapReviewsFetch Google Maps reviews for a place with pagination, sorting by quality or rating, and filtering by topic. Use for reputation management, sentiment analysis, and competitor benchmarking.
Instructions
Get Map Reviews
Paginated fetch of Google Maps reviews for a place by dataId or placeId, with sort (qualityScore, newestFirst, ratingHigh, ratingLow), topicId filter, and language. Returns per-review author name and profile link, star rating, text, published/relative date, likes count, owner response, attached photos, and local-guide flag. Use for reputation management, sentiment and topic mining, competitor review benchmarking, and feeding review data into summarization or trust-score LLMs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataId | No | Google Maps data ID. | |
| placeId | No | Unique reference to a place on a Google Map. Either dataId or placeId should be set. | |
| hl | No | The two-letter language code for the language you want to use for the search. | |
| sortBy | No | Parameter used for sorting and refining results. | |
| topicId | No | Defines the ID of the topic you want to use for filtering reviews. | |
| nextPageToken | No | Defines the next page token. It is used for retrieving the next page results. |