# Dice Technology Job Market Monitor

**Use case:** 

Monitor newly posted Dice technology jobs by keyword and location for recruiting, workforce research, and job-market analysis.

## Input

```json
{
  "keyword": "cloud engineer",
  "location": "United States",
  "countryCode": "US",
  "maxJobs": 250,
  "employmentType": "",
  "workFromHome": false,
  "postedDate": "THREE",
  "sortBy": "datePosted"
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "employmentType": {
    "label": "Type",
    "format": "text"
  },
  "workFromHome": {
    "label": "Remote",
    "format": "boolean"
  },
  "easyApply": {
    "label": "Easy Apply",
    "format": "boolean"
  },
  "postedDate": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

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