# Amazon Product Offers Data

> Amazon Product Offers Data 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 offer listings for an Amazon ASIN, including seller details, pricing, delivery options, and product condition across multiple countries.

## Facts

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

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-data-b1b50f6b
```

Example prompt: Can you pull all the current offers for Amazon ASIN B09G9FPHY6 in the US, including used and new conditions, and show me which ones are Prime eligible with their prices and delivery times?

## When to prefer this

Use this endpoint when you need real-time, detailed offer-level data for a specific Amazon product ASIN, including multi-seller comparisons, condition filters (new/used), and country-specific pricing. Prefer this over general product search endpoints when you already have an ASIN and need offer details rather than product discovery.

## Known failure modes

- Invalid or non-existent ASIN returns empty results or error
- Unsupported country code returns validation error
- Rate limiting or payment failure returns 402
- ASIN not available in selected country returns no offers
- Page number exceeding available results returns empty list

## 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 product offers for the given ASIN, each including seller name and link, product price, currency, delivery price and time, Prime eligibility, ships-from location, product condition, best seller status, sales volume, product title, photo URL, and other offer-level metadata.

## 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-data-b1b50f6b/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)
