# fetcher.sh Google Maps Review Lookup

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

Fetches a single Google Maps review by its ID, returning review content and metadata

## Facts

- Endpoint: GET https://fetcher.sh/api/google-maps/review/%7Bid%7D
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-08
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fetcher-sh-google-maps-review-lookup-f5877046
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CdciFxumFQDDapHiKMY7V

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-review-lookup-f5877046
```

Example prompt: Can you pull up the full text, star rating, and author details for the Google Maps review with ID ChZDSUhNMG9nS0VJQ0FnSUN5MXFfWEJREAE?

## When to prefer this

Choose this endpoint when you need to programmatically fetch a specific Google Maps review by its ID without setting up Google Maps API credentials or OAuth. Ideal for AI agents that need per-review data on demand, paid per call in USDC with no subscription required. Prefer over direct Google Maps API when you want zero-setup scraping for spot lookups.

## Known failure modes

- Invalid or non-existent review ID returns a 404 or empty result
- Deleted or removed reviews may return no content
- Google Maps anti-scraping measures may cause intermittent failures
- Payment failure (insufficient USDC balance) returns HTTP 402
- Malformed ID format causes a 400 bad request error

## 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 structured data for a single Google Maps review, typically including: review ID, reviewer name, star rating (1–5), review text/body, review date, place/business reference, and possibly helpful vote count or reviewer profile details.

## 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-review-lookup-f5877046/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)
