companies_employees_data
People who work or worked at an organization (professional records, same shape as /search/people). Cursor-paginated. (Costs 10 Zooq credits.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Company public slug — the part after linkedin.com/company/. Resolve via companies_name_lookup (or /search/companies) if you only have a name — read data[].slug. | |
| sort | No | Ordering. Accepted values: newest, oldest, recently_left (use recently_left with current_only=false). | |
| limit | No | Results per page, 1-50 (default 20). | |
| title | No | Partial job-title filter (min 3 chars), e.g. software engineer. Combine with current_only=true to target a current role. | |
| cursor | No | Opaque pagination cursor from the previous response. | |
| geo_city | No | City filter (min 3 chars). | |
| start_year | No | Match people who started in this year (1900-current). | |
| start_month | No | Match people who started in this month (1-12), paired with start_year. | |
| current_only | No | Restrict to people in a current role at the company. | |
| geo_country_code | No | ISO country code filter, e.g. us. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | No | Array in the example |