Skip to main content
To extract detailed information from a LinkedIn Sales Navigator company profile, follow these steps:
1

Navigate to the Company Profile

Go to the LinkedIn Sales Navigator and find the company profile you wish to extract information from.
2

Copy the URL

Copy the URL from your browser’s address bar. Ensure it starts with ‘https://www.linkedin.com/sales/company/’.
3

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.

Inputs

sales_navigator_company_url
string
required
A Sales Navigator Company URL should start with ‘https://www.linkedin.com/sales/company/’.

Parameters

parameters
object
Currently, there are no additional parameters required for this action.

Output Fields

The extracted information will include the following fields:
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.