operator_brands_by_competition
Rank brands by seller competition level for given operators. Identify brands with fewest competitors among specified sellers.
Instructions
Given one or more operator (seller) names, return the brands they carry ranked by seller competition level. Use when the user asks 'which brands sold by these operators have the least competition', 'out of these operators, show me brands with fewest sellers', 'low-competition brands for operator X', or any follow-up that chains operator names to brand-level competition metrics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operator_names | Yes | List of seller/operator names to look up. | |
| sort | No | Sort by competitor count: 'asc' (least competition first, default) or 'desc'. | |
| limit | No | ||
| marketplace_id | No | 1 = Amazon UK, 2 = Amazon US (default) | |
| brand | No | Exact brand (case-insensitive). | |
| brand_contains | No | ||
| min_competitor_count | No | ||
| max_competitor_count | No | ||
| min_asin_count | No | ||
| max_asin_count | No | ||
| min_observed_buybox_days_3m | No | ||
| max_observed_buybox_days_3m | No | ||
| min_operator_fba_share_pct | No | ||
| max_operator_fba_share_pct | No |