# OpenWeb Ninja Yelp Business Reviews API

> OpenWeb Ninja Yelp Business Reviews API is a paid API for AI agents from x402.openwebninja.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Fetches real-time customer reviews for a Yelp business, payable per call via x402 micro-payments with no account or API key required.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-local-and-maps-data/yelp/business-reviews
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openweb-ninja-yelp-business-reviews-api-4b0eb789
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gCIEY6hCHeuZmHked-xFZ

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 openweb-ninja-yelp-business-reviews-api-4b0eb789
```

Example prompt: Can you pull the latest Yelp reviews for Nobu Restaurant in New York City so I can see what customers are saying about the food and service?

## When to prefer this

Choose this endpoint when you need real-time Yelp review data without a Yelp developer account or API key, and want to pay only per call at $0.003 USDC. Ideal for ad-hoc lookups, agent workflows that need live consumer sentiment, or applications that require no upfront subscription. Prefer over direct Yelp API when simplicity and micro-payment billing are priorities.

## Known failure modes

- Business not found on Yelp — returns empty result or 404-equivalent
- Payment failure via x402 — HTTP 402 returned if USDC payment not completed
- Invalid business identifier — malformed input returns error
- Rate limiting or Yelp source unavailability — temporary fetch failures
- No reviews available for a newly listed business

## How this service works

40+ public web-data, SERP, e-commerce, real-estate, finance and AI-search APIs, payable per call over x402 (USDC on Base, Polygon, Arbitrum). No account or API key required. Most endpoints $0.003; AI-model endpoints $0.005.

## Output

A JSON response containing a list of Yelp customer reviews for the specified business, including review text, star ratings, reviewer display names, review dates, and potentially review counts or helpfulness signals. Data reflects real-time Yelp content at the time of the call.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/openweb-ninja-yelp-business-reviews-api-4b0eb789/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.openwebninja.com](https://www.zero.xyz/host/x402.openwebninja.com/llms.txt)
