Get Company Employees
get_company_employeesRetrieve company employees from LinkedIn's /people/ page, including demographics on location, education, and function. Optionally filter by name, title, or skill.
Instructions
List employees at a company from the LinkedIn /people/ page, including the demographics aggregate that this view exposes: where employees live, where they studied, and a function breakdown (Engineering, Sales, Operations, etc.). The demographics are unique to this tool.
For filtered search by network degree (1st/2nd/3rd) or location, prefer search_people with current_company set to the company URN id. That path also returns more result pages than the /people/ tab.
The optional keywords filter narrows results by name, title, or skill.
company_name must be the exact LinkedIn URL slug (the path segment after /company/), not the display name. LinkedIn assigns unique slugs and the display name often does not match. For example, the AI lab Anthropic lives at /company/anthropicresearch/, not /company/anthropic/. If you are unsure of the slug, call search_companies first and pick the slug from the returned references.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_name | Yes | LinkedIn company URL slug (e.g., "docker", "anthropicresearch", "microsoft") | |
| keywords | No | Optional filter by name, job title, or skill (e.g., "engineer", "sales") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||