# AnyAPI Amazon Product Lookup

> AnyAPI Amazon Product Lookup is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.0091/call, status unknown (last checked 2026-09-13).

Fetches detailed product data from an Amazon product URL, including title, brand, price, images, ratings, variants, and attributes.

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/amazon.product
- Price: $0.0091/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-amazon-product-lookup-74683eca
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xLc1vGkiRpPmP7CuxdA1s

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 anyapi-amazon-product-lookup-74683eca -d '<json body>'
```

Example prompt: Can you pull up all the details for this Amazon product — https://www.amazon.com/dp/B0CX23V2ZK — I want to see the title, price, brand, ratings, and any variant options?

## When to prefer this

Use this endpoint when you need to extract structured product data (price, title, brand, ratings, variants, images) from a known Amazon product URL. Ideal for price monitoring, product research, catalog enrichment, or comparison tasks where the specific Amazon product URL or ASIN is already known. Prefer this over general web scraping when targeting Amazon specifically.

## Known failure modes

- Product not found on Amazon returns found: false with null data
- Invalid or malformed Amazon URL may result in no match or error
- Geo-restricted or removed listings may return empty results
- Network timeout or upstream Amazon rate limiting causing failed response
- Non-Amazon URLs submitted will not yield valid product data

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

Returns a JSON object with a 'found' boolean and a 'data' object containing an array of product detail records including title, brand, price, images, ratings, variant details, and attributes. Also includes the provider name and cost in USD for the call.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-amazon-product-lookup-74683eca/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
