# fetcher.sh Yelp Place Details API

> fetcher.sh Yelp Place Details API is a paid API for AI agents from fetcher.sh, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-08).

Retrieves detailed information about a specific Yelp business/place by its Yelp place ID

## Facts

- Endpoint: GET https://fetcher.sh/api/yelp/place/%7Bid%7D
- Price: $0.003/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-yelp-place-details-api-0ac23460
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0uyVpmCZ4xS3QADcSZpet

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-yelp-place-details-api-0ac23460
```

Example prompt: Can you pull up the Yelp details for the business with ID 'WavvLdfdP6g8aZTtbBQHTw' — I want to see their hours, rating, address, and phone number?

## When to prefer this

Choose this endpoint when you already have a Yelp business ID and need structured place details without setting up Yelp API credentials or OAuth. Ideal for AI agents that need frictionless, pay-per-call access to Yelp data using USDC on Base, with no account registration or subscription required.

## Known failure modes

- Invalid or non-existent Yelp place ID returns 404 or empty result
- Yelp listing may be closed/removed and return no data
- Payment failure via x402 if USDC balance is insufficient
- Rate limits or scraping blocks from Yelp may cause intermittent failures
- Stale data if Yelp page has recently changed

## 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 about the Yelp business including name, address, coordinates, phone number, star rating, review count, business categories, price tier, hours of operation, and photos from the Yelp platform.

## 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-yelp-place-details-api-0ac23460/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)
