Linkedin Sales Navigator Scraper ( No cookies required ) avatar
Linkedin Sales Navigator Scraper ( No cookies required )

Pricing

$150.00/month + usage

Go to Store
Linkedin Sales Navigator Scraper ( No cookies required )

Linkedin Sales Navigator Scraper ( No cookies required )

Developed by

Muhammad Usama

Muhammad Usama

Maintained by Community

Scrapes Linkedin sales navigator data ( People and Companies )

0.0 (0)

Pricing

$150.00/month + usage

1

4

4

Last modified

2 days ago

Linkedin Sales Navigator Scraper

This scraper can scrape anything from linkiedin sales navigator. We allot you 1 sales navigator account at our backend using which you can make ~1k actor runs on "Search People" and ~1k runs on "Search Company" endpoint separately in 24 hours. Each run returns 25 results. So a total of 75k leads daily and 1.5M leads in 1 month.

This actor takes has two input variables.

  1. endpoint : Select the endpoint you are interested in. e.g person-scraper
  2. body : send the input data in json format. e.g { "account_number" : We allot 1 sales navigator account for $150. You can buy as much sales navigator accounts as you need. Pass account number to switch between alloted accounts like 1,2,3. "page": 1, "url": "https://www.linkedin.com/sales/search/people?query=(spellCorrectionEnabled%3Atrue%2CrecentSearchParam%3A(id%3A3987336874%2CdoLogHistory%3Atrue)%2Cfilters%3AList((type%3ACURRENT_COMPANY%2Cvalues%3AList((id%3Aurn%253Ali%253Aorganization%253A825160%2Ctext%3AHyundai%2520Motor%2520Company%2520%2528%25ED%2598%2584%25EB%258C%2580%25EC%259E%2590%25EB%258F%2599%25EC%25B0%25A8%2529%2CselectionType%3AINCLUDED%2Cparent%3A(id%3A0)))))%2Ckeywords%3Agoo)&sessionId=V%2BfhmkmqTlSofc8%2F1FmgJw%3D%3D" }

List of endpoints

Here is the list of all the endpoints along with the json body they accept (with examples).

1.Search People (Via URL)

You can search people from linkedin sales navigator with this endpoint using sales navigator url. It returns 25 people per page.
body : {
"page" : Number ( page number between 1-100. Returns 25 resutls per page ),
"url" : String (search url as per linkedin sales navgator)
}
Example
body : {
"page": 1,
"url": "https://www.linkedin.com/sales/search/people?query=(spellCorrectionEnabled%3Atrue%2CrecentSearchParam%3A(id%3A3987336874%2CdoLogHistory%3Atrue)%2Cfilters%3AList((type%3ACURRENT_COMPANY%2Cvalues%3AList((id%3Aurn%253Ali%253Aorganization%253A825160%2Ctext%3AHyundai%2520Motor%2520Company%2520%2528%25ED%2598%2584%25EB%258C%2580%25EC%259E%2590%25EB%258F%2599%25EC%25B0%25A8%2529%2CselectionType%3AINCLUDED%2Cparent%3A(id%3A0)))))%2Ckeywords%3Agoo)&sessionId=V%2BfhmkmqTlSofc8%2F1FmgJw%3D%3D"
}

2.Search Company (Via URL)

You can search companies from linkedin sales navigator with this endpoint using sales navigator url. It returns 25 companies per page.
body : {
"page" : Number ( page number between 1-100. Returns 25 resutls per page ),
"url" : String (search url as per linkedin sales navgator)
}
Example
body : {
"page": 1,
"url": "https://www.linkedin.com/sales/search/company?query=(spellCorrectionEnabled%3Atrue%2Cfilters%3AList((type%3ACOMPANY_HEADCOUNT%2Cvalues%3AList((id%3AB%2Ctext%3A1-10%2CselectionType%3AINCLUDED))))%2Ckeywords%3Agoo)&sessionId=V%2BfhmkmqTlSofc8%2F1FmgJw%3D%3D&viewAllFilters=true",
}

3.Search People

You can search people from linkedin sales navigator with this endpoint using JSON input. It returns 25 people per page.
body : {
"page" : Number ( page number between 1-100. Returns 25 resutls per page ),
"filters" : Array (an array of all the filters. Each object contains 2 attributes, type : String & values : Array )
}
Example
body : {

"page": 1, "filters": [ { "type": "POSTAL_CODE", "values": [ { "id": "101041448", "text": "781104, Guwahati, Assam, India", "selectionType": "INCLUDED" } ], "selectedSubFilter": 50 } ] }

4.Search Companies

You can search companies from linkedin sales navigator with this endpoint using JSON input. It returns 25 companies per page.
body : {
"page" : Number ( page number between 1-100. Returns 25 resutls per page ),
"filters" : Array (an array of all the filters. Each object contains 2 attributes, type : String & values : Array )
}
Example
body : {

"page": 1, "filters": [ { "type": "ANNUAL_REVENUE", "range": { "min": 500, "max": 1000 } }, { "type": "COMPANY_HEADCOUNT", "values": [ { "id": "E", "text": "201-500", "selectionType": "INCLUDED" } ] } ] }

5. Filters

All other endpoints returns filters suggestions. Use them to get values for Search people & Search Companies

Thats it, run the actor and do your stuff with outcome.

If you think something is missing in our actor, please open a new discussion with suitable title and we will add that up ASAP.

Thats it, run the actor and do your stuff with outcome.

If you think something is missing in our actor, please open a new discussion with suitable title and we will add that up ASAP.