This API action allows you to generate a Sales Navigator search URL for employees, starting from a given company ID. It provides various metrics related to the leads from the specified company.
sales_navigator_company_id
The unique identifier for the company in Sales Navigator.
Parameters
Refine your search using the following parameters:
Add keywords to the employee search.
Add a title to the employee search using Boolean keywords.
Filter employees by geography using LinkedIn location codes.
Filter employees by seniority level using Sales Navigator codes.
Filter employees by department using Sales Navigator codes.
Exclude CRM contacts from the search.
Exclude saved leads from the search.
Exclude leads that have been viewed recently.
Output Fields
The action returns the following fields:
Number of leads mentioned in news
Number of leads who are past colleagues
Number of leads who posted recently
leads_teamlink_your_executives
Number of leads with team link to your executives
leads_viewed_profile_recently
Number of leads who viewed your profile recently
leads_with_common_experience
Number of leads with common experience
leads_following_your_company
Number of leads following your company
sales_navigator_company_id
The Sales Navigator company ID
sales_navigator_company_url
The Sales Navigator company URL
sales_navigator_profile_search_url
The Sales Navigator profile search URL
Below is the JSON schema for the output fields:
{
"company_name" : "string" ,
"leads_mentionned_in_news" : "integer" ,
"leads_past_colleague" : "integer" ,
"leads_posted_recently" : "integer" ,
"leads_teamlink_your_executives" : "integer" ,
"leads_viewed_profile_recently" : "integer" ,
"leads_with_common_experience" : "integer" ,
"leads_following_your_company" : "integer" ,
"linkedin_company_url" : "string" ,
"new_leads" : "integer" ,
"sales_navigator_company_id" : "string" ,
"sales_navigator_company_url" : "string" ,
"sales_navigator_profile_search_url" : "string" ,
"total_leads" : "integer"
}
Specificities
Ensure that the Sales Navigator numbers for functions, geography, and
seniority are correctly formatted and separated by commas without spaces for
multiple entries.