# fetcher.sh Yelp Place Reviews API

> fetcher.sh Yelp Place Reviews 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).

Fetches user reviews for a specific Yelp business by its place ID, paid per call in USDC via x402

## Facts

- Endpoint: GET https://fetcher.sh/api/yelp/place/%7Bid%7D/reviews
- 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-reviews-api-e87b648a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_V47v1UBvyfzhdiqY9ZsJ_

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-reviews-api-e87b648a
```

Example prompt: Pull the Yelp reviews for the business with Yelp ID 'WavvLdfdP6g8aZTtbBQHTw' — I want to see what customers are saying about it.

## When to prefer this

Choose this endpoint when you need structured Yelp review data for a known business (by Yelp place ID) without setting up OAuth or a Yelp developer account. It is ideal for AI agents that need to quickly retrieve customer sentiment, ratings, and review text for local businesses on a pay-per-call basis. Prefer this over direct Yelp API integrations when you want frictionless, per-call access billed in USDC.

## Known failure modes

- Invalid or non-existent Yelp place ID returns a 404 or empty result
- Payment failure or insufficient USDC balance returns a 402 error
- Yelp rate limits or access restrictions may cause upstream failures
- Business with no reviews returns an empty reviews array
- Malformed place ID format may cause 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

A list of user-submitted Yelp reviews for the specified business, typically including reviewer name, star rating, review text, and review date. The number of reviews returned depends on the endpoint's pagination behavior.

## 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-reviews-api-e87b648a/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)
