Having a big employee search? No problem, we now can scrape searches that are up to 50k results without using your own LinkedIn account, without providing any cookies, and without requiring a browser extension. All you need to do is provide the search criteria.
For instance, let’s say you need a lead list with the following criteria:
Job title includes: owner, founder, or director
Location: United States
Industry: Software Development
Company headcount range: 11-50
For more filters: Please check out this page
Below is how you can do it easily in the Python language, step by step.
Initiate a Search
Check Search Progress
Retrieve Search Results
Put All Together
Before running the script, ensure you have:
Each stage of the search process costs a different number of credits:
Search initiation: 50 credits. Even if the search returns no results you’ll be charged 50 credits. Then each result costs 0.7 credits, and will be charged in advanced before you actually fetch the results.
Status monitoring: free of charge. You can check it as frequently as needed until the job is complete.
Result fetching: free of charge.
For example, if your search yields 10,000 results, the total credit cost would be:
50 credits + (0.7*10000 credits) = 7050 credits.
Having a big employee search? No problem, we now can scrape searches that are up to 50k results without using your own LinkedIn account, without providing any cookies, and without requiring a browser extension. All you need to do is provide the search criteria.
For instance, let’s say you need a lead list with the following criteria:
Job title includes: owner, founder, or director
Location: United States
Industry: Software Development
Company headcount range: 11-50
For more filters: Please check out this page
Below is how you can do it easily in the Python language, step by step.
Initiate a Search
Check Search Progress
Retrieve Search Results
Put All Together
Before running the script, ensure you have:
Each stage of the search process costs a different number of credits:
Search initiation: 50 credits. Even if the search returns no results you’ll be charged 50 credits. Then each result costs 0.7 credits, and will be charged in advanced before you actually fetch the results.
Status monitoring: free of charge. You can check it as frequently as needed until the job is complete.
Result fetching: free of charge.
For example, if your search yields 10,000 results, the total credit cost would be:
50 credits + (0.7*10000 credits) = 7050 credits.