# Find Remote DevOps Engineer Jobs on LinkedIn

**Use case:** 

Scrape remote DevOps engineer jobs on LinkedIn. Filter by cloud platform skills and see your resume match score for each open position.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.linkedin.com/jobs/search/?f_TPR=r604800&geoId=100025096&keywords=data+scientist"
    }
  ],
  "keyword": [
    "DevOps Engineer",
    "Cloud Engineer"
  ],
  "locations": [
    "United States"
  ],
  "distance": "",
  "publishedAt": "r604800",
  "workType": [
    "remote"
  ],
  "filterUnder10Applicants": false,
  "filterEasyApply": false,
  "excludeRecruitingAgencies": false,
  "requireRecruiterProfile": false,
  "requireSalaryInfo": false,
  "resumeKeywords": [
    {
      "keyword": "AWS"
    },
    {
      "aliases": [
        "K8s"
      ],
      "keyword": "Kubernetes"
    },
    {
      "keyword": "Docker"
    },
    {
      "keyword": "Terraform"
    },
    {
      "keyword": "CI/CD"
    }
  ],
  "maxItems": 150,
  "saveOnlyUniqueItems": true,
  "enrichCompanyData": false
}
```

## Output

```json
{
  "dynamicFilterMatch": {
    "label": "Dynamic Filter Match",
    "format": "boolean"
  },
  "jobTitle": {
    "label": "Job Title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "keywordMatchScorePercentage": {
    "label": "Match Score (%)",
    "format": "number"
  },
  "matchedKeywords": {
    "label": "Matched Skills",
    "format": "array"
  },
  "unmatchedKeywords": {
    "label": "Missing Skills",
    "format": "array"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  },
  "jobId": {
    "label": "Job ID",
    "format": "string"
  }
}
```

## About this Actor

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