# AnyAPI Amazon ASINs Scraper

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

Scrapes Amazon product data by ASIN(s), returning structured product details via a pay-per-request API

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/amazon.asins
- Price: $0.035/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-asins-scraper-e73eb0b3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4HS6DGg6VPyqY69CfI5JL

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-asins-scraper-e73eb0b3 -d '<json body>'
```

Example prompt: Can you pull the product details — title, price, rating, and availability — for the Amazon ASIN B09G9FPHY6?

## When to prefer this

Use this endpoint when you need structured Amazon product data by ASIN without maintaining a subscription — ideal for one-off lookups, price checks, or enriching product catalogs on a pay-per-request basis. Prefer this over full Amazon API integrations when you need no monthly commitment and want to pay only $0.035 per call.

## Known failure modes

- Invalid or non-existent ASIN returns empty result or error
- Amazon anti-bot measures may cause intermittent failures or incomplete data
- Rate limiting if too many requests are made in quick succession
- Payment failure if wallet balance is insufficient (x402 protocol)
- Network timeout if Amazon is slow to respond

## 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

A JSON object containing structured Amazon product data for the provided ASIN(s), including fields such as product title, current price, star rating, number of reviews, product images, description, seller information, and stock availability.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-amazon-asins-scraper-e73eb0b3/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)
