amzscout_search_products
Keyword search against Amazon — returns the top N products with price, sales, revenue, reviews, rating. Pure data fetch (no AI analysis). Best when you need raw product rows (specific sort order or filters); analyzeNiche additionally returns computed market aggregates on top of the rows. How to use: scan the rows for demand leaders, price clusters, and low-review listings that still sell — those are the entry-opportunity signals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Result sort order. revenue/sales/rating/reviews descending; price-low ascending; newest by first-listed date. | revenue |
| count | No | How many products to return (1–100) | |
| query | Yes | Search keyword / phrase. | |
| filters | No | Filter products by price / sales / revenue / reviews / rating | |
| marketplace | No | Amazon marketplace code. Default COM (United States). |