# OpenWeb Ninja — Realtime Product Reviews API

> OpenWeb Ninja — Realtime Product Reviews API 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 specific product from e-commerce platforms, payable per call via x402 (USDC, no API key required).

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-product-search/product-reviews
- 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-realtime-product-reviews-api-8ce05229
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2mpSG0BYeXdsG1pZvXHhQ

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-realtime-product-reviews-api-8ce05229
```

Example prompt: Can you pull the latest customer reviews for the Sony WH-1000XM5 headphones — I want to see what buyers are actually saying about the noise cancellation and battery life?

## When to prefer this

Choose this endpoint when you need real-time, no-signup product review data from e-commerce sites without managing API keys or subscriptions. Ideal for agents that need fresh consumer sentiment on demand, especially when cost-per-call via USDC micropayment (x402) is preferable to monthly SaaS subscriptions. Best for ad-hoc or low-frequency review lookups rather than bulk historical data harvesting.

## Known failure modes

- Product not found or invalid identifier returns empty results or error
- Rate limiting or upstream scraping blocks may yield incomplete data
- Payment failure over x402 protocol results in 402 response and no data returned
- Ambiguous product query may return reviews for the wrong product
- Platform-specific anti-scraping measures may cause intermittent failures

## 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 payload containing real-time product reviews scraped from e-commerce platforms, typically including reviewer names, star ratings, review titles, review body text, review dates, and possibly verified purchase status and helpfulness votes.

## 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-realtime-product-reviews-api-8ce05229/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)
