VOOZH about

URL: https://apify.com/blackfalcondata/linkedin-job-scraper

⇱ LinkedIn Job Scraper - Salary, Company Data, No Cookies Β· Apify


πŸ‘ LinkedIn Job Scraper β€” No Cookies βœ… Salary, Skills & Company avatar

LinkedIn Job Scraper β€” No Cookies βœ… Salary, Skills & Company

Pricing

from $0.27 / 1,000 results

Go to Apify Store

LinkedIn Job Scraper β€” No Cookies βœ… Salary, Skills & Company

Scrape linkedin.com job postings without login or cookies. Salary, skills, and employer data in clean structured output β€” from $0.27 per 1,000 jobs. Incremental mode skips already-seen jobs on recurring runs for hiring research and lead generation.

Pricing

from $0.27 / 1,000 results

Rating

5.0

(1)

Developer

πŸ‘ Black Falcon Data

Black Falcon Data

Maintained by Community

Actor stats

3

Bookmarked

46

Total users

18

Monthly active users

14 hours

Issues response

10 hours ago

Last modified

Share

What does LinkedIn Job Scraper do?

LinkedIn Job Scraper extracts linkedin.com job postings β€” full descriptions, salary, skills, apply URLs, AI-ready summaries, and employer details (company size, website, industry) β€” with no login or cookies, at $0.27 per 1,000 results. Run a one-off export, or enable incremental mode to skip already-seen jobs on recurring runs.

How to use this actor

  • πŸ‘‰ Register for a free Apify account β€” no credit card required.
  • πŸŽ‰ Just click Sign up free on Apify β†’ and complete a quick signup.
  • πŸ’° A free Apify account includes $5 in monthly credits β€” enough to test this actor.
  • ⏳ Scrape during the free trial, with no commitment or upfront payment required.

Key features

  • ♻️ Incremental mode β€” recurring runs emit only NEW / UPDATED / REAPPEARED records; UNCHANGED and EXPIRED are opt-in. First run builds the baseline; subsequent runs emit and charge only for the diff.
  • πŸ”” Notifications β€” Telegram, Slack, Discord, WhatsApp Cloud API, and generic webhook outputs. Pair with incremental + notifyOnlyChanges for daily new-job alerts.
  • πŸ€– AI-ready output β€” deterministic aiSummary and skills fields give compact context for ATS, recruiting agents, and MCP workflows without extra enrichment calls.
  • πŸ”— Paste-mode β€” paste a LinkedIn job search URL copied from your browser. The actor reads the URL's keywords, location, geoId, date, work type, job type, company, Easy Apply, and sort filters and runs that search directly.
  • 🚫 Recruiter-spam filter β€” removeAgency: true runs a heuristic post-filter on company names and drops listings from third-party agencies.
  • πŸ“‹ Detail enrichment β€” two-stage mode: list, then enrich each job with the full description plus detail-page fields such as apply counts and education.
  • βœ‚οΈ Description truncation β€” cap enriched descriptions with descriptionMaxLength when downstream systems need smaller records.
  • 🌎 Multi-region with presets β€” pass regions: ["US", "GB", "DE"] for a custom country mix, or pick presets like "nordic", "dach", "benelux", "uk-ireland", "eu-27", "gcc", "mena", "asean", "latam", or "anglosphere".
  • ⚑ Easy-Apply filter β€” easyApply: true returns only LinkedIn Easy-Apply postings.
  • 🏒 Company-level filtering β€” companies: [123, 456] filters at the LinkedIn API level, while excludeCompanies and excludeKeywords remove unwanted matches after fetch.
  • πŸ“¦ Compact mode β€” AI-agent and MCP-friendly compact payloads with core fields only; pipe them into your ATS, monitoring workflow, or LLM context without parsing extras.

What data can you extract from linkedin.com?

Each result includes Core listing fields (scrapedAt, portalUrl, jobId, linkedinJobId, jobUrl, title, location, and country, and more), detail fields when enrichment is enabled (description, descriptionHtml, descriptionMarkdown, and postingBenefits), apply information (applyUrl, applyType, and easyApply), and company metadata (company, companyUrl, companyId, and companyLogo). In standard mode, all fields are always present β€” unavailable data points are returned as null, never omitted. In compact mode, only core fields are returned.

Input

The main inputs are an optional location filter and a result limit. Additional filters and options are available in the input schema.

Key parameters:

  • keywords β€” Job search keywords (e.g. "software engineer", "nurse"). Leave blank to browse all jobs in the selected location.
  • location β€” City, state, region, or country (e.g. "Berlin, Germany", "United States"). LinkedIn resolves it for you β€” no IDs needed. Leave empty for global results.
  • geoIds β€” Advanced/optional override β€” most users just use πŸ“ Location, which LinkedIn resolves automatically. For exact targeting, paste a LinkedIn jobs search URL into πŸ”— Start URLs (the geoId is read for you), or copy the numeric geoId from a LinkedIn jobs URL. Each geoId becomes a separate query, deduped on jobId. (default: [])
  • regions β€” Two-letter country codes (e.g. "US", "GB", "DE"). Resolved to LinkedIn country geoIds. Use geoIds[] for unsupported markets. (default: [])
  • regionPresets β€” Pre-defined country grouping. Combined with regions[] if both are set.
  • datePosted β€” Filter by posting recency. "lastHour" is unique to this scraper. (default: "anytime")
  • jobType β€” Multi-select employment type filter. (default: [])
  • experienceLevel β€” Multi-select seniority filter. (default: [])
  • workType β€” Multi-select onsite/remote/hybrid filter. (default: [])
  • salaryMin β€” Minimum annual salary (USD). Mapped to LinkedIn's nearest f_SB2 bucket. Post-filtered exactly.
  • salaryMax β€” Maximum annual salary. Post-filtered (LinkedIn has no native max filter).
  • salaryIncludeUnknown β€” When salaryMin/Max set, include jobs with no salary data. (default: true)
  • ...and 40 more parameters

Input examples

Basic search β€” Keyword-driven search with a result cap.

β†’ Full payload per result β€” all standard fields populated where the source provides them.

{
"keywords":"software engineer",
"maxResults":50
}

Filtered search β€” Narrow results with advanced filters β€” only matching jobs are returned.

β†’ Same field set as basic search; fewer, more relevant rows.

{
"keywords":"software engineer",
"jobType":[
"fulltime"
],
"workType":[
"onsite"
],
"experienceLevel":[
"internship"
],
"maxResults":100
}

Incremental tracking β€” Only emit jobs that changed since the previous run with this stateKey.

β†’ First run builds the baseline state. Subsequent runs emit only records that are new or whose tracked content changed. Set emitUnchanged: true to include unchanged records as well.

{
"keywords":"software engineer",
"maxResults":200,
"incrementalMode":true,
"stateKey":"software-engineer-tracker"
}

Compact filtered output β€” Combine filters with compact mode for a lightweight AI-agent or MCP data source.

β†’ Core fields only β€” ideal for piping into LLMs or downstream tools without token overhead.

{
"keywords":"software engineer",
"jobType":[
"fulltime"
],
"workType":[
"onsite"
],
"maxResults":50,
"compact":true
}

Output

Each run produces a dataset of structured job records. Results can be downloaded as JSON, CSV, or Excel from the Dataset tab in Apify Console.

Example job record

{
"scrapedAt":"2026-04-27T19:02:37.769Z",
"portalUrl":"https://www.linkedin.com",
"source":"linkedin",
"jobId":"1705fc4ee704bf3584cf2654b20e8f95383167563ff7ecd0184b58d2c7d66236",
"linkedinJobId":"4406118990",
"jobUrl":"https://www.linkedin.com/jobs/view/software-engineer-new-grad-at-notion-4406118990",
"title":"Software Engineer, New Grad",
"company":"Notion",
"companyUrl":"https://www.linkedin.com/company/notionhq",
"companyId":"notionhq",
"location":"San Francisco, CA",
"country":"CA",
"postedAt":"2026-04-24T00:00:00.000Z",
"applyUrl":"https://www.linkedin.com/jobs/view/software-engineer-new-grad-at-notion-4406118990",
"applyType":"unknown",
"description":"About Us Notion helps you build beautiful tools for your life’s work. In today's world of endless apps and tabs, Notion provides one place for teams to get everything done, seamlessly connecting docs,...",
"descriptionHtml":"<strong>About Us<br><br></strong>Notion helps you build beautiful tools for your life’s work. In today's world of endless apps and tabs, Notion provides one place for teams to get everything done, sea...",
"descriptionMarkdown":"About Us Notion helps you build beautiful tools for your life’s work. In today's world of endless apps and tabs, Notion provides one place for teams to get everything done, seamlessly connecting docs,...",
"seniorityLevel":"Not Applicable",
"employmentType":"Full-time",
"industry":"Software Development",
"jobFunction":"Engineering and Information Technology",
"workplaceType":null,
"applicantCount":200,
"easyApply":false,
"salaryMin":null,
"salaryMax":null,
"salaryCurrency":null,
"salaryPeriod":null,
"salarySource":null,
"salaryIsPredicted":null,
"companyLogo":null,
"companyDescription":null,
"companyEmployeeCount":null,
"companyWebsite":null,
"companyAddress":null,
"recruiterName":null,
"recruiterUrl":null,
"recruiterTitle":null,
"extractedEmails":[],
"extractedPhones":[],
"extractedUrls":[],
"socialProfiles":{
"linkedin":[],
"twitter":[],
"instagram":[],
"facebook":[],
"youtube":[],
"tiktok":[],
"github":[],
"xing":[]
},
"changeType":null,
"firstSeenAt":null,
"lastSeenAt":null,
"previousSeenAt":null,
"expiredAt":null,
"isRepost":null,
"repostOfId":null,
"repostDetectedAt":null,
"language":null,
"contentHash":"eda6ea0d0ad7711b94b796376d0ace88eaf03a62afdefe9708fa4f1c7ae4ae8f",
"isPromoted":false,
"postingBenefits":[
"Actively Hiring"
],
"trackingId":"U6ZtuvNYKrwizG8bYR1Kqw=="
}

Incremental fields

When incremental mode is on, each record also carries:

  • changeType β€” one of NEW, UPDATED, UNCHANGED, REAPPEARED, EXPIRED. Default output covers NEW / UPDATED / REAPPEARED; set emitUnchanged: true or emitExpired: true to opt into the others.
  • firstSeenAt, lastSeenAt β€” ISO-8601 timestamps tracking the listing across runs.
  • isRepost, repostOfId, repostDetectedAt β€” populated when a new listing matches the tracked content of a previously expired one. Set skipReposts: true to drop detected reposts from the output.

How to scrape linkedin.com

  1. Go to LinkedIn Job Scraper in Apify Console.
  2. Configure the input and optional location filter.
  3. Set maxResults to control how many results you need.
  4. Click Start and wait for the run to finish.
  5. Export the dataset as JSON, CSV, or Excel.

Use cases

  • Extract job data from linkedin.com for market research and competitive analysis.
  • Monitor hiring demand across regions and categories over time.
  • Monitor new and changed listings on scheduled runs without processing the full dataset every time.
  • Auto-apply or feed apply URLs into your ATS / hiring pipeline.
  • Research company hiring patterns, employer profiles, and industry distribution.
  • Use structured location data for regional analysis, mapping, and geo-targeting.
  • Feed structured data into AI agents, MCP tools, and automated pipelines using compact mode.
  • Export clean, structured data to dashboards, spreadsheets, or data warehouses.

How much does it cost to scrape linkedin.com?

LinkedIn Job Scraper uses pay-per-event pricing. You pay a small fee when the run starts and then for each result that is actually produced.

  • Run start: $0.0005 per run
  • Per result: $0.00027 per job record

Example costs:

  • 10 results: $0.0032
  • 25 results: $0.00725
  • 100 results: $0.028
  • 200 results: $0.054
  • 500 results: $0.14

Example: recurring monitoring savings

These examples compare full re-scrapes with incremental runs at different churn rates. Churn is the share of listings that are new or whose tracked content changed since the previous run. Actual churn depends on your query breadth, source activity, and polling frequency β€” the scenarios below are examples, not predictions.

Example setup: 250 results per run, daily polling (30 runs/month). Event-pricing examples scale linearly with result count.

Churn rateFull re-scrape run costIncremental run costSavings vs full re-scrapeMonthly cost after baseline
5% β€” stable niche query$0.07$0.00387$0.06 (94%)$0.12
15% β€” moderate broad query$0.07$0.01$0.06 (84%)$0.32
30% β€” high-volume aggregator$0.07$0.02$0.05 (69%)$0.62

Full re-scrape monthly cost at daily polling: $2.04. First month with incremental costs $0.18 / $0.38 / $0.67 for the 5% / 15% / 30% scenarios because the first run builds baseline state at full cost before incremental savings apply.

FAQ

How many results can I get from linkedin.com?

The number of results depends on the search query and available listings on linkedin.com. Use the maxResults parameter to control how many results are returned per run.

Does LinkedIn Job Scraper support recurring monitoring?

Yes. Enable incremental mode to only receive new or changed listings on subsequent runs. This is ideal for scheduled monitoring where you want to track changes over time without re-processing the full dataset.

Can I integrate LinkedIn Job Scraper with other apps?

Yes. LinkedIn Job Scraper works with Apify's integrations to connect with tools like Zapier, Make, Google Sheets, Slack, and more. You can also use webhooks to trigger actions when a run completes.

Can I use LinkedIn Job Scraper with the Apify API?

Yes. You can start runs, manage inputs, and retrieve results programmatically through the Apify API. Client libraries are available for JavaScript, Python, and other languages.

Can I use LinkedIn Job Scraper through an MCP Server?

Yes. Apify provides an MCP Server that lets AI assistants and agents call this actor directly. Use compact mode, descriptionMaxLength, a single descriptionFormat, and excludeEmptyFields to keep payloads manageable for LLM context windows.

Is it legal to scrape linkedin.com?

This actor extracts publicly available data from linkedin.com. Web scraping of public information is generally considered legal, but you should always review the target site's terms of service and ensure your use case complies with applicable laws and regulations, including GDPR where relevant.

Your feedback

If you have questions, need a feature, or found a bug, please open an issue on the actor's page in Apify Console. Your feedback helps us improve.

You might also like

Getting started with Apify

New to Apify? Create a free account with $5 credit β€” no credit card required.

  1. Sign up β€” $5 platform credit included
  2. Open this actor and configure your input
  3. Click Start β€” export results as JSON, CSV, or Excel

Need more later? See Apify pricing.

You might also like

Linkedin Search Jobs Scraper

scrapelabsapi/linkedin-search-jobs-scraper

Scrape LinkedIn job search results with this LinkedIn Search Jobs Scraper πŸ”Ž Extract job titles, companies, locations, descriptions, and posting dates in seconds πŸ“Š Perfect for recruitment, job market analysis, lead generation, and hiring trend insights πŸ”πŸš€

LinkedIn Search Jobs Scraper

api-empire/linkedin-search-jobs-scraper

LinkedIn Search Jobs Scraper extracts job listings from any LinkedIn search query. Capture titles, companies, locations, descriptions, salaries, and posting dates. Ideal for market research, hiring, lead generation, and workflows needing structured LinkedIn job search data.

Naukri Job Scraper πŸ’° from $0.50/1K β€” Salary, Skills & Detail

blackfalcondata/naukri-jobs-feed

Scrape naukri.com β€” India's largest job board (500K+ listings). Salary, recruiter contacts, skills, company profiles, full descriptions. From $0.50/1K (paid plans); $1.50/1K on the free plan, no monthly fee. Incremental mode; compact output for AI/MCP.

πŸ‘ User avatar

Black Falcon Data

789

5.0

Upwork Scraper - Freelance Job Listings with Client Intel

blackfalcondata/upwork-scraper

Scrape Upwork jobs with full client intelligence β€” country, total spent, payment-verified, rating, reviews, and exact applicant count. 14 filters and incremental mode that emits only new or changed listings across runs.

πŸ‘ User avatar

Black Falcon Data

202

5.0

πŸ’Ό LinkedIn Jobs Scraper πŸ”“ No Cookie/Login Needed πŸ“„ +Raw HTML

parseforge/linkedin-jobs-scraper

Supercharge your job market research! Get comprehensive job data including company information, salary range, skills requirements, and more. all without requiring a LinkedIn account. Perfect for recruiters, HR professionals, and market researchers who need accurate real time job market intelligence.

48

5.0

Company Search

tomba-io/company-search

Tomba Companies lets you identify companies aligned with your ideal customer profile. Add filters to quickly surface qualified companies and proceed to find their contact information.

Linkedin Search Jobs Scraper [Without Cookies]

memo23/apify-linkedin-search-results-scraper

Streamline your job search and recruitment process with the LinkedIn Scraper. Easily extract detailed listings, application insights, and company profiles. This tool is perfect for recruiters, job seekers, or analysts who want to harness LinkedIn's vast job marketplace data with precision and speed.

πŸ‘ User avatar

Muhamed Didovic

414

5.0

Companies Search Scraper for LinkedIn | No Cookies

apimaestro/linkedin-companies-search-scraper

Scrape LinkedIn companies using keywords without login and get structured data including company profiles, industries, locations, and follower count.

1.6K

4.7

Lead Enrichment API Multi-Provider B2B Data Enrichment

alizarin_refrigerator-owner/lead-enricher

Enrich your leads w/company & contact data from 10+ enrichment providers. Perfect for sales prospecting, lead scoring, CRM enrichment, and account-based marketing. 10 Provider Integrations: Apollo, Clearbit, ZoomInfo, IPinfo, FullContact, Hunter, Lusha, Snov, RocketReach & People Data Labs

βœ… LinkedIn Jobs Scraper β€” No Cookies Β· No Login Β· Bulk Job API

k1ra/linkedin-jobs-scraper

LinkedIn jobs scraper β€” no cookies, no login. Use as a bulk job scraper, n8n job scraper, Make job scraper, job feed automation or job alert scraper. LinkedIn salary scraper: full descriptions, salaries, remote jobs, applicant counts, seniority & recruiter. LinkedIn jobs csv export. Job search API.

11