Get Google Maps reviews: pay per use, no API key
Use Apify from Claude, Claude Code, Cursor, ChatGPT, and other agents through one Cralo balance.
Fetch public Google Maps place reviews using Apify. Price is per review (quoted from `limit`, max 1000).
Price and execution
- Price
- $0.00045 / review
- Pricing model
- Per review, billed on success
- Execution class
- queued
Limits
No additional limits are published for this tool.
Parameters
Fields apify.google-maps-reviews accepts as JSON input.
urlstring (uri)RequiredPublic Google Maps place, search, or reviews URL. Ignored when `place_id` is set.
limitintegerOptionalMaximum number of records to return (1 to 1000, default 10). Quoted price scales with this limit.
place_idstringOptionalOptional Google place ID starting with `ChIJ` or `GhIJ`. When set, this is used instead of `url`.
Raw input JSON Schema
{
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"format": "uri",
"pattern": "^https://(www\\.)?google\\.[^/]+/maps/",
"description": "Public Google Maps place, search, or reviews URL. Ignored when `place_id` is set."
},
"limit": {
"type": "integer",
"default": 10,
"maximum": 1000,
"minimum": 1,
"description": "Maximum number of records to return (1 to 1000, default 10). Quoted price scales with this limit."
},
"place_id": {
"type": "string",
"maxLength": 40,
"minLength": 20,
"description": "Optional Google place ID starting with `ChIJ` or `GhIJ`. When set, this is used instead of `url`."
}
},
"additionalProperties": false
}Returns
Fields a successful apify.google-maps-reviews call returns.
countintegerRequiredresultsarrayRequiredretrieved_atstring (date-time)Requiredprovider_request_idstring | nullRequired
Raw output JSON Schema
{
"type": "object",
"required": [
"results",
"count",
"provider_request_id",
"retrieved_at"
],
"properties": {
"count": {
"type": "integer",
"minimum": 0
},
"results": {
"type": "array",
"maxItems": 1000
},
"retrieved_at": {
"type": "string",
"format": "date-time"
},
"provider_request_id": {
"type": [
"string",
"null"
]
}
},
"additionalProperties": false
}Run this tool
Copy this instruction to your agent to set up Cralo and call this tool with the example input.
Set up Cralo by following https://cralo.ai/SKILL.md, then call the apify.google-maps-reviews tool with this input: {"url":"https://www.google.com/maps/place/Ferry+Building/@37.7955,-122.3937,17z","limit":1}Safety notes
- Side Effect
- read_only
- Public Sources Only
- Yes
- Authenticated Content
- No
How this compares to using Apify directly
You do not need a separate Apify account or subscription for this call. Cralo uses one prepaid balance across all tools and shows the per-call price before you run the command.
Related tools
[Browse all tools]- $0.003 / placeScrape Google Maps placesFind public Google Maps businesses and place details using Apify's popular Google Maps Scraper actor. Price is per place (quoted from `limit`, max 1000).Apify
apify.google-maps - $0.0009 / reviewGet Amazon reviewsFetch public Amazon product reviews using Apify. Price is per review (quoted from `limit`, max 100).Apify
apify.amazon-reviews - $0.002 / reviewGet Facebook Page reviewsFetch public reviews from a Facebook Page using Apify. Price is per review (quoted from `limit`, max 1000).Apify
apify.facebook-reviews - $0.0023 / resultSearch InstagramSearch public Instagram profiles, hashtags, or places using Apify's Instagram Scraper actor. Price is per result (quoted from `limit`, max 1000).Apify
apify.instagram-searchInstant - $0.0005 / pageCrawl a website with ApifyCrawl public pages and return clean website content using Apify's Website Content Crawler. Price is per page crawled (quoted from `limit`, max 1000).Apify
apify.website-crawl