# LinkedIn Engineering Jobs Extractor

**Use case:** 

Extract LinkedIn software engineering listings with seniority and workplace filters for recruiting leads and talent mapping.

## Input

```json
{
  "searchQuery": "software engineer startup",
  "location": "San Francisco Bay Area",
  "maxJobs": 50,
  "jobType": "F",
  "experienceLevel": "4",
  "workplaceType": "3",
  "datePosted": "r2592000",
  "sortBy": "R",
  "scrapeJobDetails": true,
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "workplaceType": {
    "label": "Workplace",
    "format": "string"
  },
  "employmentType": {
    "label": "Type",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted",
    "format": "string"
  },
  "applicantsCount": {
    "label": "Applicants",
    "format": "integer"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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