# OpenWeb Ninja Business Reviews v2

> OpenWeb Ninja Business Reviews 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 customer reviews for a local business, returning structured review data including ratings, text, and reviewer metadata.

## Facts

- Endpoint: GET https://x402.openwebninja.com/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-business-reviews-v2-ad73f57c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_X_Xkp9CQinh9u8PIM94fi

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-business-reviews-v2-ad73f57c
```

Example prompt: Can you pull up the latest customer reviews for Joe's Pizza in Brooklyn, New York — I want to see their ratings, recent review text, and what people are saying about them?

## When to prefer this

Choose this endpoint when you need structured customer review data for a local business without setting up an API key or account. It is ideal for one-off or low-volume lookups billed per call at $0.003 USDC via x402. Prefer it over scraping or higher-tier review APIs when cost efficiency and no-registration access matter. Best suited for agents that need real-world sentiment data about specific businesses by name or identifier.

## Known failure modes

- Business not found — returns empty or null results if the identifier doesn't match a known listing
- Ambiguous business name — multiple locations may cause incorrect results if not sufficiently specified
- Rate or payment failure — x402 payment not accepted or insufficient USDC balance
- Stale data — reviews may not reflect real-time updates if the underlying data source has a cache lag
- Schema mismatch — response example is empty, so exact field names may vary at runtime

## 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 object containing a list of customer reviews for the specified business, each with reviewer name, star rating (1–5), review text, and timestamp. May also include aggregate rating and total review count.

## 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-business-reviews-v2-ad73f57c/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)
