Get Product Details
get_productFetch current Amazon product details by ASIN: price, buy box, brand, reviews, ratings, offers, and sales rank. Retrieve real-time data for market research and deal analysis.
Instructions
Fetch current product details from Keepa for a given Amazon ASIN.
Returns: title, brand, category path, current Amazon price, new (3P) price, buy box price, review count, star rating, number of new offers, and latest sales rank.
Prices are in USD. A value of "N/A" means the price type is not currently available.
Args:
asin (string): Amazon ASIN, e.g. "B08N5WRWNW"
domain (number, optional): Keepa domain id (default 1 = amazon.com)
Examples:
"What is the current price of ASIN B08N5WRWNW?" -> use get_product with asin="B08N5WRWNW"
"Show me product details for B07PXGQC1Q" -> use get_product with asin="B07PXGQC1Q"
Error handling:
Returns an instructional message if KEEPA_API_KEY is missing.
Returns a not-found message for invalid ASINs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asin | Yes | Amazon ASIN or product code (e.g. B08N5WRWNW) | |
| domain | No | Keepa domain id: 1=amazon.com, 2=amazon.co.uk, 3=amazon.de, 4=amazon.fr, 5=amazon.co.jp, 6=amazon.ca, 8=amazon.it, 9=amazon.es, 10=amazon.in |