get_industry_top_companies
Retrieve top companies in a specified industry. Input an industry name to get a ranked list of leading firms.
Instructions
Retrieve a list of top companies within a specific industry.
Args: industry (str): The name of the industry. Returns: list[IndustryTopCompaniesEntry]: A list of top companies in the industry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| industry | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |