# Amazon Product Lookup by ASIN

> Amazon Product Lookup by ASIN is a paid API for AI agents from x402-stock-indicators.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Fetches real-time Amazon product details (price, title, images, rating, availability, reviews) for a given ASIN via pay-per-call x402 micropayment

## Facts

- Endpoint: GET https://x402-stock-indicators.vercel.app/amazon-product/%7Basin%7D
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/amazon-product-lookup-by-asin-288a9a02
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_k1rG5wmqQsyfcBqePph7i

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-lookup-by-asin-288a9a02
```

Example prompt: Can you pull up the current Amazon listing details for ASIN B0863TXGM3 — I want to see the price, availability, rating, and main bullet points?

## When to prefer this

Use this endpoint when you need real-time Amazon product data (price, availability, ratings) for a specific ASIN without managing API keys or subscriptions. Ideal for pay-as-you-go scenarios, AI agents needing on-demand product lookups, price monitoring, and e-commerce research workflows. Prefer this over Amazon's official Product Advertising API when you need no-subscription micropayment access and don't want to manage OAuth or affiliate credentials.

## Known failure modes

- Invalid or non-existent ASIN returns an error or empty result
- Product may be delisted or unavailable on Amazon, returning no data
- Payment failure over x402 protocol if USDC balance is insufficient
- Rate limiting or Amazon anti-scraping blocks may cause intermittent failures
- Region-specific listings may return different pricing or availability than expected

## 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, review count, main product images (array of 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/amazon-product-lookup-by-asin-288a9a02/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-stock-indicators.vercel.app](https://www.zero.xyz/host/x402-stock-indicators.vercel.app/llms.txt)
