# fetcher.sh Google Maps Place Reviews

> fetcher.sh Google Maps Place Reviews is a paid API for AI agents from fetcher.sh, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-13).

Fetches user reviews for a Google Maps place identified by its FID (feature ID)

## Facts

- Endpoint: GET https://fetcher.sh/api/google-maps/place/%7Bfid%7D/reviews
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fetcher-sh-google-maps-place-reviews-dbfe8be3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MIhUKlOkcjrksR4jypfFf

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability fetcher-sh-google-maps-place-reviews-dbfe8be3
```

Example prompt: Can you pull all the Google Maps reviews for the place with FID 0x89c259af536a7bc9:0x2978a4e65c88b94b — I want to see the star ratings and what customers are saying about it.

## When to prefer this

Choose this endpoint when you need to programmatically access Google Maps reviews for a specific business or place without setting up Google Places API credentials or OAuth. Ideal for AI agents that need per-call, pay-as-you-go access to review data for sentiment analysis, competitor monitoring, or reputation tracking — especially when no subscription or developer account setup is acceptable.

## Known failure modes

- Invalid or unrecognized FID returns empty results or 404
- Place has no reviews returns an empty array
- Google Maps rate limiting or blocking causes 429 or scrape failure
- FID format incorrect causes parsing error
- Payment failure (insufficient USDC balance) returns 402

## How this service works

fetcher.sh is an x402 web-data and scraping API: 111 endpoints for Twitter/X, YouTube, TikTok, Instagram, Reddit, Google, App Store, and Yelp — paid per call in USDC on Base, Polygon, Arbitrum, Monad or Solana, or with prepaid credits. Built for AI agents: no accounts, no OAuth, no subscriptions.

## Output

Returns a list of reviews for the specified Google Maps place, including reviewer names, star ratings (1–5), review text, and review dates. May also include aggregate rating summary and total review count.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fetcher-sh-google-maps-place-reviews-dbfe8be3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from fetcher.sh](https://www.zero.xyz/host/fetcher.sh/llms.txt)
