amazon_offers
Retrieve all active offers for an Amazon ASIN, including pricing, seller details, delivery options, and availability in a single response.
Instructions
Retrieves detailed offer data for a given ASIN — every active offer with pricing, availability, seller details, and delivery options. [Credits: Not explicitly stated on the documentation page.] Notes: No pagination applicable — returns all active offers for the ASIN in a single response (offers_count / total_offers reflect the returned set). Returns: { title, rating, reviews_total, image, asin, link, offers_count, total_offers, offers: [{price:{symbol,value,currency,raw}, minimum_order_quantity:{value}, maximum_order_quantity:{value}, condition:{is_new,title}, delivery:{fulfilled_by_amazon,date,comments,price:{...}}, seller:{name,link,id,rating,ratings_total,ratings_percentage_positive}, offer_id, is_prime, position, buybox_winner, offer_asin, is_pinned}] }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asin | Yes | The Amazon Standard Identification Number (ASIN) of the product whose offers you want to retrieve. Example: B0BZXDFGSJ. | |
| domain | Yes | The Amazon domain to scrape. Pass the TLD only — e.g. com, co.uk, de, co.jp. See Amazon Supported TLDs doc for the full list. | |
| country | Yes | ISO country code for targeting a particular country. Affects price, delivery estimates, and offer availability. See Amazon Supported Countries doc for the full list. (default: us) | |
| postal_code | No | ZIP / postal code for hyper-local delivery filtering. When set, the API returns shipping dates and fees specific to that location. |