Find common suppliers
find_common_suppliersThe shared-upstream question over a set of companies: given 2-15 company ids/tickers, or a segment id (uses every company in that segment), rank suppliers by how many of the input companies they documentedly serve (e.g. 'serves 9 of 12'), with each supplier's market position and country. Also reports how many input companies had no documented suppliers at all, since that makes a low overlap number ambiguous.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of ranked suppliers to return (1-100, default 20). | |
| segment | No | Use every company in this taxonomy segment id instead of an explicit list (see get_segments). | |
| company_ids | No | 2-15 company ids, names, or tickers. Exactly one of company_ids/segment is required. |