linkedin_search_people
Search LinkedIn for people using filters like connection degree, company, school, industry, location, and job title. Retrieve names, headlines, and profile identifiers to connect or message.
Instructions
Search for people, with filters for connection degree, current/past company, school, industry, location and job title. Returns names, headlines, locations and profile identifiers. Use the identifiers with linkedin_get_profile, linkedin_send_connection_request or linkedin_send_message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results. Defaults to 20. | |
| query | Yes | Free-text search, e.g. "machine learning engineer" or a person's name. | |
| title | No | Restrict to a current job title. | |
| network | No | Connection degree filter. 1st = direct connections. | |
| lastName | No | ||
| location | No | Place name — resolved to a LinkedIn geo filter automatically, e.g. "Germany", "London". | |
| firstName | No | ||
| schoolIds | No | ||
| industryIds | No | ||
| pastCompanyIds | No | ||
| currentCompanyIds | No | LinkedIn numeric company ids. Resolve names first with linkedin_search_companies. |