To extract company information from a Sales Navigator Accounts List, follow these steps:
Navigate to Sales Navigator
Copy the URL
Copy the URL from your browser.
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.
sales_navigator_company_list_url
Parameters
Maximum number of results to extract. The system’s limit is 1000 results.
Output Fields
The extracted data will include the following fields:
The category of the company
The location of the company
The number of employees in the company
sales_navigator_company_id
The Sales Navigator ID of the company
sales_navigator_company_list_url
The URL of the Sales Navigator company list
sales_navigator_company_url
The Sales Navigator URL of the company
sales_navigator_employees_url
The Sales Navigator URL for the company’s employees
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.