How to fully automate LinkedIn company searches, at any scale?
Are you looking to integrate LinkedIn company search results into your workflow without manual effort? In this guide, I’ll show you how to leverage our API to automate company searches from LinkedIn Sales Navigator—without requiring a LinkedIn account, cookies, or browser extensions. Simply define your search criteria and let the API do the rest.
Code Demonstration
Let’s say you want to build a list of companies that meet the following criteria:
- Company Size: Between 1,001–10,000 employees.
- Headquarters: United States.
- Hiring on LinkedIn: No.
Here’s how you can achieve this step-by-step using Python.
Initiate the Search
Monitor Search Progress
Retrieve Search Results
Full Workflow
Prerequisites
Before running the code, ensure you have the following:
- A PRO plan to access the search endpoint.
- Python installed on your machine.
- Install the required Python library using:
Pricing
The API usage cost is broken into three stages:
- Search initiation: 25 credits per request.
- Search status checks: Free of charge.
- Result fetching: 0.3 credits per company.
For example, if your search returns 100 companies, the total credit cost would be:
25 credits + (0.3 × 100) = 55 credits.
This guide demonstrates how you can use the API to automate LinkedIn company searches efficiently and integrate them seamlessly into your workflow. Start leveraging this solution to scale your business insights effortlessly.