# OpenWebNinja Realtime Product Search Deals v2

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

Searches for real-time product deals across multiple online stores with filtering by price, condition, sale status, shipping, and sorting options

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-product-search/deals-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-search-deals-v2-5f823ce9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ShamCDa-xUT4jSXkJLrYw

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-search-deals-v2-5f823ce9
```

Example prompt: Search for deals on wireless noise-cancelling headphones in the US, show me up to 20 results sorted by lowest price, only new condition items that are currently on sale with free shipping.

## When to prefer this

Use this endpoint when you need real-time product deal data across multiple online stores, especially when price comparison, sale filtering, condition filtering (new/used/refurbished), or free shipping/returns filtering is important. Prefer this over static product databases when freshness of pricing and deal status matters.

## Known failure modes

- Missing required query parameter 'q' returns a validation error
- Invalid sort_by enum value returns a bad request error
- Page or limit values out of range (1-100) return a validation error
- No results found for obscure or misspelled product queries
- Rate limiting or payment failure via x402 protocol returns 402 Payment Required
- Invalid country code may return empty or unexpected 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 an array of product listings, each with offer details including price, sale status, percentage off, shipping cost, store name, store rating, store favicon, and a unique offer ID — enabling price comparison across multiple retailers.

## 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-search-deals-v2-5f823ce9/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)
