Skip to main content
To extract company information from a Sales Navigator Accounts List, follow these steps:
1

Navigate to Sales Navigator

Go to a Sales Navigator Accounts List https://www.linkedin.com/sales/lists/company.
2

Copy the URL

Copy the URL from your browser.
3

Paste the URL

Paste the URL into the provided input field.
A typical list URL looks like this: https://www.linkedin.com/sales/lists/company/YOUR_LIST_ID?sortCriteria=CREATED_TIME&sortOrder=DESCENDING.

Inputs

sales_navigator_company_list_url
string
required
A Sales Navigator Accounts List URL should start with ‘https://www.linkedin.com/sales/lists/company’.

Parameters

max_results
number
default:1000
Maximum number of results to extract. The system’s limit is 1000 results.

Output Fields

The extracted data will include the following fields:
Below is the JSON schema for the output fields:
{
  "category": "string",
  "company_name": "string",
  "location": "string",
  "number_employees": "integer",
  "sales_navigator_company_id": "string",
  "sales_navigator_company_list_url": "string",
  "sales_navigator_company_url": "string",
  "sales_navigator_employees_url": "string"
}
Ensure the URL is correctly formatted to avoid errors during extraction.