# OpenWeb Ninja — Yelp Business Search (x402)

> OpenWeb Ninja — Yelp Business Search (x402) 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 local businesses by keyword, location, and filters, returning business listings with ratings, reviews, categories, and contact details.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-local-and-maps-data/yelp/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-x402-3fcf0e8e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FCy6sIuaKh9SRFIlrz9RM

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-x402-3fcf0e8e
```

Example prompt: Can you search Yelp for the top-rated sushi restaurants in San Francisco's Mission District, filtering for places with at least 4 stars and open right now?

## When to prefer this

Choose this endpoint when you need live, structured Yelp business data including ratings, reviews, contact info, and hours for local businesses — especially restaurants, services, and retail. Prefer it over generic web search when you need machine-readable structured data (ratings, coordinates, phone numbers) rather than HTML pages, and when you want Yelp-specific social proof metrics. Ideal for AI agents that need to answer 'what's nearby and well-reviewed' questions without requiring an API key or account setup.

## Known failure modes

- No results found for the given keyword/location combination
- Invalid or unrecognized location parameter
- Payment of $0.003 USDC not settled via x402 — request rejected with 402 status
- Rate limiting or Yelp API quota exceeded upstream
- Malformed query parameters returning empty or error response

## 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 list of Yelp business listings matching the search criteria, each including business name, address, phone number, star rating, review count, category tags, coordinates, hours of operation, price tier, and a direct Yelp URL for each business.

## 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-x402-3fcf0e8e/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)
