Get Company Employees
get_company_employeesRetrieve the list of employees at a LinkedIn company using its exact URL slug, with optional keyword filtering by name, title, or skill.
Instructions
List employees at a company from the LinkedIn /people/ page.
Useful for finding who works at a company and discovering mutual connections. 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 | |||