Search LinkedIn profile leads by filters with advanced inclusion and exclusion criteria
sessionId parameter to request our backend to use the same resource.sessionId, you can generate a random string (e.g., using UUID) and pass it as a query parameter in your API request.sessionId will not be passed to LinkedIn, it is used only internally in our backend to identify which requests should be processed by the same resource. Our backend tracks LinkedIn’s sessionId independently.
In case if the initially assigned resource becomes unavailable (rate-limited, proxy offline, etc.), our backend will reassign the session to a different resource.
Using sessionId slows requests down, as multiple users (or even different sessions) can be acquiring the same resource. Since our resources can process only one request at a time, requests with sessionId will be queued until the resource is available to take a new request.Search query. Fuzzy search, supports LinkedIn's search operators
Filter by current company IDs or URLs. Comma-separated (max 50)
Filter by past company IDs or URLs. Comma-separated (max 50)
Filter by location text. Comma-separated (max 70)
Filter by LinkedIn Geo ID. Comma-separated. Overrides location param. Use /linkedin/geo-id-search to find IDs
Filter by school IDs or URLs. Comma-separated (max 50)
Filter by current job titles. Comma-separated (max 70)
Filter by past job titles. Comma-separated (max 70)
Filter by first names. Comma-separated (max 70)
Filter by last names. Comma-separated (max 70)
Filter by industry IDs. Comma-separated (max 70). Full list: https://github.com/HarvestAPI/linkedin-industry-codes-v2/blob/main/linkedin_industry_code_v2_all_eng_with_header.csv
Filter by years at current company IDs. Comma-separated. https://github.com/HarvestAPI/harvestapi-sdk/blob/main/packages/scraper/README.md#yearsatcurrentcompanyids
Filter by years of experience IDs. Comma-separated. https://github.com/HarvestAPI/harvestapi-sdk/blob/main/packages/scraper/README.md#yearsofexperienceids
Filter by seniority level IDs. Comma-separated. https://github.com/HarvestAPI/harvestapi-sdk/blob/main/packages/scraper/README.md#senioritylevelids
Filter by job function IDs. Comma-separated. https://github.com/HarvestAPI/harvestapi-sdk/blob/main/packages/scraper/README.md#functionids
Filter leads who recently changed jobs
Filter by profile languages. Comma-separated. https://github.com/HarvestAPI/harvestapi-sdk/blob/main/packages/scraper/README.md#profilelanguages
Filter by company headcount. Comma-separated. https://github.com/HarvestAPI/harvestapi-sdk/blob/main/packages/scraper/README.md#companyheadcount
Filter by company headquarter location text. Comma-separated (max 70)
Locations to exclude from search. Comma-separated (max 70)
Geo IDs to exclude from search. Comma-separated (max 70)
Current companies to exclude. Comma-separated (max 50)
Past companies to exclude. Comma-separated (max 50)
Schools to exclude. Comma-separated (max 50)
Current job titles to exclude. Comma-separated (max 70)
Past job titles to exclude. Comma-separated (max 70)
Industry IDs to exclude. Comma-separated (max 70)
Seniority level IDs to exclude. Comma-separated (max 20)
Function IDs to exclude. Comma-separated (max 30)
Company headquarter locations to exclude from search. Comma-separated (max 70)
LinkedIn Sales Navigator search URL to use for the search. This will override all other search parameters, except the page parameter. For pagination, please pass the page query parameter separately.
Note: the scraper doesn't scrape the URL directly, it will parse the URL, sanitize and validate params. It supports all parameters currently, but if LinkedIn adds new parameters in the future, they might not be supported until we update the API. Please contact us in this case.
Page number for pagination (clamped at 100)
Session ID to use for the search. See https://docs.harvest-api.com/linkedin-api-reference/leads/search-leads#session-id for details.
Set to true to use your private pool of resources (if available)
If we provide you a private pool of accounts, you can use this parameter to specify which account should be used for this request.