operator_top_asins
Show the ASINs an operator wins the buybox on most often, ranked by ESTIMATED 30-day sales by default. For each ASIN it returns the operator's estimated units sold and revenue in the last 30 days (est_units_30d, est_revenue_30d — the product's sales estimate weighted by the operator's buy-box share) plus the operator's BUYBOX SHARE (percent of observed days it held the buybox; normalized, not raw days). Sortable by est_sales (default), observed buybox days won, price, or days seen. Use when the user asks 'what ASINs does this seller win on', 'top ASINs for operator X', 'what does this seller sell the most of', 'best products for this seller', or any ASIN-level operator drill-down. Each ASIN also carries product brand, title, and price (or price range) plus its fulfillment (FBA/FBM/AMZ + amz/fba pct).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asin | No | Exact ASIN match. | |
| sort | No | Sort order: est_sales (estimated 30-day revenue, default), buybox_days (observed buybox days won), price, or days_seen. | |
| limit | No | Number of ASINs to return (default 10, max 50). | |
| max_price | No | ||
| min_price | No | ||
| est_basis_in | No | Comma-separated sales-estimate sources to keep. | |
| last_seen_to | No | ||
| asin_contains | No | ||
| first_seen_to | No | ||
| max_days_seen | No | ||
| min_days_seen | No | ||
| operator_name | Yes | Seller/operator name. | |
| product_brand | No | Exact product brand (case-insensitive). | |
| fulfillment_in | No | Comma-separated FBA/FBM/AMZ to keep. | |
| last_seen_from | No | ||
| marketplace_id | No | 1 = Amazon UK, 2 = Amazon US (default), 4 = Amazon CA, 5 = Amazon AU, 6 = Amazon DE, 7 = Amazon JP, 8 = Amazon IT, 9 = Amazon FR, 10 = Amazon ES, 11 = Amazon MX, 12 = Amazon BR | |
| first_seen_from | No | YYYY-MM-DD. | |
| max_est_units_30d | No | ||
| min_est_units_30d | No | ||
| max_est_revenue_30d | No | ||
| min_est_revenue_30d | No | ||
| max_buybox_avg_price | No | ||
| max_buybox_share_pct | No | ||
| min_buybox_avg_price | No | ||
| min_buybox_share_pct | No | Only ASINs where the operator's buybox share >= this. | |
| product_brand_contains | No | ||
| product_title_contains | No | ||
| max_observed_buybox_days | No | ||
| min_observed_buybox_days | No | ||
| max_fulfillment_amz_dom_pct | No | ||
| max_fulfillment_fba_pen_pct | No | ||
| min_fulfillment_amz_dom_pct | No | ||
| min_fulfillment_fba_pen_pct | No |