enrich_employee_list
Retrieve employees from a professional network company URL. Filter by country, job title, employment status, and more to get profile URLs and basic info.
Instructions
List employees of a company. Returns profile URLs and basic info. Cost: 3 credits per employee returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Professional network company URL | |
| country | No | ISO3166 country code(s), comma separated, e.g. us | |
| sort_by | No | Sorting option for results. | |
| page_size | No | Max results per call (1-9999, or 1-10 if enriched). | |
| use_cache | No | Cache freshness guarantee. | |
| coy_name_match | No | Include profiles matching company name. | |
| enrich_profiles | No | Return full profile data for each employee. | |
| employment_status | No | Filter by employment status. | |
| resolve_numeric_id | No | Enable numeric ID support for the company URL. | |
| boolean_role_search | No | Boolean search expression for job titles (max 255 chars), e.g. 'founder OR co-founder' |