# fetcher.sh Google Maps Place Details by FID

> fetcher.sh Google Maps Place Details by FID 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 detailed information about a specific Google Maps place using its Feature ID (FID), paid per call in USDC.

## Facts

- Endpoint: GET https://fetcher.sh/api/google-maps/place/%7Bfid%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-place-details-by-fid-1107d42b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pS5Nwti13DoS3_khFO05x

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-details-by-fid-1107d42b
```

Example prompt: Look up the Google Maps place with FID 0x89c259af536a7339:0x3c598f6d7e8e6e3d and give me its name, address, phone number, and current opening hours.

## When to prefer this

Use this endpoint when you already have a Google Maps Feature ID (FID) and need structured place details without a Google Maps Platform API key or billing account. Ideal for AI agents that need to enrich location data on-demand, pay per call in USDC without subscriptions, and avoid OAuth or account setup overhead. Prefer over the official Google Maps Places API when you want crypto-native micropayment billing or need to avoid Google's quota and billing complexity.

## Known failure modes

- Invalid or malformed FID returns a 404 or error response
- FID points to a deleted or merged place returning empty results
- Payment failure via x402 if USDC balance is insufficient
- Rate limiting if too many calls are made in quick succession
- Some place fields may be null if the listing is incomplete on Google Maps

## 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 place data for the given Google Maps FID, typically including business name, formatted address, phone number, website, opening hours, star rating, review count, geographic coordinates, place category, and other available attributes from the Google Maps listing.

## 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-details-by-fid-1107d42b/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)
