Skip to main content
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.

Code demonstration

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.
1

Initiate a Search

2

Check Search Progress

3

Retrieve Search Results

4

Put All Together

Prerequisites

Before running the script, ensure you have:
  1. Permission to use the search feature. Please reach out us at: [email protected] to obtain it.
  2. Python installed on your system.
  3. The requests library installed. You can install it using:

How much does it cost?

Each stage of the search process costs a different number of credits:
  1. Search initiation: 50 credits. Even if the search returns no results you’ll be charged 50 credits. Then each result costs 1 credits, and will be charged in advanced before you actually fetch the results.
  2. Status monitoring: free of charge. You can check it as frequently as needed until the job is complete.
  3. Result fetching: free of charge.
For example, if your search yields 10,000 results, the total credit cost would be: 50 credits + (1*10000 credits) = 10050 credits.