# OpenWebNinja Realtime Store Reviews

> OpenWebNinja Realtime Store Reviews 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-14).

Fetches paginated customer reviews and rating summaries for an e-commerce store domain in real time

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-product-search/v2/store-reviews
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openwebninja-realtime-store-reviews-7b656ff4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LbSzn1oSPGyAMtaLpTkrn

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 openwebninja-realtime-store-reviews-7b656ff4
```

Example prompt: Can you pull the 20 most helpful English customer reviews for bestbuy.com from the US, filtered to the last year, so I can see what shoppers are saying about them?

## When to prefer this

Use this endpoint when you need real-time customer reviews and rating data for a specific e-commerce store domain, particularly when you need filtering by country, language, rating, or time frame. Prefer this over product-level review endpoints when the unit of analysis is the store itself rather than individual products.

## Known failure modes

- Missing required store_domain parameter returns a 400 validation error
- Invalid or unrecognized store domain returns empty review list
- Payment failure (402) if x402 USDC payment is not provided
- Rate limiting or quota exceeded returns 429 or similar error
- Invalid cursor value causes pagination to fail
- Unsupported country or language code may return empty or default results

## 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 paginated list of customer reviews for the specified store domain, along with the store's average rating, total review count, and a cursor for fetching additional pages. The response includes a status string and a unique request ID.

## 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/openwebninja-realtime-store-reviews-7b656ff4/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)
