# OpenWebNinja Realtime Product Offers Search v2

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

Fetches real-time product offers, pricing, reviews, videos, and forum discussions for a given product ID across countries

## Facts

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

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-search-v2-9c1c7c05
```

Example prompt: Find me all current product offers, pricing, ratings, and reviews for product ID B08N5WRWNW in the US in English — I want to compare where to buy it and see what people are saying in forums.

## When to prefer this

Use this endpoint when you need real-time product offer data including pricing from multiple sellers, ratings, reviews count, related videos, forum discussions, and editorial insights for a known product ID. Prefer this over generic web search when you have a specific product identifier and need structured, aggregated shopping intelligence across sellers and sources.

## Known failure modes

- Missing required product_id parameter returns a 400 error
- Invalid or non-existent product_id returns empty results or 404
- Unsupported country/language combination may return no results
- Payment not provided or invalid returns 402 Payment Required
- Rate limiting or quota exceeded returns 429 error
- Truncated response if page parameter exceeds available 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 structured object containing product offers from various sellers, overall product rating, number of reviews, related videos (title, views, channel, URL, thumbnail), top insights with highlights from sources, and discussions/forum threads related to the product.

## 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-search-v2-9c1c7c05/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)
