To extract detailed information from a LinkedIn Sales Navigator company profile, follow these steps:
Navigate to the Company Profile
Go to the LinkedIn Sales Navigator and find the company profile you wish to
extract information from.
Paste the URL
Paste the copied URL into the designated input field.
Ensure the URL is correctly formatted to avoid errors during the extraction
process.
sales_navigator_company_url
Parameters
Currently, there are no additional parameters required for this action.
Output Fields
The extracted information will include the following fields:
The category of the company
A brief description of the company
Estimated number of employees
The exact number of employees
URL of the company’s profile image
sales_navigator_company_id
The Sales Navigator company ID
sales_navigator_company_url
The Sales Navigator company URL
sales_navigator_employees_url
URL to view employees on Sales Navigator
sales_navigator_headquarters_url
URL to the company’s headquarters on Sales Navigator
The company’s specialties
The year the company was founded
Below is the JSON schema for the output fields:
{
"category": "string",
"company_name": "string",
"description": "string",
"employees_estimate": "string",
"growth_one_year": "string",
"growth_six_months": "string",
"growth_two_years": "string",
"linkedin_company_url": "string",
"number_employees": "integer",
"profile_image_url": "string",
"revenue": "string",
"sales_navigator_company_id": "string",
"sales_navigator_company_url": "string",
"sales_navigator_employees_url": "string",
"sales_navigator_headquarters_url": "string",
"specialties": "string",
"type": "string",
"website": "string",
"year_founded": "integer"
}
Ensure all required fields are correctly filled to successfully extract the
desired information.