company_research_v2_search_companies
Search companies using natural language queries with filters for industry, location, and employee count.
Instructions
Search for companies using natural language query. Extracts filters for industry, location, and employee count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language search (e.g., 'SaaS companies in California with 500+ employees'). | |
| page | No | Page number for pagination. | |
| page_size | No | Number of results per page (max 100). | |
| output_variable_name | Yes | Variable name for search results. Access companies with {{search_results.results}}. | search_results |