# OpenWebNinja Realtime Product Offers v2

> OpenWebNinja Realtime Product Offers 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-14).

Retrieves real-time product offers and pricing data for a specific product by product ID, including ratings and review counts.

## Facts

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

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-product-offers-v2-cce7f044
```

Example prompt: Can you pull up the current product offers for product ID B08N5WRWNW in the US? I want to see the rating and how many reviews it has.

## When to prefer this

Use this endpoint when you need real-time product offer data — including ratings and review counts — for a known product ID, especially when querying across specific countries or languages. Prefer this over general web scraping when you want structured e-commerce product offer data with minimal setup.

## Known failure modes

- Missing or invalid product_id returns an error or empty result
- Unsupported country or language code may return no results
- Invalid page number may return empty or error response
- Network or upstream data provider timeout causing failed fetch
- Payment failure via x402 protocol blocking the request

## 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 product offers data for the specified product, including the average product rating (number), total number of reviews (integer), a status string indicating success or failure, and a unique request ID for tracking.

## 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-product-offers-v2-cce7f044/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)
