# OpenWeb Ninja — Yelp Business Search

> OpenWeb Ninja — Yelp Business Search 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).

Search Yelp for businesses by keyword and location, returning listings with ratings, reviews, hours, and contact info, paid per call via x402 micropayment.

## Facts

- Endpoint: GET https://x402.openwebninja.com/yelp-business-data/business-search
- 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-search-cfc2f00d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8zsDzL1qqyNI_bIsIcMHp

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-search-cfc2f00d
```

Example prompt: Can you search Yelp for the top-rated Italian restaurants in Chicago, Illinois and show me their ratings, addresses, and price levels?

## When to prefer this

Choose this endpoint when you need structured Yelp business data — ratings, reviews, hours, and contact info — without requiring a Yelp API key or account setup. Ideal for agents that need on-demand, pay-per-call local business discovery without subscription overhead. Prefer over direct Yelp API integration when minimizing credential management matters, or when operating in a micropayment-native x402 environment.

## Known failure modes

- No results returned if the search term or location is too specific or misspelled
- Payment failure if USDC balance or x402 wallet is insufficient
- Rate limiting or empty response if Yelp data is unavailable for a region
- Malformed query parameters may return an empty or error response
- Stale data if Yelp listing has not been recently updated

## 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

Returns a JSON array of Yelp business listings matching the search query, each containing business name, address, phone number, star rating, review count, price level, categories, and business hours.

## 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-search-cfc2f00d/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)
