brand_buybox_trajectory
Track changes in a brand's buybox concentration over time by viewing weekly seller counts and observed buybox days. Identify if the brand is becoming more or less competitive.
Instructions
Show how a brand's buybox concentration has changed over time. Returns weekly seller counts and observed buybox days for the trailing window. Use when the user asks 'is this brand getting more competitive', 'concentration trend for Nike', 'how has seller count changed over time', or 'buybox trajectory'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brand | Yes | Brand name (case-insensitive). | |
| since_weeks | No | Weeks of history to return (default 26, max 52). | |
| marketplace_id | No | 1 = Amazon UK, 2 = Amazon US (default) | |
| trend_in | No | Comma-separated trend labels to keep: CONCENTRATING, DECONCENTRATING, STABLE, INSUFFICIENT_DATA. If the brand's trend isn't in the list, an empty result is returned. | |
| min_seller_count_change_pct | No | ||
| max_seller_count_change_pct | No | ||
| week_start_from | No | Keep only timeline weeks on/after this YYYY-MM-DD. | |
| week_start_to | No | ||
| min_seller_count | No | Keep only timeline weeks with at least this seller_count. | |
| max_seller_count | No | ||
| min_observed_buybox_days | No | ||
| max_observed_buybox_days | No | ||
| min_asins_touched | No | ||
| max_asins_touched | No | ||
| min_observations | No | ||
| max_observations | No |