# UK Senior DevOps Contract Jobs (High Salary)

**Use case:** 

Experienced DevOps contractors can quickly locate high-paying contract roles in the UK market. This helps target lucrative opportunities and optimize job search

## Input

```json
{
  "jobRole": "Senior DevOps Engineer",
  "location": "London",
  "country": "UK",
  "maxResults": 40,
  "minSalary": 80000,
  "jobType": "Contract",
  "datePosted": "Any",
  "removeDuplicates": true
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary_raw": {
    "label": "Salary",
    "format": "text"
  },
  "employment_type": {
    "label": "Type",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "date_posted": {
    "label": "Posted",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [UK Jobs Aggregator](https://apify.com/crawlerbros/uk-jobs-aggregator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/uk-jobs-aggregator) to learn more, explore other use cases, and run it yourself.