# Contract DevOps Engineer Jobs Scraper

**Use case:** 

Access a curated list of contract DevOps Engineer jobs from LinkedIn and Indeed. Get detailed insights like salary, location, and company info.

## Input

```json
{
  "searchTerm": "devops engineer",
  "location": "New York, NY",
  "sites": [
    "linkedin",
    "indeed"
  ],
  "maxResults": 40,
  "isRemote": false,
  "jobType": "contract",
  "countryIndeed": "usa",
  "googleSearchTerm": "software engineer jobs near New York, NY since last week",
  "distance": 50,
  "easyApply": false,
  "linkedinFetchDescription": false,
  "descriptionFormat": "markdown",
  "enforceAnnualSalary": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "id": {
    "label": "Job ID",
    "format": "string"
  },
  "title": {
    "label": "Job Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "site": {
    "label": "Source Site",
    "format": "string"
  },
  "job_type": {
    "label": "Job Type",
    "format": "string"
  },
  "is_remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "date_posted": {
    "label": "Date Posted",
    "format": "string"
  },
  "salary_source": {
    "label": "Salary Source",
    "format": "string"
  },
  "salary_min": {
    "label": "Salary Min",
    "format": "number"
  },
  "salary_max": {
    "label": "Salary Max",
    "format": "number"
  },
  "salary_currency": {
    "label": "Currency",
    "format": "string"
  },
  "salary_interval": {
    "label": "Salary Interval",
    "format": "string"
  },
  "job_level": {
    "label": "Job Level",
    "format": "string"
  },
  "company_industry": {
    "label": "Industry",
    "format": "string"
  },
  "company_num_employees": {
    "label": "Employees",
    "format": "string"
  },
  "company_revenue": {
    "label": "Revenue",
    "format": "string"
  },
  "company_rating": {
    "label": "Company Rating",
    "format": "number"
  },
  "job_url": {
    "label": "Job URL",
    "format": "string"
  },
  "job_url_direct": {
    "label": "Direct Apply URL",
    "format": "string"
  },
  "search_term": {
    "label": "Search Term",
    "format": "string"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Multi Job Board Scraper — LinkedIn, Indeed, Glassdoor & More](https://apify.com/openclawai/job-board-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/openclawai/job-board-scraper) to learn more, explore other use cases, and run it yourself.