Get Best Sellers
get_best_sellersRetrieve the top-selling ASINs for any Keepa category, providing an ordered list of best-selling products for market analysis.
Instructions
Get the top-selling ASINs in a Keepa category.
Returns an ordered list of ASINs. Find category ids at: https://keepa.com/#!categorytree/1
Common category ids (amazon.com):
172282: Electronics
1055398: Computers & Accessories
3760901: Camera & Photo
2619533: Musical Instruments
284507: Kitchen & Dining
Args:
category_id (number): Keepa category id
domain (number, optional): Keepa domain id (default 1 = amazon.com)
Examples:
"What are the best sellers in Electronics?" -> category_id=172282
"Top Kitchen products" -> category_id=284507
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Keepa domain id (1 = amazon.com) | |
| category_id | Yes | Keepa category id (e.g. 172282 for Electronics on amazon.com). Find ids in the Keepa category tree at https://keepa.com/#!categorytree/1 |