LinkedIn Job Scraper by Company Size avatar
LinkedIn Job Scraper by Company Size
Under maintenance

Pricing

$150.00 / 1,000 results

Go to Apify Store
LinkedIn Job Scraper by Company Size

LinkedIn Job Scraper by Company Size

Under maintenance

Developed by

Pradumn Bansal

Pradumn Bansal

Maintained by Community

Find targeted job leads on LinkedIn. This agent scrapes jobs matching your keywords from companies above a minimum employee size that you define. Stop sifting through startups and get clean data on opportunities from established organiations. Simply input your search terms and a minimum company size

0.0 (0)

Pricing

$150.00 / 1,000 results

1

5

5

Last modified

25 days ago

LinkedIn Job Scraper & Filter

This Apify actor scrapes job listings from LinkedIn based on your specified search topics and filters them by the date posted and the size of the company. It's a powerful tool for targeted job searches, market research, or lead generation.

Features

  • Multi-Topic Search: Scrape job listings for multiple search queries in a single run.
  • Date Filter: Retrieve only the most recent job postings by specifying a time window (e.g., last 24 hours, last week).
  • Company Size Filter: Target your search to companies of a specific scale by setting a minimum employee count.
  • Requires Authentication: Uses your LinkedIn session cookie to perform searches as if you were logged in, allowing access to personalized and complete results.

How to Use

To run this actor, you need to provide your LinkedIn session cookie (li_at).

  1. Log in to your LinkedIn account in your web browser.
  2. Open your browser's developer tools (usually by pressing F12 or Ctrl+Shift+I).
  3. Go to the Application tab (in Chrome/Edge) or Storage tab (in Firefox).
  4. Select Cookies > https://www.linkedin.com.
  5. Find the cookie named li_at and copy its value.

Security Note: Your li_at cookie provides access to your LinkedIn account. Treat it like a password and do not share it publicly.

Input Configuration

The actor requires the following four inputs:

FieldTypeDescriptionRequired
liAtCookieStringYour LinkedIn session cookie. See "How to Use" for instructions.Yes
searchTopicsStringA comma-separated list of job titles or keywords to search for. Example: UI Developer,Software Engineer,Data AnalystYes
jobsDatePostedSecondsIntegerThe time in seconds from now to look back for job postings. For example, 86400 for jobs posted in the last 24 hours.Yes
employeeCountIntegerThe minimum number of employees a company must have to be included in the results. Example: 500Yes

Input Example (JSON)

{
"liAtCookie": "AQEDAT...your...cookie...value...",
"searchTopics": "Product Manager,UX Designer",
"jobsDatePostedSeconds": 604800,
"employeeCount": 1001
}