find_single_seller_brands
Identify exclusive brands where one seller controls all buy box days. Filter by ASIN count, price, category, or seller to find monopoly brands with no competition.
Instructions
Find brands where a single operator controls 100 percent of observed buybox days. These are either gated/exclusive or operator-acquired brands. Use when the user asks 'brands with one seller', 'exclusive brands', 'single-seller brands', 'monopoly brands', or any question about brands with no competition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_asins | No | Minimum ASINs to filter out trivially small brands (default 10). | |
| min_buybox_days | No | Minimum observed buybox days in last 3 months (default 30). | |
| max_avg_price | No | Maximum average price in USD. Omit for no cap. | |
| min_avg_price | No | Minimum average price in USD. Omit for no floor. | |
| category_id | No | Filter to a specific root category. Omit for all. | |
| limit | No | ||
| marketplace_id | No | 1 = Amazon UK, 2 = Amazon US (default) | |
| brand | No | Exact brand match (case-insensitive). | |
| brand_contains | No | ||
| dominant_seller | No | Exact dominant-seller name (case-insensitive). | |
| dominant_seller_contains | No | ||
| min_control_score | No | ||
| max_control_score | No |