search_products
Search Amazon products by keyword. Returns top matches with brand, price, demand, fulfillment, and rating. Filter by brand, price, fulfillment, demand, or rating.
Instructions
Free-text keyword search over Amazon product titles + descriptions. Use when the user names a PRODUCT TYPE or keywords (e.g. 'stainless steel water bottle', 'cat litter box', 'magnetic phone mount') rather than a specific brand, category, or ASIN. Returns the top matching products ranked by relevance with brand, price, 30-day demand, fulfillment (FBA/Amazon/FBM) and rating. Optional filters narrow the result by any returned field: product_brand, min/max_price, fulfillment_in (FBA/FBM/AMZ), min/max demand, and min/max rating.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keywords | Yes | Free-text product keywords, e.g. 'stainless steel water bottle'. | |
| marketplace_id | No | 1 = Amazon UK, 2 = Amazon US (default). Amazon only. | |
| product_brand | No | Exact product brand (case-insensitive). | |
| product_brand_contains | No | ||
| min_price | No | ||
| max_price | No | ||
| fulfillment_in | No | Comma-separated FBA/FBM/AMZ to keep. | |
| min_fulfillment_amz_dom_pct | No | ||
| max_fulfillment_amz_dom_pct | No | ||
| min_fulfillment_fba_pen_pct | No | ||
| max_fulfillment_fba_pen_pct | No | ||
| min_demand_units_30d | No | ||
| max_demand_units_30d | No | ||
| min_demand_revenue_30d | No | ||
| max_demand_revenue_30d | No | ||
| min_rating | No | ||
| max_rating | No | ||
| min_rating_count | No | ||
| max_rating_count | No |