find_new_operators
Find sellers newly observed selling on Amazon within a time window. Filters by brands, ASINs, and FBA share to surface emerging operators.
Instructions
Find operators (sellers) we FIRST OBSERVED selling recently — their earliest observation in our data falls in the window. An observation signal, NOT confirmed market entry: sparse sampling can surface a long-present seller the first time we see them. Different from top_expanding_operators (existing operators adding brands). Use when the user asks 'new sellers this month', 'who just started selling', 'newly seen operators', or any question about emerging/newly-observed sellers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since_days | No | How far back to look (default 30, max 180). | |
| min_brands | No | Minimum brands to filter out trivial sellers (default 5). | |
| marketplace_id | No | 1 = Amazon UK, 2 = Amazon US (default) | |
| limit | No | ||
| seller_name | No | Exact seller name (case-insensitive). | |
| seller_name_contains | No | ||
| earliest_seen_from | No | YYYY-MM-DD lower bound on earliest-seen date. | |
| earliest_seen_to | No | ||
| min_total_asins | No | ||
| max_total_asins | No | ||
| min_total_observed_buybox_days | No | ||
| max_total_observed_buybox_days | No | ||
| min_operator_fba_share_pct | No | ||
| max_operator_fba_share_pct | No | ||
| min_avg_rating | No | ||
| max_avg_rating | No | ||
| min_avg_rating_count | No | ||
| max_avg_rating_count | No |