google_maps_contributor_reviews: GET /
hasdata_google_maps_contributor_reviews_getMapReviewsRetrieve all Google Maps reviews by a specific Local Guide using contributor ID. Returns rating, text, date, place details, photos, and owner responses. Ideal for reviewer reputation checks, fake review detection, and trust scoring.
Instructions
Get Map Contributor Reviews
Lists all Google Maps reviews authored by a specific Local Guide / contributor by contributorId, with language/country targeting and nextPageToken pagination. Returns per-review rating, text, date, place name, place address, placeId, photos, and owner responses. Use for reviewer reputation checks, detecting fake/bot review patterns, local-guide activity analysis, and building review-author profiles for trust scoring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contributorId | Yes | Google Maps Contributor ID. | |
| hl | No | The two-letter language code for the language you want to use for the search. | |
| gl | No | The two-letter country code for the country you want to limit the search to. | |
| num | No | Number of results per page, ranging from 10 to 200. | |
| nextPageToken | No | Defines the next page token. It is used for retrieving the next page results. |