asin_buybox_history
Track buybox winners per week, monthly seller count changes, and seller pool stability (stable, rising, falling) for any Amazon ASIN.
Instructions
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). | |
| since_weeks | No | Weeks of history (default 26, max 52). | |
| marketplace_id | No | 1 = Amazon UK, 2 = Amazon US (default) | |
| seller_name | No | Exact buy-box seller name (case-insensitive). | |
| seller_name_contains | No | ||
| min_observed_buybox_days | No | Only sellers with at least this many observed buy-box days. | |
| max_observed_buybox_days | No | ||
| min_days_seen | No | ||
| max_days_seen | No | ||
| min_buybox_avg_price | No | ||
| max_buybox_avg_price | No | ||
| first_seen_from | No | YYYY-MM-DD. | |
| first_seen_to | No | ||
| last_seen_from | No | ||
| last_seen_to | No | ||
| min_seller_count | No | ||
| max_seller_count | No | ||
| product_brand | No | Exact product brand (case-insensitive). | |
| product_brand_contains | No | ||
| product_title_contains | No | ||
| min_price | No | ||
| max_price | No | ||
| fulfillment_in | No | Comma-separated FBA/FBM/AMZ to keep. | |
| min_fulfillment_amz_dom_pct | No | ||
| max_fulfillment_amz_dom_pct | No | ||
| min_fulfillment_fba_pen_pct | No | ||
| max_fulfillment_fba_pen_pct | No |