Linkedin Search Jobs Scraper (Without Cookies)
2 hours trial then $10.00/month - No credit card required now
Linkedin Search Jobs Scraper (Without Cookies)
2 hours trial then $10.00/month - No credit card required now
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.
Overview
The LinkedIn Jobs Scraper is a powerful tool designed to help you gather detailed job listing information from LinkedIn. Whether you're a recruiter, job seeker, or data analyst, this scraper simplifies the process of extracting job postings, company details, and application insights from LinkedIn.
LinkedIn is a leading professional networking platform that hosts millions of job listings globally. Our scraper enables efficient data extraction to streamline your recruitment or research needs.
Features
- Extract Job Listings: Gather detailed information on job titles, companies, locations, salaries, and more.
- Search Customization: Input specific keywords, locations, or URLs to refine your job search.
- Retrieve Additional Criteria: Scrape job seniority levels, employment types, and industries.
- Capture Application Insights: Get information on the number of applicants and application links.
- Configurable Settings: Adjust scraping parameters like concurrency, retries, and delays to suit your needs.
- Proxy Support: Ensure reliable and anonymous scraping with built-in proxy configurations.
How to Use
- Set Up: Ensure you have an Apify account and access to the Apify platform.
- Provide Input Data: Input start URLs, keywords, or locations to define your scraping scope.
- Adjust Scraper Settings: Customize settings like
minDelay
,maxDelay
, andmaxConcurrency
as per your requirements. - Run the Scraper: Execute the scraper on the Apify platform.
- Download Results: Export the scraped data in your preferred format (JSON, CSV, Excel).
Input Configuration
Here is an example of how to set up the input for the LinkedIn Jobs Scraper:
1{ 2 "keywords": ["Sales"], 3 "location": "United States", 4 "minDelay": 5, 5 "maxDelay": 10, 6 "maxConcurrency": 2, 7 "minConcurrency": 1, 8 "maxRequestRetries": 8, 9 "proxy": { 10 "useApifyProxy": true, 11 "apifyProxyGroups": [ 12 "RESIDENTIAL" 13 ] 14 } 15}
Input Fields Explanation
- Keywords (
keywords
): Search terms for filtering job listings. - Location (
location
): Location to refine job searches. - Min Delay (
minDelay
): Minimum delay (in seconds) between requests. - Max Delay (
maxDelay
): Maximum delay (in seconds) between requests. - Max Concurrency (
maxConcurrency
): Maximum number of pages processed simultaneously. - Min Concurrency (
minConcurrency
): Minimum number of pages processed simultaneously. - Max Request Retries (
maxRequestRetries
): Number of retries for failed requests before stopping. - Proxy Configuration (
proxy
): Proxy settings for anonymity and reliability during scraping.
Output Structure
The scraper produces a structured list of job postings with detailed information. Below is an example of the output:
1{ 2 "id": "4107102825", 3 "criteria": [ 4 { 5 "title": "Seniority level", 6 "value": "Mid-Senior level" 7 }, 8 { 9 "title": "Employment type", 10 "value": "Full-time" 11 }, 12 { 13 "title": "Job function", 14 "value": "Sales" 15 }, 16 { 17 "title": "Industries", 18 "value": "Non-profit Organizations and Primary and Secondary Education" 19 } 20 ], 21 "company": "MasteryPrep", 22 "location": "Baton Rouge, LA", 23 "title": "Sales Account Manager", 24 "link": "https://www.linkedin.com/company/masteryprep?trk=public_jobs_topcard-org-name", 25 "postedTimeAgo": "4 days ago", 26 "numberOfApplicants": "Be among the first 25 applicants", 27 "description": "Champion customers to empower the next generation of learners...", 28 "job": { 29 "id": "4107102825", 30 "link": "https://www.linkedin.com/jobs/view/sales-account-manager-at-masteryprep-4107102825", 31 "title": "Sales Account Manager", 32 "company": "MasteryPrep", 33 "location": "Baton Rouge, LA" 34 } 35}
Output Fields Explanation
- id: Unique identifier for the job posting.
- criteria: List of job criteria such as seniority level, employment type, and industries.
- company: Name of the hiring company.
- location: Job location.
- title: Job title.
- link: URL to the company profile on LinkedIn.
- postedTimeAgo: Time since the job was posted.
- numberOfApplicants: Information about the number of applicants.
- description: Detailed job description.
- job: Sub-object containing the job's ID, link, title, company, and location.
Explore More Scrapers
If you found the LinkedIn Jobs Scraper useful, check out other powerful scrapers and actors at memo23's Apify profile. We offer a wide range of tools to enhance your web scraping and automation needs.
Support
- For issues or feature requests, please use the Issues section of this actor.
- For further assistance, contact the author:
- Author's website: https://muhamed-didovic.github.io/
- Email: muhamed.didovic@gmail.com
Additional Services
- Request customization or a full dataset: muhamed.didovic@gmail.com
- Need other platforms scraped? Contact muhamed.didovic@gmail.com
- For API services of this scraper, reach out to muhamed.didovic@gmail.com
Actor Metrics
1 monthly user
-
0 No stars yet
>99% runs succeeded
Created in May 2024
Modified 20 hours ago