To extract leads from a Sales Navigator Leads List, follow these steps:
Select a List
Open the list of your choice.
Copy URL
Copy the URL from your browser.
Paste URL
Paste it into the provided field.
A valid URL should look like this: https://www.linkedin.com/sales/lists/people/5453567335663355224.
sales_navigator_profile_list_url
Parameters
Maximum number of leads to extract per input.
Remove viewed Leads from search.
Output Fields
The following fields are extracted from the Sales Navigator Leads List:
The current company of the lead
The first name of the lead
The full name of the lead
The job title of the lead
The last name of the lead
The LinkedIn profile URL of the lead
The LinkedIn profile ID of the lead
The profile image URL of the lead
sales_navigator_company_id
The Sales Navigator company ID
sales_navigator_company_url
The Sales Navigator company URL
sales_navigator_profile_id
The Sales Navigator profile ID
sales_navigator_profile_url
The Sales Navigator profile URL
sales_navigator_search_url
The Sales Navigator search URL
The end date of the lead’s tenure
The length of the lead’s tenure
The start date of the lead’s tenure
Indicates if the lead has been viewed
linkedin_people_post_search_url
The LinkedIn people post search URL
Indicates if the lead was recently hired
Indicates if the lead was recently promoted
sales_navigator_profile_list_url
The Sales Navigator profile list URL
Below is the JSON schema for the output fields:
{
"company_name": "string",
"connection_degree": "string",
"current_company": "string",
"first_name": "string",
"full_name": "string",
"headline": "string",
"job_title": "string",
"last_name": "string",
"linkedin_profile_url": "string",
"location": "string",
"linkedin_profile_id": "string",
"profile_image_url": "string",
"sales_navigator_company_id": "string",
"sales_navigator_company_url": "string",
"sales_navigator_profile_id": "string",
"sales_navigator_profile_url": "string",
"sales_navigator_search_url": "string",
"tenure_end": "string",
"tenure_length": "string",
"tenure_start": "string",
"viewed": "boolean",
"linkedin_people_post_search_url": "string",
"recently_hired": "boolean",
"recently_promoted": "boolean",
"sales_navigator_profile_list_url": "string"
}