enrich_company_search
Find companies by location, industry, size, and funding criteria. Returns professional network URLs and supports paginated results for complete search sets.
Instructions
Search for companies by various criteria including location, industry, size, funding, and more. Returns professional network URLs. Cost: 3 credits per URL returned. Returns up to page_size results (max 100) per call. If more matches exist, the response includes total_result_count and a next_page URL — pass its next_token back in to page through the full set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City name (Boolean search), e.g. 'Los Angeles' | |
| name | No | Company name (Boolean search), e.g. circle || amelex | |
| type | No | Type of company. | |
| region | No | State, province, or region (Boolean search), e.g. Maryland OR 'New York' | |
| country | No | ISO3166 country code, e.g. US | |
| industry | No | Industry (Boolean search), e.g. technology || manufacturing | |
| page_size | No | Max results per call (1-100, or 1-10 if enriched), e.g. 10 | |
| use_cache | No | Cache freshness guarantee. | |
| next_token | No | Pagination cursor for the next page. Omit for the first page. Take the value from the next_token query param inside the previous response's next_page URL. When set, the search filter params are ignored (they are encoded in the token); page_size and enrich_profiles still apply. | |
| description | No | Company description (Boolean search), e.g. navy or naval | |
| specialities | No | Company specialities (Boolean search), e.g. innovative product development | |
| enrich_profiles | No | Return complete profile data. | |
| primary_industry | No | Primary industry (Boolean search), e.g. software development | |
| employee_count_max | No | Maximum employee count, e.g. 1000 | |
| employee_count_min | No | Minimum employee count, e.g. 100 | |
| follower_count_max | No | Maximum follower count, e.g. 10000 | |
| follower_count_min | No | Minimum follower count, e.g. 1000 | |
| founded_after_year | No | Founded after this year, e.g. 1985 | |
| funding_amount_max | No | Maximum funding amount in USD, e.g. 1000000 | |
| funding_amount_min | No | Minimum funding amount in USD, e.g. 1000000 | |
| founded_before_year | No | Founded before this year, e.g. 2015 | |
| funding_raised_after | No | Funding raised after this date (YYYY-MM-DD), e.g. 2019-12-30 | |
| funding_raised_before | No | Funding raised before this date (YYYY-MM-DD), e.g. 2019-12-30 | |
| employee_count_category | No | Employee count category. |