Tool
search_products
Search the currently supported product source with a free-form query, explicit filters, and a supported sort order.
Key inputs
querymax_resultssortmin_pricemax_pricemin_ratingexclude_sponsored
Returns
- Product name and ASIN
- Price and currency
- Rating and review count
- Image and tracked product URL
- Prime and sponsored flags
{
"query": "Nike hoodie",
"max_results": 3,
"max_price": 80,
"min_rating": 4.2,
"sort": "best_rated"
}{
"status": "success",
"cache_status": "hit",
"products": [{
"asin": "B0EXAMPLE",
"name": "Nike Club Fleece Hoodie",
"product_url": "https://www.amazon.com/dp/B0EXAMPLE",
"tracked_url": "https://menlolabs.dev/r/a8K2mP",
"price": { "amount": 64.99, "currency": "USD" },
"rating": 4.7,
"review_count": 9842
}]
}