# AnyAPI Yelp Search

> AnyAPI Yelp Search is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.05/call, status down (last checked 2026-09-14).

Search Yelp for local businesses by keyword, location, and filters, returning structured business listings

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/yelp.search
- Price: $0.05/call
- Payment: x402
- Status: down
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-yelp-search-7a79ebb5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2Pm0qRseu4ManHgo58CjU

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 anyapi-yelp-search-7a79ebb5 -d '<json body>'
```

Example prompt: Search Yelp for the top-rated Italian restaurants in San Francisco with at least 3 dollar signs for price, and show me their names, ratings, and addresses.

## When to prefer this

Use this endpoint when you need programmatic access to Yelp business search results without a Yelp API key or subscription. Ideal for agents that need to find local businesses, restaurants, or services by keyword and location, especially when combining with other AnyAPI data sources under one wallet. Prefer over direct Yelp API when pay-per-request pricing is more cost-effective than a subscription.

## Known failure modes

- Invalid or missing location returns empty results or error
- Yelp anti-scraping measures may cause intermittent failures
- Search term too broad may return irrelevant results
- Location not recognized returns no results
- Rate limiting or payment failure returns 402 or 429 error

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

Returns structured JSON with a list of Yelp business results matching the query, including business name, address, phone number, rating, review count, price tier, category, and Yelp URL for each result.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-yelp-search-7a79ebb5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
