# OpenWeb Ninja — Amazon Product Details API (x402)

> OpenWeb Ninja — Amazon Product Details API (x402) 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 for a given product, payable per call via x402 (USDC, no API key required)

## Facts

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

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-details-api-x402-7aa04370
```

Example prompt: Pull up the full product details for the Amazon listing with ASIN B08N5WRWNW — I need the current price, rating, availability, and product description.

## When to prefer this

Choose this endpoint when you need real-time Amazon product data without maintaining an API key or subscription — ideal for agents making occasional or pay-per-use lookups. Prefer over scrapers or stored datasets when freshness matters (current price, stock status). Well-suited for autonomous agents that can execute x402 micropayments in USDC.

## Known failure modes

- Invalid or non-existent ASIN returns an error or empty result
- Amazon listing may be unavailable or delisted
- Payment failure over x402 protocol blocks the request
- Rate limiting or temporary Amazon block may return an error
- Product details may be incomplete if the listing lacks certain fields

## 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 JSON object with real-time Amazon product details including title, current price, currency, availability status, star rating, review count, product description, bullet-point features, images, ASIN, category breadcrumb, and seller/fulfillment information.

## 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-details-api-x402-7aa04370/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)
