# OpenWebNinja Realtime Amazon Product Search

> OpenWebNinja Realtime Amazon 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 Amazon product listings in real-time across 24 countries with filtering by price, brand, category, condition, ratings, and sort order

## Facts

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

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-amazon-product-search-889e1200
```

Example prompt: Search Amazon US for wireless noise-cancelling headphones under $150, sorted by best reviews, Prime only, and show me the first page of results.

## When to prefer this

Use this endpoint when you need real-time Amazon product search results across one of 24 supported country marketplaces, with fine-grained filtering by brand, price, category, condition, ratings, Prime eligibility, and deals. Prefer this over generic web search when you specifically need structured Amazon product data with pricing and review signals.

## Known failure modes

- Missing required 'query' parameter returns validation error
- Invalid country code returns enum validation error
- Invalid sort_by value returns enum validation error
- Price range with min_price greater than max_price may return empty results
- Page number beyond available results returns empty product list
- Rate limiting or upstream Amazon changes may cause partial or empty 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 Amazon product objects matching the search query, along with total product count, the country searched, and the Amazon domain used. Each product entry typically includes title, price, rating, and other listing details.

## 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-amazon-product-search-889e1200/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)
