Google logo

Get Google Maps Reviews (Apify)

GoogleGet Google Maps Reviews (Apify)

POST/v1/google-maps-reviews-scraper-sync
texau__google-maps-reviews-scraper-syncenrichment
cURL · api.texau.app
84ms
POST/v1/google-maps-reviews-scraper-sync
{
  "start_url": "https://acme.com",
  "max_review": 1,
  "review_sort": "sample-value"
}
200 Accepted
{
  "ok": true,
  "data": {
    "search_string": "sample",
    "reviewer_id": "rec_4f3a91",
    "reviewer_url": "https://acme.com",
    "unique_name": "sample",
    "reviewer_number_of_review": 1,
    "is_local_guide": true,
    "reviewer_photo_url": "https://acme.com",
    "text": "sample",
    "text_translated": "sample",
    "publish_at": "sample",
    "published_at_date": "sample",
    "like_count": 1,
    "review_id": "rec_4f3a91",
    "review_url": "https://acme.com",
    "review_origin": "sample",
    "star": 1,
    "rating": 1,
    "response_from_owner_date": "sample",
    "response_from_owner_text": "sample",
    "visited_in": "sample",
    "original_language": "sample",
    "translated_language": "sample",
    "is_advertisement": true,
    "place_id": "rec_4f3a91",
    "location_latitude": 1,
    "location_longitude": 1,
    "address": "sample",
    "neighborhood": "sample",
    "street": "sample",
    "city": "sample",
    "postal_code": "sample",
    "state": "sample",
    "country_code": 1,
    "category_name": "sample",
    "title": "sample",
    "total_score": 92,
    "permanently_closed": true,
    "temporarily_closed": true,
    "review_count": 1,
    "url": "https://acme.com",
    "price": "sample",
    "image_url": "https://acme.com",
    "scraped_at": "sample",
    "language": "sample"
  }
}

Run the Apify Google Maps Reviews Scraper synchronously and retrieve the scraped reviews dataset.

Install

Add get google maps reviews (apify) to your MCP client.

Drop this into claude_desktop_config.json (or your client's equivalent) and the tool shows up in any chat.

claude_desktop_config.json
{
  "mcpServers": {
    "texau": {
      "command": "npx",
      "args": ["-y", "@texau/mcp-server"],
      "env": { "TEXAU_API_KEY": "..." }
    }
  }
}

Tool name: texau__google-maps-reviews-scraper-sync

When to use this.

The "Get Google Maps Reviews (Apify)" action enables users to synchronously scrape and retrieve a comprehensive dataset of reviews from a specified Google Maps place URL. Key input parameters include the "start_url," which identifies the Google Maps location to target, "max_review," which sets the limit on the number of reviews to collect, and an optional "review_sort" parameter for organizing reviews by criteria such as highest rating or most recent. The output data includes various fields such as reviewer details, review content, ratings, and location information, with semantic types encompassing text, URLs, numbers, booleans, and dates. This action is ideal for businesses seeking to analyze customer feedback, enhance reputation management, or conduct market research, making it a valuable tool in the enrichment category for data-driven decision-making.

Try it

Run a sample request.

The response is a deterministic, cached example. No live call, no credits used.

Get Google Maps Reviews (Apify)

Try it

Google Maps place URL to scrape reviews from.

Maximum number of reviews to scrape.

Sorting of reviews, e.g. by highest ranking or most recent.

Response is cached — no live API call.

Response

Output schema.

Every field returned in `data`. Click rows to expand nested objects.

FieldType
  • search_string
    Search String
    nullablestring
  • reviewer_id
    Reviewer Id
    nullablestring
  • reviewer_url
    Reviewer Url
    string
  • unique_name
    Unique Name
    string
  • reviewer_number_of_review
    Reviewer Number Of Review
    nullablenumber
  • is_local_guide
    Is Local Guide
    nullableboolean
  • reviewer_photo_url
    Reviewer Photo Url
    nullablestring
  • text
    Text
    string
  • text_translated
    Text Translated
    nullablestring
  • publish_at
    Publish At
    nullablestring
  • published_at_date
    Published At Date
    string
  • like_count
    Like Count
    nullablenumber
  • review_id
    Review Id
    nullablestring
  • review_url
    Review Url
    string
  • review_origin
    Review Origin
    nullablestring
  • star
    Star
    number
  • rating
    Rating
    number
  • response_from_owner_date
    Response From Owner Date
    nullablestring
  • response_from_owner_text
    Response From Owner Text
    nullablestring
  • visited_in
    Visited In
    nullablestring
  • original_language
    Original Language
    nullablestring
  • translated_language
    Translated Language
    nullablestring
  • is_advertisement
    Is Advertisement
    nullableboolean
  • place_id
    Place Id
    nullablestring
  • location_latitude
    Location Latitude
    nullablenumber
  • location_longitude
    Location Longitude
    nullablenumber
  • address
    Address
    nullablestring
  • neighborhood
    Neighborhood
    nullablestring
  • street
    Street
    nullablestring
  • city
    City
    nullablestring
  • postal_code
    Postal Code
    nullablestring
  • state
    State
    nullablestring
  • country_code
    Country Code
    nullablestring
  • category_name
    Category Name
    nullablestring
  • title
    Title
    string
  • total_score
    Total Score
    nullablenumber
  • permanently_closed
    Permanently Closed
    nullableboolean
  • temporarily_closed
    Temporarily Closed
    nullableboolean
  • review_count
    Review Count
    nullablenumber
  • url
    Url
    nullablestring
  • price
    Price
    nullablestring
  • image_url
    Image Url
    nullablestring
  • scraped_at
    Scraped At
    nullablestring
  • language
    Language
    nullablestring

Integrate

Copy-pasteable snippets.

Real endpoint: https://v3-api.texau.com/api/v1/google-maps-reviews-scraper-sync. Auth: x-api-key.

cURL · api.texau.app
84ms
POST/v1/google-maps-reviews-scraper-sync
curl -X POST 'https://v3-api.texau.com/api/v1/google-maps-reviews-scraper-sync' \
  -H 'x-api-key: $TEXAU_API_KEY' \
  -H 'content-type: application/json' \
  -d '{"start_url":"https://acme.com","max_review":1,"review_sort":"sample-value"}'
200 Accepted
{
  "ok": true,
  "data": {
    "search_string": "sample",
    "reviewer_id": "rec_4f3a91",
    "reviewer_url": "https://acme.com",
    "unique_name": "sample",
    "reviewer_number_of_review": 1,
    "is_local_guide": true,
    "reviewer_photo_url": "https://acme.com",
    "text": "sample",
    "text_translated": "sample",
    "publish_at": "sample",
    "published_at_date": "sample",
    "like_count": 1,
    "review_id": "rec_4f3a91",
    "review_url": "https://acme.com",
    "review_origin": "sample",
    "star": 1,
    "rating": 1,
    "response_from_owner_date": "sample",
    "response_from_owner_text": "sample",
    "visited_in": "sample",
    "original_language": "sample",
    "translated_language": "sample",
    "is_advertisement": true,
    "place_id": "rec_4f3a91",
    "location_latitude": 1,
    "location_longitude": 1,
    "address": "sample",
    "neighborhood": "sample",
    "street": "sample",
    "city": "sample",
    "postal_code": "sample",
    "state": "sample",
    "country_code": 1,
    "category_name": "sample",
    "title": "sample",
    "total_score": 92,
    "permanently_closed": true,
    "temporarily_closed": true,
    "review_count": 1,
    "url": "https://acme.com",
    "price": "sample",
    "image_url": "https://acme.com",
    "scraped_at": "sample",
    "language": "sample"
  }
}

Output

Results land in a TexAu table.

Sample rows below.

Real result preview coming soon.

InputStatusScore
[email protected]valid96
[email protected]risky54
[email protected]invalid12

Workflow

A real example.

Trigger → get google maps reviews (apify) → enrich → push to your CRM. ~80 ms operator effort, the rest runs in the background.

Step 1TriggerNew row, webhook, or schedule.
Step 2Get Google Maps Reviews (Apify)Google action runs.
Step 3EnrichWaterfall fills missing fields.
Step 4Push to CRMHubSpot / Salesforce / Pipedrive.

Built for

Who runs this.

GTM EngineerRevOpsAgency

Reliability

Rate limits & reliability.

  • Per-minute limit30 / min
  • Per-day limit5,000 / day
  • RetriesAutomatic w/ backoff
  • ModeSync

Errors

HTTP status codes.

What each response means and what to do about it.

CodeCauseFix
200 OKAction ran. Data in `data`.Read response.
400 Bad RequestMissing or malformed input.Validate against the input schema.
401 UnauthorizedMissing or invalid `x-api-key`.Re-issue from /api-platform.
403 ForbiddenWorkspace lacks plan tier.Upgrade or contact sales.
404 Not FoundAction key not recognized.Verify the slug.
429 Rate LimitedPer-minute or per-day cap hit.Backoff; reduce concurrency.
500 Server ErrorUnexpected TexAu issue.Retry with backoff.
502 Bad GatewayUpstream provider 5xx.Retry; we surface root cause.
504 TimeoutUpstream slower than maxLatency.Switch to `isAsync` polling.

Pricing

What it costs to run.

Standard tier

Pricing tier on /pricing. Per-action credit cost is private.

FAQ.

  • Is this real-time?

    Yes. Synchronous actions return in ~1–4 s. Long-running work uses async polling (see status 504 → switch to async).

  • Do I get charged on failure?

    No. Verified failures cost zero credits. Provider miss / 5xx / timeout cascade to the next provider in the waterfall when applicable.

  • Does it work with Claude / Cursor via MCP?

    Yes. Add the texau MCP server to your client config, then call `texau__google-...` directly.

  • What CRMs can I push results to?

    HubSpot, Salesforce, Pipedrive, Zoho, and GoHighLevel are bidirectional. Smartlead, Instantly, Lemlist, HeyReach, Apollo Sequences, and Reply.io for outbound.

Run Get Google Maps Reviews (Apify) in 60 seconds.

Pull your API key, paste the cURL, ship to your CRM.