# OpenWeb Ninja Amazon Product Search API

> OpenWeb Ninja Amazon Product Search API 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 Amazon product listings in real-time and retrieve product data including titles, prices, ratings, and availability

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-ecommerce-data/amazon/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/openweb-ninja-amazon-product-search-api-178019ed
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dYqjKgG6RdRhn-thQnTRY

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 openweb-ninja-amazon-product-search-api-178019ed
```

Example prompt: Search Amazon for 'noise cancelling headphones under $100' and show me the top results with prices and ratings.

## When to prefer this

Choose this endpoint when you need real-time Amazon product search results without managing API keys or subscriptions — ideal for price monitoring, product research, and e-commerce intelligence tasks paid per-call via x402 USDC at $0.003 per request. Prefer this over scraping libraries when you need clean structured data without infrastructure overhead.

## Known failure modes

- Invalid or missing search query returns empty results or error
- Rate limiting or payment failure returns HTTP 402 requiring USDC payment
- Amazon-side changes to page structure may cause parsing failures or incomplete data
- Very niche or misspelled queries may return zero results
- Network timeouts if Amazon 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

A JSON array of Amazon product search results, each including product title, price, ASIN, rating, number of reviews, product image URL, and availability status for the matched listings on the given search 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/openweb-ninja-amazon-product-search-api-178019ed/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)
