# Amazon Product Offers API (x402.openwebninja.com)

> Amazon Product Offers API (x402.openwebninja.com) 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).

Retrieves real-time Amazon product offers, pricing, seller details, and delivery information for a given ASIN across multiple countries.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-amazon-data/product-offers
- 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/amazon-product-offers-api-x402-openwebninja-com-4f9f56d4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TxvI1yLbRKZslVtfwuqjn

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 amazon-product-offers-api-x402-openwebninja-com-4f9f56d4
```

Example prompt: Can you pull all the current Amazon offers for ASIN B09G9HDYJY in the US, showing both new and used listings with seller and delivery info?

## When to prefer this

Use this endpoint when you need real-time Amazon product offer data including competitive seller listings, pricing across conditions (new/used), and delivery details for a specific ASIN. Prefer this over static product databases when up-to-date pricing and availability matter. Supports 24 country marketplaces and filtering by delivery type (Prime, free), making it ideal for price monitoring, comparison shopping, and marketplace intelligence workflows.

## Known failure modes

- Invalid or non-existent ASIN returns empty results or error
- Unsupported country code returns validation error
- Amazon rate limiting or blocking may cause temporary unavailability
- Page number exceeding available results returns empty data
- Network timeout 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

Returns a paginated list of Amazon product offers for the given ASIN, including product title, price, currency, seller name and link, ships-from location, delivery time and price, prime eligibility, best-seller status, product photo URL, sales volume, and category 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/amazon-product-offers-api-x402-openwebninja-com-4f9f56d4/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)
