brand_buybox_trajectory
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). | |
| 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. | |
| since_weeks | No | Weeks of history to return (default 26, max 52). | |
| week_start_to | 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 | |
| week_start_from | No | Keep only timeline weeks on/after this YYYY-MM-DD. | |
| max_observations | No | ||
| max_seller_count | No | ||
| min_observations | No | ||
| min_seller_count | No | Keep only timeline weeks with at least this seller_count. | |
| max_asins_touched | No | ||
| min_asins_touched | No | ||
| max_observed_buybox_days | No | ||
| min_observed_buybox_days | No | ||
| max_seller_count_change_pct | No | ||
| min_seller_count_change_pct | No |