amazon_product
Retrieve structured product data for any Amazon listing using its ASIN, including name, price, images, and reviews. Ideal for product monitoring and catalog enrichment.
Instructions
Retrieve parsed details for a single Amazon product by ASIN.
Returns structured product data — name, brand, pricing, images, feature
bullets, product information, review summary, category, coupon flags — for
one Amazon listing, already parsed from the product page.
When to use:
- You have a specific ASIN and want its full structured details
- Product monitoring, catalog enrichment, price/spec extraction
When NOT to use:
- You only have a search term, not an ASIN (use 'amazon_search' first)
- You need the list of sellers/offers for the product (use 'amazon_offers')
Args:
params (AmazonProductParams): asin (required) plus optional tld,
country_code, language, output_format, and include_html.
Returns:
str: JSON (default) or CSV containing the structured product data.
Raises:
ToolError: If the API key is missing, the rate limit is exceeded, or
the request fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |