operator_concentration
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. | |
| limit | No | ||
| max_hhi | No | ||
| min_hhi | No | Only return the analysis if its HHI >= this (else empty top_operators). | |
| operator | No | Keep only this operator (exact, case-insensitive) in top_operators. | |
| max_share_pct | No | ||
| min_share_pct | 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. Amazon only. | |
| operator_contains | No | ||
| max_listings_controlled | No | ||
| min_listings_controlled | No |