# OpenWeb Ninja — Local Business Reviews API (v2)

> OpenWeb Ninja — Local Business Reviews API (v2) 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 local business, returning structured review data including ratings, reviewer info, and review text.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-local-and-maps-data/local-business-data/business-reviews-v2
- 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-local-business-reviews-api-v2-d06d7b70
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_s2QBSneyej1zeczT8BbDR

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-local-business-reviews-api-v2-d06d7b70
```

Example prompt: Can you pull the latest customer reviews for Joe's Pizza on 5th Avenue in New York City so I can see what people are saying about the food and service?

## When to prefer this

Choose this endpoint when you need real-time, per-call access to local business reviews without committing to a monthly API subscription or managing API keys. Ideal for agents that need occasional review lookups billed at $0.003 per call via USDC micropayments. Prefer over scraping solutions when you want structured JSON output. Best for local business intelligence, competitor analysis, and reputation monitoring use cases.

## Known failure modes

- Business not found — returns empty results or error if the business identifier is invalid or unrecognized
- Payment failure — x402 USDC micropayment not completed, request rejected before processing
- Rate or quota issues — repeated rapid calls may be throttled
- Stale or unavailable data — if the underlying web source is temporarily inaccessible, response may be empty or partial
- Invalid parameters — malformed input schema causes a 4xx error

## 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 structured JSON payload containing a list of customer reviews for the specified local business, including per-review data such as star rating, reviewer name, review text, review date, and potentially reviewer profile metadata. May also include an aggregate rating summary.

## 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-local-business-reviews-api-v2-d06d7b70/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)
