search_people
Find LinkedIn profiles by applying filters like keywords, location, industry, company, and connection degree. Get paginated results.
Instructions
Search for people on LinkedIn using Classic LinkedIn filters.
This is the standard LinkedIn search available to all users. Use get_search_params() to find valid IDs for location, industry, and company filters.
Args: keywords: Free text search (name, title, company, etc.) location: List of location IDs (use get_search_params to find IDs) industry: List of industry IDs company: List of current company IDs past_company: List of past company IDs network_distance: Connection degree [1, 2, 3] - 1=1st degree, 2=2nd degree, 3=3rd+ profile_language: ISO language codes (e.g., ["en", "fr"]) limit: Max results per page (1-50, default 25) cursor: Pagination cursor from previous response
Returns: Search results with profiles and pagination cursor
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keywords | No | ||
| location | No | ||
| industry | No | ||
| company | No | ||
| past_company | No | ||
| network_distance | No | ||
| profile_language | No | ||
| limit | No | ||
| cursor | No |