# OpenWeb Ninja — Local Business Review Details

> OpenWeb Ninja — Local Business Review Details 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-13).

Fetches detailed review data for a specific local business, including individual reviews, ratings, and reviewer metadata.

## Facts

- Endpoint: GET https://x402.openwebninja.com/local-business-data/review-details
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openweb-ninja-local-business-review-details-cd4c02b0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wKc_pQtj8LDQiFlbp_vUT

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-review-details-cd4c02b0
```

Example prompt: Can you pull all the customer reviews and ratings for 'Morning Bloom Coffee' on Maple Street in Austin, TX so I can see what people are saying about it?

## When to prefer this

Choose this endpoint when you need detailed, per-review data for a specific local business without setting up an API key or account. Ideal for one-off lookups, agent workflows requiring pay-per-call pricing, or when you need raw review content (text, dates, ratings) rather than just aggregate scores. Prefer over Google Places API or Yelp API when you want a no-auth, micro-payment model via x402 on Base/Polygon/Arbitrum.

## Known failure modes

- Business not found — invalid or unrecognized business identifier returns empty or error response
- Payment failure — x402 USDC payment not completed results in 402 response
- Rate limiting or network timeout — occasional slow response from upstream data source
- Stale data — reviews may not reflect real-time state if upstream cache is delayed
- Missing fields — some businesses may have incomplete review metadata

## 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 object containing detailed review data for the specified local business, including individual review entries with star ratings, review text, reviewer names, review dates, and aggregate rating information.

## 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-review-details-cd4c02b0/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)
