This action allows you to extract a list of employees from a specified company using LinkedIn’s Sales Navigator. It is particularly useful for recruiters, sales professionals, and researchers who need detailed employee information from a company.
sales_navigator_company_url
Parameters
Add keywords to the employees search.
Add a title to the employees search.
Filter employees by geography using Sales Navigator/LinkedIn numbers. For
example, ‘Paris, Ile-de-France’ is 101240143.
Filter employees by seniority level using Sales Navigator numbers. For
example, ‘Entry Level’ is 110.
Filter employees by function using Sales Navigator numbers. For example,
‘Sales’ is 25.
Maximum number of results to extract.
Exclude saved leads from search.
Exclude CRM contacts from search.
Exclude viewed leads from search.
Output Fields
The action returns a comprehensive set of fields for each employee:
The connection degree with the employee
The first name of the employee
The full name of the employee
The headline of the employee
The job title of the employee
The last name of the employee
linkedin_people_post_search_url
The LinkedIn people post search URL
The location of the employee
The start date of the current position
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 tenure
The start date of the tenure
Indicates if the profile has been viewed
Below is the JSON schema for the output fields:
{
"company_name" : "string" ,
"connection_degree" : "string" ,
"first_name" : "string" ,
"full_name" : "string" ,
"headline" : "string" ,
"job_title" : "string" ,
"last_name" : "string" ,
"linkedin_people_post_search_url" : "string" ,
"linkedin_profile_id" : "string" ,
"linkedin_profile_url" : "string" ,
"location" : "string" ,
"position_started_at" : "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"
}
Specificities
When using the Account Rotation feature, ensure the same account is used for
both search and visit actions to prevent duplicate leads.