keepa_search_deals
Search Amazon deals using filters for price, discount, rating, category, and Prime eligibility. Sort results by deal score, price, or discount to identify valuable offers.
Instructions
Search for current Amazon deals with filtering options
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| domain | Yes | Amazon domain (1=US, 2=UK, 3=DE, etc.) | |
| isPrime | No | Filter for Prime eligible deals only | |
| perPage | No | Results per page (max 50) | |
| maxPrice | No | Maximum price in cents | |
| minPrice | No | Minimum price in cents | |
| sortType | No | Sort type (0=deal score, 1=price, 2=discount, 3=rating, 4=reviews) | |
| minRating | No | Minimum product rating (1-5 stars) | |
| categoryId | No | Amazon category ID to filter by | |
| minDiscount | No | Minimum discount percentage |