# OpenWebNinja Realtime Product Deals Search v2

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

Search for real-time product deals and discounts across multiple stores, with filtering by price, condition, store, sale status, and shipping options

## Facts

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

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-deals-search-v2-3145122e
```

Example prompt: Can you find me the best current deals on noise-cancelling headphones in the US, sorted by lowest price, only showing items that are new and have free shipping, and limit it to 20 results?

## When to prefer this

Use this endpoint when you need real-time product deal data across multiple stores with rich filtering options (price range, condition, sale status, free shipping, free returns, store-specific filtering). Prefer this over static product catalogs when up-to-date pricing and deal availability are critical. Best for comparison shopping, deal-hunting, and price-sensitive product discovery use cases.

## Known failure modes

- Missing required query parameter 'q' returns validation error
- Invalid sort_by enum value returns 400 error
- Page number out of range (>100) returns validation error
- Limit exceeding 120 returns validation error
- No deals found for query returns empty data array
- Unsupported 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 a list of real-time product deals matching the query, along with available filters (with titles and selectable values), a status string, and a unique request ID for the query.

## 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-deals-search-v2-3145122e/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)
