amazon_product
Retrieve product details, pricing, reviews, and ratings from any Amazon product page using its ASIN. Supports 20+ global domains with localization.
Instructions
Retrieves comprehensive product data from any Amazon product page using its ASIN. Supports 20+ Amazon domains globally with localization options. [Credits: 1 API credit per successful request when country=us. 5 API credits per request for any other country (per the country parameter's own credit note).] Notes: domain and country are independent: domain selects the Amazon TLD to scrape, country affects marketplace localization/pricing and credit cost. No pagination applicable (single product lookup). Returns: { title, location, search_filter, product_information: {Brand Name, UPC, ASIN, Customer Reviews:{ratings_count,stars}, ...}, parent_asin, description, is_prime_exclusive, aplus, main_image, images: [], product_category, average_rating, feature_bullets: [], total_reviews, ratings_distribution: [{rating, distribution}], customer_reviews: [{customer_name, rating, review_title, date, review_snippet}] }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asin | Yes | Amazon product ID (ASIN), found in the product URL (e.g. B00AP877FS). | |
| domain | Yes | TLD extension of the Amazon domain to scrape. Examples: com, in, de, fr, co.uk. See Amazon Supported TLDs doc for the full list. | |
| country | Yes | ISO country code for targeting a specific Amazon marketplace. Costs 5 credits per request except USA which costs 1 credit. See Amazon Supported Countries doc for the full list. (default: us) | |
| language | No | Standard ISO 639-1 language code (e.g. en, de, fr) to specify the language for product data. | |
| postal_code | No | To get data from a particular postal code. |