Google Maps Reviews
google_maps_reviewsFetch Google Maps reviews by place ID or query to analyze ratings, monitor recent feedback, and extract review metadata for targeted locations.
Instructions
Fetch Google Maps reviews for place ids or place queries.
Best for:
review analysis
recent-review monitoring
targeted review extraction for specific places
Prefer this tool when:
the user needs review text, review counts, or review metadata
you already know the place or can identify it from a query
async polling is acceptable for heavier review jobs
Use async mode when:
review volume is large
you query many places in one request
you want to poll progress later with requests_get
Do not use this for basic place discovery:
use google_maps_search first
then use google_maps_reviews once you know the target place or query set
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Review sorting mode. | |
| async | No | Deprecated compatibility flag. Prefer execution_mode. | |
| limit | No | Maximum number of places to process. | |
| query | Yes | One or more place ids or Google Maps business queries. | |
| start | No | Start date or offset accepted by Outscraper. | |
| cutoff | No | Cutoff date/timestamp accepted by Outscraper. | |
| fields | No | Specific review fields to return. | |
| region | No | Region code, for example us. | |
| source | No | Review source. | |
| webhook | No | Optional webhook URL for async completion. | |
| language | No | Language code, for example en. | |
| ignore_empty | No | Skip places without reviews. | |
| cutoff_rating | No | Minimum rating cutoff. | |
| reviews_limit | No | Maximum reviews per place. | |
| reviews_query | No | Optional keyword filter inside reviews. | |
| execution_mode | No | Execution strategy. Use auto to let the MCP server choose between sync and async. | |
| last_pagination_id | No | Resume token from previous page. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes | ||
| async | No |