# OpenWebNinja Realtime Product Offers Search

> OpenWebNinja Realtime Product Offers 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 real-time product offers from multiple stores for a given product ID, including prices, sale status, shipping, and store ratings

## Facts

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

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-a4cf94a3
```

Example prompt: Find me all current offers for product ID B08N5WRWNW on US stores — I want to see prices, shipping costs, whether anything is on sale, and which stores are top-quality sellers.

## When to prefer this

Use this endpoint when you have a specific product ID and need to compare real-time offers, prices, and shipping costs across multiple stores. Ideal for price comparison workflows, deal-finding agents, or shopping assistants that need live offer data rather than cached or historical pricing.

## Known failure modes

- Missing or invalid product_id returns error or empty offers array
- Unknown product ID returns empty offers list
- Invalid country or language codes may default to 'us'/'en' or return error
- Rate limiting or payment failure returns 402 Payment Required
- Network timeout if upstream retailer data is slow to respond

## 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 an array of offers from different stores for the specified product, each containing price, original price, sale status, shipping cost, tax, store name, store favicon URL, offer page URL, product condition, and top-quality store flag, along with overall product rating and total review count.

## 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-a4cf94a3/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)
