# Scrape LinkedIn jobs by keyword

**Use case:** 

Search LinkedIn job postings by keyword and location — export title, company, location, salary, posted date and apply link.

## Input

```json
{
  "operationMode": "searchJobs",
  "searchJobsKeywords": "Software Engineer",
  "searchJobsGeoCode": "103644278",
  "searchJobsState": "",
  "searchJobsCity": "",
  "searchJobsLocationCustom": "",
  "searchJobsDatePosted": "Any time",
  "searchJobsJobTypes": [],
  "searchJobsExperienceLevels": [],
  "searchJobsRemoteFilters": [],
  "searchJobsIndustries": [],
  "searchJobsEasyApply": false,
  "searchJobsUnder10Applicants": false,
  "searchJobsSortBy": "Most relevant",
  "maxItemsMode1": 10,
  "fetchJobDetailsUrls": [],
  "fetchJobDetailsIncludeSkills": true,
  "fetchJobDetailsIncludeHiringTeam": true,
  "maxItemsMode2": 0,
  "searchCompanyJobsCompanyUrls": [],
  "searchCompanyJobsKeywords": "",
  "searchCompanyJobsIndustries": [],
  "maxItemsMode3": 0,
  "filterTitleContains": "",
  "filterTitleNotContains": "",
  "filterCompanyNames": [],
  "filterLocationContains": "",
  "filterSalaryMin": 0,
  "filterPostedWithinDays": 0,
  "filterRemoteOnly": false
}
```

## Output

```json
{
  "company_logo": {
    "label": "Company logo URL",
    "format": "string"
  },
  "company": {
    "label": "Company name",
    "format": "string"
  },
  "job_title": {
    "label": "Job title",
    "format": "string"
  },
  "location": {
    "label": "Job location",
    "format": "string"
  },
  "remote": {
    "label": "Workplace type (On-site / Hybrid / Remote)",
    "format": "string"
  },
  "posted_time": {
    "label": "Posted time (search rows)",
    "format": "string"
  },
  "salary": {
    "label": "Salary (search rows — often empty)",
    "format": "string"
  },
  "job_url": {
    "label": "Job posting URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Jobs Scraper — Salary & Hiring Contacts](https://apify.com/afanasenko/linkedin-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/afanasenko/linkedin-jobs-scraper) to learn more, explore other use cases, and run it yourself.