Linkedin Job Scraper avatar
Linkedin Job Scraper

Pricing

$10.00/month + usage

Go to Store
Linkedin Job Scraper

Linkedin Job Scraper

Developed by

Bluelight

Bluelight

Maintained by Community

LinkedIn Job Scraper is a powerful solution for job searching and information extraction, focused exclusively on LinkedIn. It scrapes jobs from LinkedIn and returns structured results for analysis or automation.

0.0 (0)

Pricing

$10.00/month + usage

1

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

3 days ago

LinkedIn Job Scraper is a innovative solution for job search and data extraction that uses Generative AI capabilities to finde the best opportunities on LinkedIn. This actor is designed to scrape job postings from LinkedIn and return the results in a structured and easy-to-use format.


Main Features

  • Custom Search: Configure optional (OR) and mandatory (AND) keywords to find the most relevant job postings.

  • Structured Output: Returns results in organized formats like JSON or CSV, including fields such as company, role, location, work model, and more.

  • Date Filtering: Define a time range to search only for recent postings.

  • Scalable: Efficiently processes large volumes of data.


How to Configure

Input Schema

{{
"optional_keywords": {
"title": "Optional Keywords (OR)",
"type": "array",
"description": "Keywords that may optionally appear in job postings.",
"prefill": ["Software Engineer"]
},
"mandatory_keywords": {
"title": "Mandatory Keywords (AND)",
"type": "array",
"description": "Keywords that must appear in job postings.",
"prefill": ["Remote", "Full-time"]
},
"days_to_search": {
"title": "Date Range (in Days)",
"type": "integer",
"description": "Number of past days to look for jobs.",
"minimum": 0,
"default": 7
},
"result_limit": {
"title": "Results Limit",
"type": "integer",
"description": "Maximum number of job postings to return.",
"minimum": 1,
"default": 100
}}

How to Use

  1. Configure Input:
  • Fill in optional_keywords and mandatory_keywords with your desired search terms.

  • Set the days_to_search and result_limit according to your needs.

  1. Run the Actor:
  • Start the actor via the Apify interface or API.
  1. Retrieve Results:
  • Data is returned in structured JSON format. You can export it to CSV, integrate with external APIs, or analyze internally.

Response Format

{
"company_name": "LinkedIn Corp.",
"role_name": "Data Engineer",
"job_description": "...",
"requirements": "...",
"salary": null,
"employment_type": "full-time",
"remote": "yes",
"location": "São Paulo, SP",
"country": "Brazil",
"publish_date": "2025-07-21",
"url": "https://www.linkedin.com/jobs/view/123456789",
"viewed_date": "2025-07-22"
}

Use Cases

  • Market Researchers: Identify hiring trends and job patterns across industries.

  • Job Seekers: Efficiently find job postings that match your profile.


Technical Notes

  • This actor scrapes only from LinkedIn. Avoid excessive request rates to prevent blocks or temporary bans.