Linkedin Jobs Scraper - 2.75$/month avatar
Linkedin Jobs Scraper - 2.75$/month

Pricing

$2.75/month + usage

Go to Store
Linkedin Jobs Scraper - 2.75$/month

Linkedin Jobs Scraper - 2.75$/month

Developed by

InsightAPILabs

InsightAPILabs

Maintained by Community

A powerful API to search and scrape job listings from LinkedIn using custom keywords and advanced parameters.

5.0 (1)

Pricing

$2.75/month + usage

1

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

2 days ago

LinkedIn Job Scraper

A powerful Apify actor that scrapes LinkedIn job listings based on your custom input parameters and returns a structured JSON array packed with everything you need to know about each role.


🚀 Getting Started

  1. Configure your input by filling in the properties below. No need to copy any URLs—just provide your search criteria directly in the input schema.
  2. Run the actor. It will query LinkedIn’s job search and return the results in JSON.

Tip: Automate your workflows by integrating this actor with the Apify API for scheduled or programmatic runs.


🛠️ Input Schema

{
"jobTitle": "Frontend Developer", // Position title, e.g., “Marketing Manager”
"location": "New York, NY, USA", // City, state, country
"companyName": ["Google", "NASA"], // Optional list of employer names
"companyId": ["1441", "1815218"], // Optional LinkedIn company IDs
"publishedAt": "r604800", // "": Any, "r86400": Past 24h, "r604800": Past 7d, "r2592000": Past 30d
"rows": 100, // Max number of listings to fetch (default 100)
"workType": "3", // "1": On-site, "2": Remote, "3": Hybrid
"jobType": "F", // "F": Full-time, "P": Part-time, "C": Contract, etc.
"experienceLevel": "4", // "1": Intern, …, "4": Mid-Senior, …, "6": Executive
"postedAfter": "2024-06-01", // Only include jobs posted after this date (YYYY-MM-DD)
"easyApply": true, // Only LinkedIn Easy Apply jobs
"fewApplicants": false, // Only listings with few applicants
"proxySettings": { // Proxy configuration for your crawler
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

📦 Output Format

The scraper returns an array of job objects. Each object includes:

FieldDescription
idLinkedIn’s internal job identifier
publishedAtPosting date in YYYY-MM-DD
salarySalary range or estimate, if available
titleJob title
jobUrlDirect link to the LinkedIn job posting
companyNameEmployer’s name
companyUrlLink to the company’s LinkedIn page
locationJob location (city, region, country)
postedTimeRelative time since posting (e.g., “2 weeks ago”)
applicationsCountNumber or description of applicants (e.g., “Over 200 applicants”)
descriptionPlain-text job description
contractTypeEmployment type (Full-time, Part-time, Contract, etc.)
experienceLevelRequired experience level (e.g., “Mid-Senior level”)
workTypeWork arrangement (On-site, Remote, Hybrid)
sectorIndustry sector, if detected
applyTypeEASY_APPLY or EXTERNAL
applyUrlURL to submit your application
descriptionHtmlFull HTML markup of the job description
companyIdLinkedIn’s internal company ID
benefitsArray of listed benefits (e.g., “401(k)”, “Medical insurance”)
posterProfileUrlLink to the LinkedIn profile of the person who posted the job
posterFullNameFull name of the job poster

🎯 Input Example

{
"jobTitle": "Frontend Developer",
"location": "New York, NY, USA",
"companyName": ["Excalibur Works"],
"companyId": ["99324481"],
"publishedAt": "r2592000",
"rows": 50,
"workType": "1",
"jobType": "F",
"experienceLevel": "4",
"postedAfter": "2024-06-01",
"easyApply": true,
"fewApplicants": false,
"proxySettings": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

📤 Output Example

[
{
"id": "4206656460",
"publishedAt": "2025-06-30",
"salary": "$200,000.00/yr - $280,000.00/yr",
"title": "Frontend Developer",
"jobUrl": "https://www.linkedin.com/jobs/view/frontend-developer-at-excalibur-works-4206656460",
"companyName": "Excalibur Works",
"companyUrl": "https://www.linkedin.com/company/excalibur-works",
"location": "New York, NY",
"postedTime": "2 weeks ago",
"applicationsCount": "Over 200 applicants",
"description": "We are looking for a talented Front‑End Engineer to…",
"contractType": "Full-time",
"experienceLevel": "Mid-Senior level",
"workType": "On-site",
"sector": "Engineering Services",
"applyType": "EASY_APPLY",
"applyUrl": "https://www.linkedin.com/jobs/view/frontend-developer-at-excalibur-works-4206656460",
"descriptionHtml": "<p><strong>We are looking for a talented…</strong></p>",
"companyId": "99324481",
"benefits": ["401(k)", "Medical insurance", "Dental insurance"],
"posterProfileUrl": "https://www.linkedin.com/in/sydney-devonshire",
"posterFullName": "Sydney Devonshire"
}
]

Happy scraping! 🎉 Tailor your inputs, fire up the actor, and let the job opportunities roll in.