Search Products
search_productsSearch Amazon products by keyword to find matching ASINs on Keepa. Filter results by category or domain for targeted product research.
Instructions
Search for Amazon products on Keepa by keyword.
Returns a list of matching ASINs. Use get_product on any returned ASIN to fetch full product details, prices, and history.
Args:
keyword (string): Search term, e.g. "wireless earbuds"
category_id (number, optional): Restrict to a Keepa category id.
domain (number, optional): Keepa domain id (default 1 = amazon.com)
Examples:
"Find products for 'yoga mat'" -> keyword="yoga mat"
"Search Electronics for 'USB-C hub'" -> keyword="USB-C hub", category_id=172282
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Keepa domain id (1 = amazon.com) | |
| keyword | Yes | Search keyword or phrase (e.g. 'wireless earbuds') | |
| category_id | No | Optional Keepa category id to restrict results. Find ids via get_best_sellers or Keepa category tree. |