Linkedin Scraper avatar
Linkedin Scraper

Pricing

$15.00/month + usage

Go to Store
Linkedin Scraper

Linkedin Scraper

Developed by

Sh0ck Labs

Sh0ck Labs

Maintained by Community

Find the right jobs faster. Tired of LinkedIn’s slow UI and irrelevant listings? Our LinkedIn Job Scraper filters jobs using PUBLIC and PRIVATE scraping, unlocking premium insights and refining results by keywords, post date, and location—so you focus on the best opportunities, not the noise.

0.0 (0)

Pricing

$15.00/month + usage

0

Total users

8

Monthly users

2

Runs succeeded

>99%

Last modified

a month ago

You can access the Linkedin Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "filter": "Developer",
3  "location": "Canada",
4  "posted_date": "any_time",
5  "cookies": [],
6  "proxy": {
7    "useApifyProxy": false
8  },
9  "start": 0,
10  "limit": 2,
11  "order_by": "posted_date",
12  "timeout": 300
13}' |
14apify call api_massta/linkedin-scraper --silent --output-dataset

Linkedin Scraper API through CLI

The Apify CLI is the official tool that allows you to use Linkedin Scraper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include: