Live offers and inventory for up to 10 ASINs
offers_stockReturns the current offer list per ASIN (seller, price, condition, buy-box winner) and, optionally, the actual purchasable stock quantity. Price: $0.015 per item (max 10). Billed per upstream Amazon request, which is more than one per ASIN when check_inventory is true. /scrape is a legacy alias for the same handler.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| geo | No | Marketplace country code. | US |
| asins | Yes | Comma-separated ASIN list, maximum 10. Each must be 10 uppercase alphanumeric characters; malformed entries are rejected with 400. | |
| condition | No | Comma-separated condition filter. Any of ALL, NEW, USED_LIKE_NEW, USED_VERY_GOOD, USED_GOOD, USED_ACCEPTABLE. Unrecognised values silently fall back to ALL. | |
| offers_count | No | 'all' for every offer, 'winner' for the buy-box offer only, or a specific alphanumeric Offer ID. | all |
| check_inventory | No | Resolve the true purchasable stock quantity. Slower and bills more upstream requests, so leave off unless you need the number. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | No | ||
| request_id | No | ||
| country_code | No | ||
| response_time | No | ||
| amazon_request_count | No |