asin_buybox_history
Show which sellers have been winning the buybox for an ASIN over time, AND how the competing-seller pool has changed month over month. Returns a per-week breakdown of buybox winners; a monthly distinct-seller-count series (seller_count_monthly, trailing ~6 months) plus a seller_trend label (stable/rising/falling) so you can say whether the seller pool is stable or volatile (more sellers piling on vs consolidating); plus the ASIN's product brand, title and price (or price range) and its fulfillment (FBA/FBM/AMZ). Use when the user asks 'who has been winning buybox on this ASIN', 'buybox history for B08N5WRWNW', 'seller rotation', 'has the buybox owner changed', 'is the seller pool stable or volatile', 'are more sellers piling onto this listing', or any ASIN buybox/seller timeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asin | Yes | ASIN to look up (e.g. B08N5WRWNW). | |
| max_price | No | ||
| min_price | No | ||
| seller_name | No | Exact buy-box seller name (case-insensitive). | |
| since_weeks | No | Weeks of history (default 26, max 52). | |
| last_seen_to | No | ||
| first_seen_to | No | ||
| max_days_seen | No | ||
| min_days_seen | No | ||
| 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_seller_count | No | ||
| min_seller_count | No | ||
| max_buybox_avg_price | No | ||
| min_buybox_avg_price | No | ||
| seller_name_contains | No | ||
| product_brand_contains | No | ||
| product_title_contains | No | ||
| max_observed_buybox_days | No | ||
| min_observed_buybox_days | No | Only sellers with at least this many observed buy-box days. | |
| max_fulfillment_amz_dom_pct | No | ||
| max_fulfillment_fba_pen_pct | No | ||
| min_fulfillment_amz_dom_pct | No | ||
| min_fulfillment_fba_pen_pct | No |