# OpenWebNinja Realtime Store Reviews Search

> OpenWebNinja Realtime Store Reviews Search 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 ratings for an e-commerce store by its domain, with filtering by rating, country, language, time frame, and sort order

## Facts

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

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-search-63940f1a
```

Example prompt: Can you pull up the top 10 most helpful customer reviews for gymshark.com from the US in English, covering all time, so I can see their overall rating and review count?

## When to prefer this

Use this endpoint when you need aggregated customer review data and ratings for a specific e-commerce store domain, especially when you want to filter by country, language, rating tier, or time frame and need pagination support. Prefer this over product-level review endpoints when the goal is store-level reputation analysis.

## Known failure modes

- Missing or invalid store_domain returns a validation error
- Unknown or unindexed store domain returns empty results or 404-style error
- Invalid rating filter value returns a bad request error
- Cursor value from a different query set may return unexpected results
- Rate limit or payment failure returns a 402 Payment Required response

## 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 the store's average rating, total number of reviews, a pagination cursor for fetching more results, a status string indicating success or failure, and a unique request ID for the call.

## 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-search-63940f1a/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)
