# OpenWeb Ninja — Realtime Product Reviews v2

> OpenWeb Ninja — Realtime Product 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 real-time customer reviews for a specific product from e-commerce platforms, pageable and filterable, payable per call via x402 (USDC).

## Facts

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

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-v2-fdc58663
```

Example prompt: Can you pull the latest customer reviews for the Sony WH-1000XM5 headphones from Amazon — I want to see what people are saying about sound quality and comfort?

## When to prefer this

Choose this endpoint when you need real-time, up-to-date product review data from e-commerce platforms without setting up an account or API key, and want frictionless per-call micropayment via x402/USDC. Ideal for agents doing ad-hoc product research, competitive analysis, or sentiment gathering on specific products. Prefer this over scraping manually or using authenticated e-commerce APIs when low setup cost and pay-per-use pricing matter.

## Known failure modes

- Product not found or invalid identifier returns empty results or error
- Rate limiting or payment failure via x402 returns 402 status
- Source e-commerce platform blocks scraping, returning incomplete or no reviews
- Malformed query parameters return 400 bad request
- Product has no reviews yet, returning empty array

## 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 a list of customer reviews for the specified product, including review text, star rating, reviewer name, review date, verified purchase status, helpful votes, and possibly aggregate rating summary. Pagination metadata may be included for multi-page results.

## 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-v2-fdc58663/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)
