LinkedIn Sales Navigator Scraper Export Leads & Accounts avatar

LinkedIn Sales Navigator Scraper Export Leads & Accounts

Under maintenance

Pricing

from $0.01 / 1,000 results

Go to Apify Store
LinkedIn Sales Navigator Scraper Export Leads & Accounts

LinkedIn Sales Navigator Scraper Export Leads & Accounts

Under maintenance

Export leads from LinkedIn Sales Navigator searches, saved lists, and account lists at scale.

Pricing

from $0.01 / 1,000 results

Rating

2.0

(1)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

53

Total users

12

Monthly active users

4 days ago

Last modified

Share

LinkedIn Sales Navigator Scraper - Export Leads & Accounts

Export leads from LinkedIn Sales Navigator searches, saved lists, and account lists. Extract contact details, company info, and engagement signals at scale.

BYOK (Bring Your Own Key) -- you provide your own API credentials.


Before You Start

This actor requires your own API credentials to fetch real data.

Where to get your key: JSON array of cookies exported from your browser while logged into Sales Navigator. Use the Cookie-Editor or EditThisCookie browser extension. Not needed if using Cookie Manager.

You can test with Demo Mode first (free, no key needed) to see the output format before committing.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true,
"searchUrl": "https://www.linkedin.com/sales/search/people",
"savedListUrl": "https://example.com",
"accountListUrl": "https://example.com",
"webhookHeaders": {}
}

Run with real data

{
"demoMode": false,
"scrapeType": "search",
"searchUrl": "https://www.linkedin.com/sales/search/people",
"savedListUrl": "https://example.com",
"accountListUrl": "https://example.com",
"cookies": "YOUR_API_KEY_HERE",
"cookieKvStoreName": "cookie-sessions",
"maxResults": 100,
"includeCompanyDetails": false,
"includeEngagementSignals": false,
"webhookPlatform": "custom",
"webhookHeaders": {}
}

Input Parameters

ParameterTypeDefaultRequiredDescription
scrapeTypestring"search"NoWhat to scrape from Sales Navigator
searchUrlstring-NoFull Sales Navigator search URL. Go to Sales Navigator > Search > People, set your filters, then copy the URL from your browser.
savedListUrlstring-NoURL of your saved lead list in Sales Navigator. Go to Lists > Lead Lists > click on your list, then copy the URL.
accountListUrlstring-NoURL of your account list in Sales Navigator. Go to Lists > Account Lists > click on your list, then copy the URL.
cookiesstring-Yes*JSON array of cookies exported from your browser while logged into Sales Navigator. Use the Cookie-Editor or EditThisCookie browser extension. Not needed if using Cookie Manager.
cookieStorageKeystring-NoKey to load cookies from Cookie Manager's named KV store. Use this instead of pasting cookies manually. Run Cookie Manager actor first to capture and store your LinkedIn session.
cookieKvStoreNamestring"cookie-sessions"NoName of the Apify Key-Value Store where Cookie Manager saved the session. Default: 'cookie-sessions'.
maxResultsinteger100NoMaximum number of leads/accounts to export
includeCompanyDetailsbooleanfalseNoExtract detailed company information for each lead (industry, size, headquarters). Slightly slower.
includeEngagementSignalsbooleanfalseNoDetect engagement signals like recent activity, job changes, and company growth indicators.
proxyobject-NoProxy settings (recommended: RESIDENTIAL for Sales Navigator)
demoModebooleantrueNoReturn mock data for testing without real scraping. Useful to preview output format.
webhookUrlstring-NoURL to POST results when scraping completes (Zapier, Make, n8n, or custom endpoint)
webhookPlatformstring"custom"NoPlatform type for proper payload formatting
webhookHeadersobject-NoAdditional HTTP headers to send with webhook (e.g., Authorization)

*Required when Demo Mode is off.


Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Lead ScrapedEach lead exported from Sales Navigator$0.05
Account ScrapedEach account/company exported from Sales Navigator$0.03

Demo mode is free -- no charges for sample data.


Troubleshooting

"API key is required"

You have Demo Mode turned off but didn't provide an API key. Either:

  • Turn Demo Mode on to test with sample data
  • Add your API key in the input

"API error 403" or "Unauthorized"

Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • API key without proper permissions
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal