
Linkedin Sales Navigator Scraper
Pricing
$39.00/month + usage

Linkedin Sales Navigator Scraper
Scrape Linkedin sales navigator search results, lists, new results, profiles to extract email, social media urls, company website, positions.
3.1 (2)
Pricing
$39.00/month + usage
124
Monthly users
411
Runs succeeded
91%
Response time
1.8 days
Last modified
3 months ago
It ignores limits - I am using an api
Open
I am trying to limit the runs to 10 profiles but it ignores my limits I set and keeps going until I abort

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
janr1
Is this what you are looking for? https://console.apify.com/actors/runs/4cKP2TvfrxUyzg66S#log There were several that I aborted as it was running over the 10 I requested. Do I need to share the code I was using?
janr1
Here is another run: https://console.apify.com/actors/runs/mhvETVsq4UeKh4HsF#log Here is a code snippet of wht i used to call your actor, using Python + Apify SDK: from apify_client import ApifyClient import json import os
Setup (env vars are injected via Railway)
APIFY_API_KEY = os.getenv("APIFY_API_KEY") # set in Railway APIFY_COOKIE = os.getenv("APIFY_COOKIE") # full exported cookie array (as JSON string)
client = ApifyClient(APIFY_API_KEY)
Parse cookie array into list
raw_cookie_list = json.loads(APIFY_COOKIE) cookie_obj = {c["name"]: c["value"] for c in raw_cookie_list}
Sales Navigator search URL (dynamic per campaign)
sales_nav_url = "https://www.linkedin.com/sales/search/people?query=(...)"
run_input = { "searchUrl": sales_nav_url, "cookie": cookie_obj, "proxy": { "useApifyProxy": True, "apifyProxyGroups": ["RESIDENTIAL"], "apifyProxyCountry": "AU" }, "minDelay": 5, "maxDelay": 10, "maxResults": 10, # 🔁 tried these to enforce limits "resultsPerPage": 10, "limit": 10 }
Actor call
run = client.actor("7Q2x4Chr5xNR5s4dP").call( run_input=run_input, wait_secs=600 ) Despite setting maxResults, resultsPerPage, and limit to 10, the actor continues scraping 2,000+ profiles. We’d like the actor to hard-limit to 10 results total. Is there an issue with the actor not stopping after the limit is reached or an issue with our api call? Thanks,
janr1
Hi, is it possible to have a discussion with you about my use case?
Pricing
Pricing model
RentalTo use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.
Free trial
1 day
Price
$39.00