Linkedin Sales Navigator Leads Scraper
Pricing
$5.00 / 1,000 leads
Linkedin Sales Navigator Leads Scraper
Scrape Leads from linkedin sales navigator in 3 easy steps
Pricing
$5.00 / 1,000 leads
Rating
5.0
(1)
Developer
Muhammad Usama
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
2
Monthly active users
6 hours ago
Last modified
Categories
Share
Extract high-quality lead data from LinkedIn Sales Navigator searches. This Actor supports asynchronous scraping jobs, allowing you to initiate a search, check its progress, and retrieve the results once the job is complete.
Note: An active LinkedIn Sales Navigator account is required.
Features
-
Scrape leads from LinkedIn Sales Navigator searches
-
Supports up to 100 pages per search
-
Retrieves up to 25 leads per page
-
Up to 2,500 leads per search
-
Asynchronous job processing
-
Simple API with three endpoints:
initiatestatusresult
How It Works
The Actor operates in three steps:
1. Initiate a Search
Starts a new scraping job.
Input
{"endpoint": "initiate","searchUrl": "Feed it URL from linkedin sales navigator"}
Response
Returns a search ID along with information about the created job.
2. Check Job Status
Check whether the scraping job has completed.
Input
{"endpoint": "status","searchId" : "YOUR_SEARCH_ID"}
Possible statuses include:
- Pending
- Running
- Completed
- Failed
3. Retrieve Results
Once the status is Completed, retrieve the scraped leads.
Input
{"endpoint": "result","searchId" : "YOUR_SEARCH_ID"}
The Actor returns an array of lead objects.
Input Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| endpoint | String | Yes | One of initiate, status, or result. |
| body | Object | Yes | Request payload for the selected endpoint. |
Example Workflow
- Run the Actor using
endpoint = initiate. - Save the returned
searchId. - Periodically call the Actor with
endpoint = status. - When the status becomes Completed, call the Actor with
endpoint = result. - Download the returned leads.
Output
Depending on the endpoint, the Actor returns:
Initiate
{"success": true,"credits_charged": 2500,"searchId": "6a44cb73d987b0ec525879e3","message": "Scrape process started ( ETA 5 mins ). For scrape progress use /status endpoint. Once scrape status is flagged as complete, use /result endpoint to get results."}
Status
{"complete": true,"total_scraped":1175}
Result
[{"lastName": "Murtaza","memorialized": false,"objectUrn": "urn:li:member:1139241342","geoRegion": "Ghotki District, Sindh, Pakistan","saved": false,"openLink": false,"premium": false,"currentPositions": ["Array"],"profileUrl": "https://www.linkedin.com/in/ACwAAEPncX4Bdr4cRe_bD5D5QaN5nnq1OYnSkkQ","viewed": false,"spotlightBadges": [],"profilePictureDisplayImage": null,"blockThirdPartyDataSharing": false,"summary": null,"pendingInvitation": false,"degree": -1,"fullName": "Ghulam Murtaza","listCount": 0,"firstName": "Ghulam"}]
The exact fields returned depend on the available data in LinkedIn Sales Navigator.
Limits
- Maximum 100 pages per search.
- Up to 25 leads per page.
- Maximum 2,500 leads returned for a single search.
Pricing
This Actor uses Pay-per-Event pricing.
You are charged only for the number of leads successfully processed. If no leads are found, no event charges are generated.
Notes
- A valid LinkedIn Sales Navigator search is required.
- Large searches may take several minutes to complete.
- Always wait until the job status is Completed before requesting results.
Support
If you encounter any issues or have feature requests, please contact the Actor author through the Apify Store page.