search_people_sales_nav
Search for professionals using advanced LinkedIn Sales Navigator filters such as location, industry, company, and seniority level to find qualified leads.
Instructions
Search for people using LinkedIn Sales Navigator (requires Sales Nav subscription).
Sales Navigator provides advanced filters not available in Classic LinkedIn. Use get_search_params() to find valid IDs for filters.
Args: keywords: Free text search location: List of location 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] profile_language: ISO language codes tenure: Years at current company, e.g., {"min": 1, "max": 5} seniority_level: Job levels (e.g., ["Director", "VP", "CXO"]) function: Job functions (e.g., ["Engineering", "Sales"]) company_headcount: Company size ranges, e.g., [{"min": 51, "max": 200}] changed_jobs: True to find people who recently changed jobs posted_on_linkedin: True to find active LinkedIn posters limit: Max results per page (1-100, 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 | ||
| tenure | No | ||
| seniority_level | No | ||
| function | No | ||
| company_headcount | No | ||
| changed_jobs | No | ||
| posted_on_linkedin | No | ||
| limit | No | ||
| cursor | No |