# Cloud engineer jobs with salary data on Dice

**Use case:** 

Scrape cloud engineer and AWS/Azure/GCP job listings from Dice.com with salary ranges, employment types, and remote flags.

## Input

```json
{
  "keyword": "cloud engineer",
  "location": "Remote",
  "postedDate": "7d",
  "maxResults": 100
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "workSetting": {
    "label": "Work Setting",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "text"
  },
  "posted": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Dice Jobs Scraper](https://apify.com/parsebird/dice-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parsebird/dice-jobs-scraper) to learn more, explore other use cases, and run it yourself.