Linkedin Sales Navigator Scraper avatar
Linkedin Sales Navigator Scraper

Pricing

$39.00/month + usage

Go to Store
Linkedin Sales Navigator Scraper

Linkedin Sales Navigator Scraper

Developed by

Curious Coder

Curious Coder

Maintained by Community

Scrape Linkedin sales navigator search results, lists, new results, profiles to extract social media urls, company website, positions

2.3 (6)

Pricing

$39.00/month + usage

180

Total users

4.7K

Monthly users

371

Runs succeeded

87%

Issues response

3.9 days

Last modified

8 days ago

ST

MaxItems and Count Not Limiting Results

Closed

stevenphilip opened this issue
2 months ago

When running the actor via API, using the MaxItems parameter does not limit the results. Similarly the "count" variable in the body is not limiting the results either. I saw some other tickets with the similar issue. Is there a solution to this yet?

curious_coder avatar

In order to quickly identify the reason of your issue, I need to inspect your run.

Please share the URL of the run where you faced this issue. You can find your runs on this page: https://console.apify.com/actors/runs

ST

stevenphilip

2 months ago

Any update here?

curious_coder avatar

The scraper will return minimum of 25 results per run and in the multiples of 25 because there will be 25 results per page of search results, So make sure to provide the count in multiples of 25 or ignore the remaining results in case you want less than 25.

If the scraper is returning > 25 results when expected count <= 25 then let me know

ST

stevenphilip

2 months ago

Please clarify the “count” input. Is a value of 1 = 1 page, or 1 record? If I select 4 for the count, will it scrape 4 pages of 25 items or 25 items because it’s < the number of records on 1 page. Please be very specific in your response.

Also, why is the MaxItems parameter ignored in this Actor?

ST

stevenphilip

a month ago

Please reply to my questions above. Thank you.

ST

stevenphilip

a month ago

Sir, can you please reply? Thank you.

ST

stevenphilip

a month ago

Hello?

curious_coder avatar

Updated it to provide exact results as requested even if it is lesser than 25

Now if you set count = 1, you will get 1 result