Maps and places

Google Maps reviews

from $0.001350 per reviewmaps.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.

FieldTypeRequiredWhat it does
languagestringoptionalLanguage the review details are returned in, e.g. en, fr, de, es, it, ro
placeIdsarray of stringoptionalGoogle place IDs, e.g. ChIJLU7jZClu5kcR4PcOOO6p3I0. More precise than URLs
startUrlsarray of objectoptionalGoogle Maps place, search or reviews URLs. Must contain /maps/place, /maps/search or /maps/reviews
maxReviewsintegeroptionalMaximum reviews PER PLACE. Billed per review. The actor's own default is unlimited, this endpoint defaults to 100 so one call cannot run away
reviewsSortstringoptional
personalDatabooleanoptionalInclude reviewer identity (id, name, profile URL, photo) and the review URL. Set to false to get reviews without personal data
reviewsOriginstringoptionalall includes Tripadvisor and other sources, google restricts to Google reviews
reviewsStartDatestringoptionalOnly reviews newer than this, absolute (2026-05-03) or relative ("3 months")
reviewsFilterStringstringoptionalOnly 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.md

Or plain HTTP

POST /v1/run

{
  "endpoint": "maps.reviews",
  "input": {
    "language": "en",
    "maxReviews": 100,
    "reviewsSort": "newest",
    "personalData": false,
    "reviewsOrigin": "all"
  }
}

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