# OpenWeb Ninja — Realtime Amazon Product Details API

> OpenWeb Ninja — Realtime Amazon Product Details 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).

Fetches real-time product details from Amazon by product identifier, including title, price, images, ratings, and availability.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-amazon-data/product-details
- 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-realtime-amazon-product-details-api-20e55a6c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_c07Vl00Sq1S18AABCPyxy

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-realtime-amazon-product-details-api-20e55a6c
```

Example prompt: Can you pull up the full product details for the Amazon listing with ASIN B09XYZ1234 — I need the current price, rating, availability, and product description?

## When to prefer this

Choose this endpoint when you need real-time, up-to-date Amazon product details without setting up an account or API key — ideal for agents that need pay-per-call access via x402 (USDC on Base/Polygon/Arbitrum). Prefer this over scrapers or the Amazon Product Advertising API when you want no subscription commitment and guaranteed fresh data at $0.003 per call.

## Known failure modes

- Invalid or non-existent ASIN returns empty or error response
- Geo-restricted products may not return full details
- Frequently out-of-stock items may show limited data
- Payment failure via x402 results in 402 response before data is returned
- Rate limiting or Amazon-side blocking may cause transient failures

## 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 object containing real-time Amazon product data including product title, current price, currency, availability status, product images, average star rating, total review count, product description, bullet-point features, seller details, and product attributes/specifications.

## 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-realtime-amazon-product-details-api-20e55a6c/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)
