operator_concentration
Measures operator concentration (HHI) to detect if the same seller controls multiple 'independent' listings across ASINs or a brand catalog. Assess private-label fragmentation.
Instructions
Operator concentration (HHI) across a set of ASINs or a brand's catalog — reveals when the same operator quietly controls many of the 'independent' listings. Returns the HHI, a concentration label, and the top operators with how many listings each dominates. Use for private-label fragmentation checks: 'how concentrated is this niche', 'who controls this brand's listings', 'is one operator running most of these'. Amazon US/UK. Optional filters (all default to no filter): min/max hhi (gates the whole analysis by its concentration index); on the top_operators list — operator (exact, case-insensitive) + operator_contains, min/max share_pct, min/max listings_controlled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asins | No | ASIN set to analyze. | |
| brand | No | Or a brand whose catalog to analyze. | |
| marketplace_id | No | 1 = Amazon UK, 2 = Amazon US (default) | |
| limit | No | ||
| min_hhi | No | Only return the analysis if its HHI >= this (else empty top_operators). | |
| max_hhi | No | ||
| operator | No | Keep only this operator (exact, case-insensitive) in top_operators. | |
| operator_contains | No | ||
| min_share_pct | No | ||
| max_share_pct | No | ||
| min_listings_controlled | No | ||
| max_listings_controlled | No |