Google Maps reviews
Reviews for a Google Maps place, with star rating, review text, publish date, owner response, review images and visit context, alongside the place's own address, category, total score and review count.
What a call costs
Billed on actual usage, minimum $0.0020 per call, capped at $6.00 per call.
a price before every call. failed calls are never charged.
When to use it
Use to read what customers actually say about a business or landmark, track rating trends over time, or mine complaints and praise. Identify places by placeIds or Google Maps place URLs. Set personalData to false when you do not need reviewer identities. maxReviews is per place.
Inputs
Google Maps reviews takes 9 fields, none of them required. Anything you leave out falls back to the tool's own default.
| Field | Type | Required | What it does |
|---|---|---|---|
| language | string | optional | Language the review details are returned in, e.g. en, fr, de, es, it, ro |
| placeIds | array of string | optional | Google place IDs, e.g. ChIJLU7jZClu5kcR4PcOOO6p3I0. More precise than URLs |
| startUrls | array of object | optional | Google Maps place, search or reviews URLs. Must contain /maps/place, /maps/search or /maps/reviews |
| maxReviews | integer | optional | Maximum reviews PER PLACE. Billed per review. The actor's own default is unlimited, this endpoint defaults to 100 so one call cannot run away |
| reviewsSort | string | optional | |
| personalData | boolean | optional | Include reviewer identity (id, name, profile URL, photo) and the review URL. Set to false to get reviews without personal data |
| reviewsOrigin | string | optional | all includes Tripadvisor and other sources, google restricts to Google reviews |
| reviewsStartDate | string | optional | Only reviews newer than this, absolute (2026-05-03) or relative ("3 months") |
| reviewsFilterString | string | optional | Only reviews containing this keyword |
How to call it
Connect once and your agent can reach Google Maps reviews the same way it reaches everything else in the catalog. Add Goro as an MCP connector, or paste the setup line into an agent that reads skills.
MCP
Add this server in Claude, Claude Code, or any MCP client.
https://mcp.usegoro.ai/mcp
Skill
One line in your agent's chat. It sets itself up.
set up https://usegoro.ai/SKILL.mdOr plain HTTP
POST /v1/run
{
"endpoint": "maps.reviews",
"input": {
"language": "en",
"maxReviews": 100,
"reviewsSort": "newest",
"personalData": false,
"reviewsOrigin": "all"
}
}Related tools
More from maps and places, or browse the full tool catalog.
Further reading: Lead generation with AI agents: a step-by-step playbook
Run Google Maps reviews from your agent.
One balance for every tool in the catalog. Start with Build, $25 of credit for $19 a month.
Get started