VOOZH about

URL: https://apify.com/harshmaur/linkedin-jobs-scraper

⇱ LinkedIn Jobs Scraper - Salary & Recruiter Data (No Login) Β· Apify


πŸ‘ LinkedIn Jobs Scraper - Salary, Recruiter & Company ($0.5/1k) avatar

LinkedIn Jobs Scraper - Salary, Recruiter & Company ($0.5/1k)

Pricing

from $0.40 / 1,000 job results

Go to Apify Store

LinkedIn Jobs Scraper - Salary, Recruiter & Company ($0.5/1k)

Scrape LinkedIn jobs by keyword, location & filters, or any LinkedIn search URL - no login or cookies. Get salary, seniority, applicant count, recruiter contact, and full descriptions in text, Markdown & HTML. Optional company details; beat the ~1,000 cap. Pay per result. MCP & AI-agent ready.

Pricing

from $0.40 / 1,000 job results

Rating

5.0

(2)

Developer

πŸ‘ Harsh Maur

Harsh Maur

Maintained by Community

Actor stats

3

Bookmarked

11

Total users

5

Monthly active users

14 hours ago

Last modified

Share

LinkedIn Jobs Scraper β€” Scrape LinkedIn Jobs, Salaries, Recruiters & Company Data (No Login)

Extract job listings from LinkedIn at scale β€” by job title and location, with filters, or straight from a LinkedIn jobs search URL. Get the title, company, location, posting date, full description, seniority, salary, applicant count, the job poster (recruiter) contact, and optional company details β€” exported to JSON, CSV, or Excel, or pulled via the Apify API. No LinkedIn account, login, or cookies required.

What does LinkedIn Jobs Scraper do? {#what-does-it-do}

It turns any LinkedIn job search into a clean, structured dataset β€” one row per job, ready for spreadsheets, BI tools, a database, or an AI pipeline.

βœ… No login or cookies

Reads LinkedIn's public, logged-out job pages. You never share credentials or risk an account.

πŸ”Ž Search by keyword or paste a URL

Drive it with a job title + location + filters, or paste a search URL you built on LinkedIn β€” use either or both.

🧾 Full job details

Description (text + HTML), seniority level, employment type, job function, industries, applicant count, and salary (parsed into min/max/currency/period).

πŸ§‘β€πŸ’Ό Recruiter contact

When a posting lists a job poster, you get their name, title, and LinkedIn profile URL β€” great for sourcing and outreach.

🏒 Optional company enrichment

Turn on scrapeCompany to add each employer's description, website, employee count, and headquarters.

🌎 Beat the 1,000-result cap

splitByLocation fans a search across a country's metros so a single run can gather far more than LinkedIn's per-search ceiling.

πŸ”„ Export anywhere

JSON, CSV, Excel, HTML table, RSS, or JSONL β€” plus the Apify API and integrations.

How to scrape LinkedIn jobs without logging in {#how-to-scrape}

LinkedIn serves its public jobs feed to logged-out visitors. This Actor reads that same feed, ten listings at a time, following a search until it hits your Max jobs limit or LinkedIn's ~1,000-results-per-search ceiling. With Scrape full job details on, it then opens each posting for the description, criteria, salary, applicant count, and recruiter.

Two ways to drive it, separately or together:

  • By keyword β€” a job title (e.g. product manager), a location (Berlin, United States, Remote), and optional filters: date posted, workplace type, job type, experience level, sort order.
  • By URL β€” build a filtered search on linkedin.com/jobs and paste the page URL; the Actor reproduces that exact search and paginates it.

What data can you extract from LinkedIn jobs? {#what-data}

Every job is one dataset item with a consistent shape (missing values come back as null, never omitted):

FieldDescription
titleJob title
company, companyUrl, companyLogoEmployer name, LinkedIn company page, logo
locationJob location as shown on the listing
postedAt, postedTimeAgoISO posting date + human "3 days ago"
employmentTypeFull-time, Part-time, Contract, …
seniorityLevelEntry, Associate, Mid-Senior, Director, …
jobFunction, industriesLinkedIn job function + industries
applicantsApplicant count (LinkedIn caps display at ~200)
salary, salaryMin, salaryMax, salaryCurrency, salaryPeriodRaw + parsed compensation (when listed)
benefitsListing badges (e.g. "Actively Hiring")
jobPosterName, jobPosterTitle, jobPosterProfileUrl, jobPosterPhotoRecruiter / hiring contact (when present)
descriptionText, descriptionMarkdown, descriptionHtmlFull job description as clean text, Markdown, and HTML
companyDescription, companyWebsite, companyEmployeesCount, companyHeadquartersCompany-page fields (with scrapeCompany)
url, jobId, applyUrlCanonical job URL, LinkedIn job id, and external apply link when LinkedIn exposes one (often gated β†’ null)
searchTerm, searchPosition, scrapedAtWhich search found it, its rank, when scraped

LinkedIn job scraping use cases {#use-cases}

  • Recruiting & sourcing β€” build candidate-market maps and reach the recruiter behind each role via the job-poster fields.
  • Salary & labor-market research β€” aggregate parsed salary ranges by title, seniority, and region.
  • Lead generation β€” companies posting jobs are companies that are hiring (and buying); enrich with company size + website.
  • Job boards & aggregators β€” keep a niche board stocked with fresh, structured listings.
  • Competitive intelligence β€” track a competitor's open roles, locations, and growth signals over time.
  • AI & RAG pipelines β€” feed clean descriptions into matching, summarization, or classification.

How to scrape LinkedIn jobs by keyword and location {#scrape-by-keyword}

Search by title + location

{"keywords":"software engineer","location":"United States","maxItems":200}

Filter by workplace type (remote / hybrid / on-site)

{"keywords":"data scientist","location":"United States","workplaceType":"remote","maxItems":200}

Filter by experience level and recency

{"keywords":"marketing manager","location":"New York, NY","experienceLevel":"mid-senior","datePosted":"7"}

Get the newest postings first

{"keywords":"product manager","location":"London","datePosted":"1","sortBy":"recent"}

How to scrape LinkedIn jobs from a search URL {#scrape-by-url}

Built a finely-filtered search on LinkedIn? Paste its URL and it's scraped as-is (the URL's own filters are honored):

{"startUrls":[{"url":"https://www.linkedin.com/jobs/search/?keywords=devops&location=Germany&f_E=4&f_WT=2"}],"maxItems":300}

How to scrape more than 1,000 LinkedIn jobs {#beat-the-cap}

LinkedIn returns at most ~1,000 results for any single search. Enable Split by location to automatically fan the search across the chosen country's major metro areas β€” each metro is its own search with its own ceiling β€” and results are de-duplicated by job id across cities:

{"keywords":"software engineer","splitByLocation":true,"splitCountry":"us","maxItems":5000}

How to scrape LinkedIn company details {#scrape-company}

Turn on Scrape company details to add each employer's description, website, employee count, and HQ. Company pages are fetched once per unique employer (cached), so it stays efficient even across thousands of jobs:

{"keywords":"account executive","location":"United States","scrapeDetails":true,"scrapeCompany":true,"maxItems":100}

Fast, lightweight runs {#fast-mode}

Only need the search-card fields (title, company, location, posted date, logo, URL)? Turn Scrape full job details off to skip the per-job page fetch for a faster, cheaper run:

{"keywords":"sales","location":"Remote","scrapeDetails":false,"maxItems":1000}

Limiting results {#limits}

  • Max jobs (maxItems) caps the total across every search and URL. Set 0 for no cap (stops when LinkedIn runs out of results).
  • A single search is bounded by LinkedIn's ~1,000-result ceiling; use Split by location to go beyond it.

Output example {#output-example}

{
"title":"Senior Data Scientist",
"company":"Acme Analytics",
"companyUrl":"https://www.linkedin.com/company/acme-analytics",
"companyLogo":"https://media.licdn.com/dms/image/.../company-logo_100_100",
"location":"San Francisco, CA",
"postedAt":"2026-06-12",
"postedTimeAgo":"3 days ago",
"benefits":["Actively Hiring"],
"employmentType":"Full-time",
"seniorityLevel":"Mid-Senior level",
"jobFunction":"Engineering and Information Technology",
"industries":"Software Development",
"applicants":87,
"salary":"$170,000.00/yr - $210,000.00/yr",
"salaryMin":170000,
"salaryMax":210000,
"salaryCurrency":"USD",
"salaryPeriod":"YEAR",
"jobPosterName":"Jane Recruiter",
"jobPosterTitle":"Talent Partner at Acme Analytics",
"jobPosterProfileUrl":"https://www.linkedin.com/in/jane-recruiter",
"companyDescription":"Acme Analytics builds decision-intelligence tools…",
"companyWebsite":"https://acme.example",
"companyEmployeesCount":6420,
"companyHeadquarters":"San Francisco, California, US",
"applyUrl":null,
"url":"https://www.linkedin.com/jobs/view/4416601085",
"descriptionText":"About the role…",
"descriptionMarkdown":"## About the role\n\n- Build…",
"jobId":"4416601085",
"searchTerm":"data scientist",
"searchPosition":4,
"scrapedAt":"2026-06-18T12:00:00.000Z"
}

The recruiter, salary, and applyUrl fields populate only when LinkedIn exposes them on a given posting; the company* fields appear when scrapeCompany is enabled.

How much does it cost to scrape LinkedIn jobs? {#pricing}

Pay only per result β€” no login, no start fee, no subscription. From $0.50 per 1,000 jobs β€” about half the price of the most popular LinkedIn jobs scraper, and you get more per job: parsed salary, the recruiter (job-poster) contact, Markdown descriptions, and optional company details. Turn Scrape full job details off for a faster, cheaper run with the core search-card fields only.

Use LinkedIn Jobs Scraper with AI agents and MCP {#ai-mcp}

Every Apify Actor is callable by AI agents through the Apify MCP server, so assistants like Claude can run this scraper and read its results as a tool. It also pairs naturally with LLM workflows β€” pull clean descriptionText into matching, summarization, or candidate-screening prompts.

Push new jobs straight to Slack, Notion, or Sheets (no code)

The other direction: pick an MCP connector in the input (Send results to an app) and every scraped job is delivered into the app you authorized β€” Slack, Notion, Airtable, Google Sheets, and more. Your credentials stay in Apify; the actor never sees them.

The killer setup is a new-job alert: schedule this actor for your search with a recent Date posted filter and a Slack connector β€” you get pinged the moment a matching role is posted. Choose one message per job or a single run summary, and customize the message with {{field}} placeholders ({{title}}, {{company}}, {{location}}, {{url}}, …). Delivery is best-effort and never blocks or fails the scrape.

Integrate with n8n, Zapier, and Make {#integrations}

Trigger runs and collect results from your stack via the Apify API or native integrations.

Run and get results synchronously (good for small scrapes):

POST https://api.apify.com/v2/acts/harshmaur~linkedin-jobs-scraper/run-sync-get-dataset-items?token=YOUR_TOKEN
Content-Type:application/json
{"keywords":"product manager","location":"United States","maxItems":100}

Run asynchronously (for large scrapes), then fetch the dataset when done:

POSThttps://api.apify.com/v2/acts/harshmaur~linkedin-jobs-scraper/runs?token=YOUR_TOKEN

Schedule recurring runs from the Apify console to keep a live LinkedIn jobs feed.

Support {#support}

Found a bug or need a field added? Open an issue on the Actor's Issues tab β€” questions and feature requests are welcome, and fixes ship quickly.

FAQ {#faq}

Do I need a LinkedIn account, login, or cookies?

No. The scraper only reads LinkedIn's public, logged-out job pages β€” no credentials of any kind.

How many jobs can I scrape from LinkedIn?

Up to ~1,000 per search (LinkedIn's own ceiling). Enable Split by location to fan out across a country's metros and gather many thousands in one run.

Can I scrape only remote jobs?

Yes β€” set Workplace type to Remote (or Hybrid/On-site), or paste a remote-filtered LinkedIn search URL.

Can I get the recruiter or hiring manager's contact?

When a posting lists a job poster, you get their name, title, and profile URL. Not every job names one.

Does it include salary data?

When LinkedIn shows compensation on a listing, you get the raw string plus parsed salaryMin/salaryMax/salaryCurrency/salaryPeriod. Many listings don't publish salary.

Can I scrape a specific filtered search I built on LinkedIn?

Yes β€” paste its URL into Search URLs and its filters are honored as-is.

Can I get job descriptions as Markdown?

Yes β€” every scraped description is returned as clean Markdown (descriptionMarkdown) in addition to plain text and raw HTML. Markdown keeps the headings and bullet lists intact, which is ideal for feeding LLMs and RAG pipelines.

Which export formats are supported?

JSON, CSV, Excel, HTML table, RSS, and JSONL from the dataset, plus the Apify API.

How fresh is the data?

Every run fetches live results from LinkedIn; use Date posted to restrict to the last 24 hours, week, or month.

Can AI agents use this scraper?

Yes β€” it's available as a tool via the Apify MCP server.

Other Actors {#other-actors}

Part of a family of no-login, pay-per-result scrapers:

ActorDescription
Indeed Jobs ScraperIndeed listings with salary, company details, and full descriptions
Reddit ScraperPosts, comments, communities, and user profiles
Reddit Comments ScraperEvery comment and nested reply from any post
Reddit Search ScraperKeyword search across posts, comments, and communities
Reddit Subreddit ScraperEntire subreddits, past the listing cap

Pair the LinkedIn and Indeed scrapers to build a cross-source hiring or market-research dataset.

Resources {#resources}

You might also like

LinkedIn Jobs Scraper

solidcode/linkedin-jobs-scraper

[πŸ’° $0.95 / 1K] Extract LinkedIn job postings at scale β€” title, company, location, salary, description, seniority, employment type, applicant count, and recruiter details. Search by keyword and location with date, job-type, experience-level, and remote filters, or paste LinkedIn search URLs.

LinkedIn Jobs Scraper

sourabhbgp/linkedin-jobs-scraper

Scrape public LinkedIn jobs β€” title, company, salary, description, applicant count, seniority, employment type, industries. 9 filters: date, job type, experience, workplace, min salary, Easy Apply, company, sort, boolean keywords. No login or cookies. $0.50 per 1,000 results.

150

3.0

LinkedIn Job Scraper - No cookies required

harsh719/linkedin-job-postings

Scrape LinkedIn jobs without login. Get full descriptions, hiring urgency scores, applicant competition, salary, benefits, seniority & recruiter contacts. Try it today!

LinkedIn Advanced Jobs + Recruiter Details Scraper

coregent/linkedin-advanced-jobs-recruiter-details-scraper

Scrape public LinkedIn job listings by keyword, location, or URL into clean, CSV-ready rows with hiring-signal fields and visible recruiter indicators - no login, cookies, or Apify residential proxy.

3

⚑ Fastest LinkedIn Jobs Scraper

veeronica/linkedin-jobs-scraper

Scrape LinkedIn job listings by keyword and location, or paste a LinkedIn jobs search URL. Get titles, companies, salaries, full descriptions, seniority, employment type, and applicant counts as clean JSON, CSV, or Excel β€” no login, no API key, no coding.

LinkedIn Jobs Scraper - No Login Required

themineworks/linkedin-jobs-scraper

Scrape LinkedIn public job listings by keyword and location β€” no login, no cookies. Returns title, company, location, posting date, job type, seniority, description snippet, and applicant count. First 25 jobs free, then pay per job. Works in Claude, ChatGPT & any MCP-compatible AI agent.

πŸ‘ User avatar

The Mine Works

1

βœ… 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.

14

Linkedin Search Jobs Scraper [Bypass 1K limit][Without Cookies]

memo23/apify-linkedin-search-results-scraper

LinkedIn Jobs scraper β€” no account, no cookies, no login required. Mix search URLs, single-job URLs and filter mode in one run. Bypass the 1,000-result limit. Pull recruiter contacts, company LinkedIn, salary, apply URL, workplace type and job criteria. JSON, CSV or Excel out.

πŸ‘ User avatar

Muhamed Didovic

423

5.0

LinkedIn Jobs Scraper β€” Salary, Skills, Seniority & Easy Apply

khadinakbar/linkedin-jobs-scraper

Extract LinkedIn jobs by keyword and location. Returns title, company, salary, skills, seniority, easy-apply flag, and company data. No login required. $1/1K.

95

5.0

Linkedin Jobs Search

benjarapi/linkedin-jobs-search

Scrape LinkedIn job search result (including company details)

πŸ‘ User avatar

Benjar Scraping API

3