# stableninja.dev Yelp Business Reviews

> stableninja.dev Yelp Business Reviews is a paid API for AI agents from stableninja.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Fetches paginated Yelp reviews for a specific business by its Yelp business ID, with sorting and filtering options.

## Facts

- Endpoint: GET https://stableninja.dev/api/yelp/business-reviews
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stableninja-dev-cc66aba8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZygVNehxLBSYbZ7yeVj2C

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 stableninja-dev-cc66aba8
```

Example prompt: Can you pull the top 10 highest-rated Yelp reviews for the business with ID 'gary-danko-san-francisco' — just the first page sorted by HIGHEST_RATED?

## When to prefer this

Use this endpoint when you have a specific Yelp business ID and need to retrieve customer reviews with flexible sorting (best match, newest, oldest, highest/lowest rated, elites) and pagination. Prefer this over the Yelp business search endpoint when you already know the business ID and want review data specifically.

## Known failure modes

- Invalid or non-existent business_id returns empty results or 404
- Rate limiting or payment failure returns 402 or 429
- Invalid sort enum value returns 400 validation error
- page or page_size out of allowed range returns 400
- Language code too short or too long returns 400

## How this service works

Fetch Yelp reviews for a business ID.

## Output

Returns a paginated list of Yelp reviews for the specified business, including review text, star ratings, reviewer details, and review dates, sorted according to the requested criteria.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stableninja-dev-cc66aba8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stableninja.dev](https://www.zero.xyz/host/stableninja.dev/llms.txt)
