LinkedIn Sales Navigator Scraper Export Leads & Accounts
Pricing
from $0.01 / 1,000 results
LinkedIn Sales Navigator Scraper Export Leads & Accounts
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
Actor stats
0
Bookmarked
53
Total users
12
Monthly active users
4 days ago
Last modified
Categories
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
| Parameter | Type | Default | Required | Description |
|---|---|---|---|---|
scrapeType | string | "search" | No | What to scrape from Sales Navigator |
searchUrl | string | - | No | Full Sales Navigator search URL. Go to Sales Navigator > Search > People, set your filters, then copy the URL from your browser. |
savedListUrl | string | - | No | URL of your saved lead list in Sales Navigator. Go to Lists > Lead Lists > click on your list, then copy the URL. |
accountListUrl | string | - | No | URL of your account list in Sales Navigator. Go to Lists > Account Lists > click on your list, then copy the URL. |
cookies | string | - | 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. |
cookieStorageKey | string | - | No | Key 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. |
cookieKvStoreName | string | "cookie-sessions" | No | Name of the Apify Key-Value Store where Cookie Manager saved the session. Default: 'cookie-sessions'. |
maxResults | integer | 100 | No | Maximum number of leads/accounts to export |
includeCompanyDetails | boolean | false | No | Extract detailed company information for each lead (industry, size, headquarters). Slightly slower. |
includeEngagementSignals | boolean | false | No | Detect engagement signals like recent activity, job changes, and company growth indicators. |
proxy | object | - | No | Proxy settings (recommended: RESIDENTIAL for Sales Navigator) |
demoMode | boolean | true | No | Return mock data for testing without real scraping. Useful to preview output format. |
webhookUrl | string | - | No | URL to POST results when scraping completes (Zapier, Make, n8n, or custom endpoint) |
webhookPlatform | string | "custom" | No | Platform type for proper payload formatting |
webhookHeaders | object | - | No | Additional HTTP headers to send with webhook (e.g., Authorization) |
*Required when Demo Mode is off.
Pricing
This actor uses pay-per-event billing:
| Event | Description | Price |
|---|---|---|
| Lead Scraped | Each lead exported from Sales Navigator | $0.05 |
| Account Scraped | Each 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