
$ apify call linkedin-jobs-scraper-–-no-login
LinkedIn Jobs Scraper – No Login
Scrape public LinkedIn jobs by keyword and location. Filter by date, job type, experience, workplace, Easy Apply, or under 10 applicants. Extract company, salary, applicant count, seniority, employment type, description, and job URL when available.
platform
Apify
status
Public
pricing
$0.60 / 1,000 delivered results
outputs
Jobs, Company, Salary, Description, Job URL
What it does
Scrape public LinkedIn jobs by keyword and location. Filter by date, job type, experience, workplace, Easy Apply, or under 10 applicants. Extract company, salary, applicant count, seniority, employment type, description, and job URL when available.
Key capabilities
- Configure the run from the Apify form or API.
- Receive structured Jobs, Company, Salary data.
- Export the default Dataset or connect it to an automation.
Use cases
- Analyze labor demand by market.
- Create job alerts or datasets.
- Research salaries, companies, and requested skills.
Main inputs
- Keywords and location.
- Date, workplace, experience, and job-type filters.
- The number of jobs to export.
API example
This is a minimal illustrative payload. Check the Actor input form in Apify for every supported option.
Example input (input.json)
{
"keywords": [
"data engineer"
],
"location": "Europe",
"maxItemsPerQuery": 100,
"datePosted": "pastWeek",
"jobTypes": [
"fullTime"
],
"experienceLevels": [
"midSenior"
],
"workplaceTypes": [
"remote",
"hybrid"
],
"includeJobDetails": true
}
curl -X POST "https://api.apify.com/v2/acts/datascraperes~linkedin-jobs-scraper/runs?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" \
--data-binary @input.json
The run stores its successful items in the default Dataset. A representative item looks like this:
Example result
{
"jobId": "1234567890",
"jobUrl": "https://www.linkedin.com/jobs/view/1234567890",
"title": "Data Engineer",
"companyName": "Example Corp",
"companyUrl": "https://www.linkedin.com/company/example",
"location": "Madrid, Community of Madrid, Spain"
}
Data you get
Each successful item is saved in the default Apify Dataset, ready to export or connect to a workflow.
- Jobs
- Company
- Salary
- Description
- Job URL
Try it free
The Apify Free plan includes $5 in monthly credits, with no credit card required. Use them to try this Actor; credits do not roll over and renew at the start of each billing cycle.
Pricing
Apify charges $0.60 / 1,000 delivered results. Only the public billing event apify-default-dataset-item is charged when Apify records a successful result.
Scope
The Actor works with publicly available data. Coverage and available fields can vary by target, country, and the source page at the time of the run.
How to use it
- Open the Actor in Apify.
- Add the targets or filters required by the input form.
- Start the run and export the default Dataset as JSON, CSV, or Excel.