# Monitor LinkedIn Software Engineer Jobs

**Use case:** 

Monitor LinkedIn Software Engineer Jobs by scraping fresh listings for recruiting intelligence and market research.

## Input

```json
{
  "keywords": "software engineer",
  "location": "San Francisco",
  "publishedAt": "",
  "maxItems": 100,
  "fetchDetails": false,
  "workType": "",
  "contractType": "",
  "experienceLevel": ""
}
```

## Output

```json
{
  "id": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "companyUrl": {
    "label": "Company URL",
    "format": "link"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "listedAt": {
    "label": "Listed",
    "format": "text"
  },
  "listedAtIso": {
    "label": "Published Date",
    "format": "date"
  },
  "applyType": {
    "label": "Apply Type",
    "format": "text"
  },
  "companyId": {
    "label": "Company ID",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "benefits": {
    "label": "Benefits",
    "format": "array"
  },
  "criteria": {
    "label": "Criteria",
    "format": "object"
  },
  "metadata": {
    "label": "Metadata",
    "format": "object"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "applicants": {
    "label": "Applicants",
    "format": "text"
  },
  "descriptionText": {
    "label": "Description",
    "format": "text"
  }
}
```

## About this Actor

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