# Financial Data x402 – Amazon Product Lookup

> Financial Data x402 – Amazon Product Lookup is a paid API for AI agents from x402financialdata.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-12).

Returns Amazon product details (price, title, rating, availability, images, reviews) for a given ASIN, paid per-call via USDC over the x402 protocol.

## Facts

- Endpoint: GET https://x402financialdata.com/amazon-product/%7Basin%7D
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-12
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/financial-data-x402-amazon-product-lookup-c749cee3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tJ-fYtAUJpyKy0YiK1HQ4

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 financial-data-x402-amazon-product-lookup-c749cee3
```

Example prompt: What are the current price, rating, and availability on Amazon for ASIN B0863TXGM3?

## When to prefer this

Choose this endpoint when you need quick, pay-per-call Amazon product data without committing to a subscription or managing API keys. Ideal for agents that only occasionally look up product details, want to avoid API key overhead, or operate in a crypto-native payment environment using USDC on Base or Solana. Prefer alternatives if you need bulk product lookups, historical price tracking, or Amazon data at scale.

## Known failure modes

- Invalid or non-existent ASIN returns an error or empty result
- Payment failure over x402 protocol results in 402 response and no data returned
- Amazon product delisted or region-restricted may return incomplete data
- Rate limits or scraping blocks on the underlying data source may cause intermittent failures
- Stale data if the product price or availability changed since last cache refresh

## How this service works

Pay-per-call stock, macro, on-chain, and crypto data over the x402 protocol. USDC on Base or Solana, no API keys, no subscriptions.

## Output

A JSON object containing the product's Amazon URL, ASIN, current price, currency, title, availability status, star rating, number of reviews, product image URLs, and bullet-point feature descriptions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "url": "https://www.amazon.com/dp/B0863TXGM3",
  "asin": "B0863TXGM3",
  "price": 24.99,
  "title": "Echo Dot (4th Gen) | Smart speaker with Alexa | Charcoal",
  "images": [
   "https://m.media-amazon.com/images/I/71xzWyjopzL._AC_SL1000_.jpg"
  ],
  "rating": 4.7,
  "currency": "USD",
  "availability": "In Stock",
  "review_count": 542318,
  "bullet_points": [
   "Meet Echo Dot - Our most popular smart speaker with Alexa.",
   "Improved speaker quality - Better bass and clearer vocals."
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/financial-data-x402-amazon-product-lookup-c749cee3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402financialdata.com](https://www.zero.xyz/host/x402financialdata.com/llms.txt)
