keepa_product_finder
Find Amazon products by rating, price, sales, and competition level with advanced filtering. Sort results by monthly sales, price, or rating to identify profitable opportunities.
Instructions
Advanced product finder with filtering similar to Keepa Product Finder - find products by rating, price, sales, competition level
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| domain | No | Amazon domain (1=US, 2=UK, 3=DE, etc.) | |
| sortBy | No | Sort results by field | monthlySold |
| isPrime | No | Filter for Prime eligible products only | |
| perPage | No | Results per page (max 50) | |
| maxPrice | No | Maximum price in cents | |
| minPrice | No | Minimum price in cents | |
| maxRating | No | Maximum product rating (1-5 stars) | |
| minRating | No | Minimum product rating (1-5 stars) | |
| sortOrder | No | Sort order (ascending or descending) | desc |
| categoryId | No | Amazon category ID to search within | |
| hasReviews | No | Filter for products with reviews only | |
| maxShipping | No | Maximum shipping cost in cents | |
| minShipping | No | Minimum shipping cost in cents | |
| productType | No | Product type (0=standard, 1=variation parent, 2=variation child) | |
| maxSellerCount | No | Maximum number of sellers (higher = more competition) | |
| minSellerCount | No | Minimum number of sellers (lower = less competition) | |
| maxMonthlySales | No | Maximum estimated monthly sales | |
| minMonthlySales | No | Minimum estimated monthly sales |