# OpenWebNinja Realtime Product Search

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

Searches across online stores in real-time for products matching a query, with filtering by price, rating, condition, shipping, and more

## Facts

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

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-4bc3aaec
```

Example prompt: Search for wireless noise-canceling headphones under $200 in the US, sort by lowest price, only show new condition items with free shipping, and return the top 10 results.

## When to prefer this

Use this endpoint when you need real-time product search across online retailers with fine-grained filtering by price, rating, shipping, product condition, and sale status. Prefer this over static product databases when freshness and broad multi-store coverage matter. Best suited for shopping assistants, price comparison tools, or deal-finding agents.

## Known failure modes

- Missing required query parameter 'q' returns a validation error
- Invalid sort_by value returns a 400 bad request
- Page or limit out of allowed range (1-100) returns a validation error
- No products found for query returns an empty products array
- Payment not provided or insufficient returns a 402 Payment Required
- Invalid country code may return no results 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

A list of matching products including product IDs, titles, ratings, page URLs, prices, and available filters. Also returns pagination metadata and optional filter facets if requested.

## 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-4bc3aaec/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)
