# Google Maps API — no account, pay per call

> Place search, place details, and reviews. 4 GET endpoints, $0.005 per call in USDC on Base, Polygon, Arbitrum, Monad or Solana. No account, no OAuth — pay with x402 or a prepaid credit key.

- This host: https://google-maps.fetcher.sh
- Catalog: https://google-maps.fetcher.sh/llms.txt
- Agent setup: https://google-maps.fetcher.sh/skill.md
- Directory: https://fetcher.sh/index.md


Also covers: gmaps, places, business listings

## Quick start

```bash
curl -H 'Authorization: Bearer bby_live_...' \
  'https://google-maps.fetcher.sh/api/place/search'
```

```bash
# call without payment to inspect the 402 challenge
curl -i 'https://google-maps.fetcher.sh/api/place/search'
# HTTP/1.1 402 Payment Required
# payment-required: <base64 payment requirements>
```

## Endpoints

- [Place search](https://google-maps.fetcher.sh/place-search.md) — GET /api/place/search — $0.005
- [Place](https://google-maps.fetcher.sh/place.md) — GET /api/place/{fid} — $0.005
- [Place reviews](https://google-maps.fetcher.sh/place-reviews.md) — GET /api/place/{fid}/reviews — $0.005
- [Review](https://google-maps.fetcher.sh/review.md) — GET /api/review/{id} — $0.005
