Get subsegment
get_subsegmentAll companies in one segment+subsegment pair, as compact refs sorted by market cap descending, plus a market_position breakdown and a country breakdown computed over the FULL matching set (not just the returned page). Use list_subsegments first if you don't know valid segment/subsegment ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max companies to return, 1-100. Default 50. | |
| offset | No | Companies to skip, for paging past the first `limit`. Default 0. | |
| segment | Yes | Taxonomy segment id, e.g. 'equipment_front_end' (see get_segments). | |
| subsegment | Yes | Taxonomy subsegment id within that segment, e.g. 'litho' (see list_subsegments). |