operator_top_brands
Discover the top brands an Amazon operator sells, ranked by estimated 30-day sales. Analyze revenue contribution and buybox share per brand.
Instructions
Show the brands an operator sells the most of, ranked by ESTIMATED 30-day sales by default. For each brand the operator carries it returns the operator's estimated units sold and revenue in the last 30 days (est_units_30d, est_revenue_30d — the estimated sales of the ASINs the operator wins for that brand, weighted by its buy-box share), the number of the brand's ASINs the operator wins, and observed buybox days. Use when the user asks 'what brands does this seller sell the most of', 'top brands for operator X', 'which brands make this seller the most money', or any brand-level operator drill-down by sales. For brand competition (fewest sellers) instead of sales, use operator_brands_by_competition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operator_name | Yes | Seller/operator name. | |
| sort | No | Sort order: est_sales (estimated 30-day revenue, default), est_units, buybox_days (observed buybox days), or asin_count. | |
| marketplace_id | No | 1 = Amazon UK, 2 = Amazon US (default) | |
| limit | No | ||
| brand | No | Exact brand (case-insensitive). | |
| brand_contains | No | ||
| min_asin_count | No | ||
| max_asin_count | No | ||
| min_observed_buybox_days | No | ||
| max_observed_buybox_days | No | ||
| min_est_units_30d | No | ||
| max_est_units_30d | No | ||
| min_est_revenue_30d | No | ||
| max_est_revenue_30d | No |