# DevOps and Cloud Jobs Data from CutShort

**Use case:** 

Gain insights on DevOps and cloud job listings. Access detailed salary ranges, required skills, and company tech stack for over 300 roles.

## Input

```json
{
  "skills": [
    "devops",
    "kubernetes",
    "aws"
  ],
  "startUrls": [],
  "includeCompanyDetails": true,
  "includeRecruiter": false,
  "includeDescriptionHtml": false,
  "outputMode": "full",
  "maxItems": 300,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Hiring Company",
    "format": "string"
  },
  "companySize": {
    "label": "Headcount Size",
    "format": "string"
  },
  "companyStage": {
    "label": "Funding Stage",
    "format": "string"
  },
  "companyTechStack": {
    "label": "Target Tech Stack",
    "format": "array"
  },
  "title": {
    "label": "Active Opening",
    "format": "string"
  },
  "skills": {
    "label": "Required Skills",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [CutShort Scraper: Tech Jobs, Salary & Company Tech Stacks](https://apify.com/getascraper/cutshort-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/cutshort-scraper) to learn more, explore other use cases, and run it yourself.