Linkedin Sales Navigator Scraper avatar
Linkedin Sales Navigator Scraper

Pricing

$25.00/month + usage

Go to Store
Linkedin Sales Navigator Scraper

Linkedin Sales Navigator Scraper

Developed by

SASWAVE

SASWAVE

Maintained by Community

Extract Leads and Accounts from a linkedin sales navigator search url. Get last name, first name, jobtitle, linkedin, company. Deeper profile extraction option, allow fetching profile data from leads or accounts: email, phonenumber, last touch action, crm status and more

4.4 (4)

Pricing

$25.00/month + usage

30

Total users

568

Monthly users

153

Runs succeeded

67%

Issues response

10 hours

Last modified

2 days ago

BB

Actor Stops Crawling Despite More Results in Sales Navigator

Open

beaming_baobab opened this issue
3 days ago

Hi,

Based on my manual check, the search results should return significantly more than 300 pages. However, I noticed that the actor consistently stops crawling after reaching page 56.

Upon checking the logs, it appears that starting from page 56, the actor begins to throw errors and stops further execution, as if there are no more pages to crawl. This seems inconsistent with the actual data available on Sales Navigator.

Could you please take a look and see if there might be an issue with pagination handling or a limit imposed in the script?

Thanks

BB

beaming_baobab

3 days ago

Please note that I haven't subscribed to this actor yet. I’ve been using an alternative one, but it’s no longer functional, so I’m currently testing this new one to make sure it works before subscribing.

I also have a question: Are the output fields (columns) always the same, or do they change based on the search query? For example, if I add a filter like "years of experience" to my search, will that information appear in the output columns as well, if its not possible, how can we find this info (years of experice) since its necessary in my case.

saswave avatar

Thank you for reporting the issue, we had a small typo that didn't let the retry system continue

The actor has been updated

The output will contain the search url it's extracted from

What would you need more ? some kind of column with a list of "filters" used in the search ?

You can provide the last url page from last run as input for new run, it should start at page 56 for example

BB

beaming_baobab

3 days ago

Thanks a lot for your quick response, I really appreciate it.

Regarding my previous question, I just wanted to clarify a bit more. My current lead search includes a filter for years of experience, using the following options:

-Less than 1 year -1 to 2 years -3 to 5 years -6 to 10 years -More than 10 years

Since this filter is part of my search criteria, it's important for me to know which experience range each profile falls into when exporting the data.

Is it possible for this information to be included in the output per lead? Or is this a limitation from LinkedIn's side?

Thanks again for your help!

saswave avatar

It's a linkedin limitation

The workaround would be to segment your search and create multiple search urls

BB

beaming_baobab

3 days ago

Got it, thank you.