A powerful LinkedIn job listings scraper that extracts detailed job information. Perfect for recruiters, job seekers, and market researchers looking to gather comprehensive job market data.
A powerful LinkedIn job listings scraper that extracts detailed job information using Apify's robust infrastructure. Perfect for recruiters, job seekers, and market researchers looking to gather comprehensive job market data.
Recruitment & HR
Market Research
Job Seekers
Data Analysis
The actor accepts the following input parameters:
1{ 2 "keywords": "software engineer", // Job search keywords 3 "location": "San Francisco, CA", // Location for job search 4 "maxRows": 100 // Maximum number of jobs to scrape (default: 100) 5}
The actor outputs detailed job information in JSON format:
1[ 2 { 3 "@context": "http://schema.org", 4 "@type": "JobPosting", 5 "datePosted": "2024-11-14T17:04:59.000Z", 6 "employmentType": "FULL_TIME", 7 "hiringOrganization": { 8 "@type": "Organization", 9 "name": "Patreon", 10 "sameAs": "https://www.linkedin.com/company/patreon", 11 "logo": "https://media.licdn.com/dms/image/..." 12 }, 13 "identifier": { 14 "@type": "PropertyValue", 15 "name": "Patreon", 16 "value": "a2a4d103e4dd42439c0a52f3d3abd273" 17 }, 18 "image": "https://media.licdn.com/dms/image/...", 19 "industry": "Technology, Information and Internet", 20 "jobLocation": { 21 "@type": "Place", 22 "address": { 23 "@type": "PostalAddress", 24 "addressCountry": "US", 25 "addressLocality": "San Francisco", 26 "addressRegion": "CA", 27 "streetAddress": null 28 }, 29 "latitude": 37.78008, 30 "longitude": -122.42016 31 }, 32 "skills": "", 33 "title": "Fullstack Software Engineer, Payments", 34 "validThrough": "2025-03-05T23:04:45.000Z", 35 "educationRequirements": { 36 "@type": "EducationalOccupationalCredential", 37 "credentialCategory": "bachelor degree" 38 }, 39 "experienceRequirements": { 40 "@type": "OccupationalExperienceRequirements", 41 "monthsOfExperience": 36 42 }, 43 "jobDescription": [ 44 "You'll help scale and expand capabilities of Patreon's payment platform that helps creators get paid effectively and on time, every time.", 45 "Collaborate with product managers, designers, and other engineers to build new functionality, while maintaining a delightful user experience, motivated by passion for our shared mission.", 46 "Work with a focus on frontend frameworks and technologies including React, Javascript, Typescript, etc.", 47 "Work with Python, Java, and MySQL on the backend, introducing other technologies when it makes sense.", 48 "Build a strong product-minded, engineering culture by mentoring and guiding engineers inside and outside the team" 49 ] 50 } 51]
Smart Scraping
Data Quality
Performance
linkedin-scraper
, job-scraping
, recruitment-tool
, market-research
, job-data
, salary-data
, employment-insights
, hiring-trends
, job-market-analysis
, python-scraper
, apify-actor
, web-scraping
, data-extraction
, job-search
, career-research
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!