# Remote Contract DevOps Engineer Job Listings

**Use case:** 

Search for remote contract DevOps engineer job openings. Get detailed job data including titles, companies, and salary information.

## Input

```json
{
  "mode": "live",
  "query": "devops engineer cloud",
  "location": "remote",
  "remote": true,
  "source": "all",
  "jobType": "contract",
  "datePosted": "any",
  "maxResults": 500
}
```

## Output

```json
{
  "_mode": {
    "label": "Mode",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "title": {
    "label": "Job title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "salaryMin": {
    "label": "Salary min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary max",
    "format": "number"
  },
  "jobType": {
    "label": "Type",
    "format": "array"
  },
  "datePosted": {
    "label": "Posted",
    "format": "date"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Indeed Jobs Scraper — Job Listings & Salary Data API (No Key)](https://apify.com/logiover/indeed-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/indeed-jobs-scraper) to learn more, explore other use cases, and run it yourself.