Google Maps places and reviews without a Places API key
Place search, place details, and reviews. Not an official platform API. No account, no OAuth — pay per call with x402 or spend a prepaid credit balance with one API key.
Also covers: gmaps · places · business listings
compared to
What Google Maps is not
| Path | Reviews | What you set up |
|---|---|---|
| Places API Place Details | Official cap: five reviews per place | Places API key |
| SerpAPI / Outscraper | Hosted Places reads with their own signup | Their account |
| google-maps.fetcher.sh | Place search, details, and reviews as GETs, $0.005 per call | None for x402 |
Named comparison: Best Google Maps / Places APIs in 2026. Alternatives: Google Maps / Places API alternatives. Compare: Compare Google Maps / Places APIs.
prices
4 GETs on this host
$0.005 per call in USDC. Same numbers as /prices on the directory.
questions
FAQ
Do I need a Google Places API key?
Does the official Places API return every public review?
Do I need an official developer account?
Is there a monthly minimum or subscription?
Can I pay for a single request?
the main one
start here
$0.005 per callPlace search
/api/place/searchSearch by text, or pin the search to a coordinate to get results near a specific point.
try an example
opens the payment page in a new tab · $0.005 per call
quick start
Call Google Maps in 30 seconds
curl -H 'Authorization: Bearer bby_live_...' \
'https://google-maps.fetcher.sh/api/place/search?query=coffee+in+brooklyn'# call without payment to inspect the 402 challenge
curl -i 'https://google-maps.fetcher.sh/api/place/search?query=coffee+in+brooklyn'
# HTTP/1.1 402 Payment Required
# payment-required: <base64 payment requirements>No key yet? Top up once (minimum $1) and the first response contains your bby_live_ key — one balance works across every fetcher.sh service. Generate one.
mcp
Add Google Maps to Claude or Cursor
This host serves 4 named Google Maps tools at /mcp. Catalog discovery (search, describe, fetch any path) lives on mcp.fetcher.sh.
{
"mcpServers": {
"fetcher": { "url": "https://google-maps.fetcher.sh/mcp" }
}
}Specialized tools: google_maps_place_search, google_maps_place, google_maps_place_reviews, google_maps_review. Browse every service on mcp.fetcher.sh.
reference
All 4 Google Maps endpoints
Click any endpoint to open its console: fill the parameters and try it live — the payable URL opens in a new tab, ready for a browser wallet.
Top up once — then hammer all 4 endpoints with one key
One x402 payment funds a credit balance. Every call after that is a plain Bearer request: no signing, no chain round-trip, more requests per second. The same balance works on every fetcher.sh service.
Agents: paste Set up https://google-maps.fetcher.sh/skill.md into your agent — it reads the skill and sets everything up.

