# Track Saved Dice Job Search Results

**Use case:** 

Track results from a saved public Dice search page so teams can monitor one hiring niche with a stable repeatable input.

## Input

```json
{
  "searchQuery": "data engineer",
  "location": "New York, NY",
  "startUrls": [
    {
      "url": "https://www.dice.com/jobs?q=devops%20engineer&location=Remote"
    }
  ],
  "maxResults": 15,
  "postedWithin": "any",
  "workplaceTypes": [],
  "employmentTypes": [],
  "easyApplyOnly": false,
  "willingToSponsor": false,
  "includeJobDetails": false,
  "responseFormat": "concise"
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "workplaceType": {
    "label": "Workplace type",
    "format": "string"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "string"
  },
  "salaryText": {
    "label": "Salary",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted at",
    "format": "string"
  },
  "easyApply": {
    "label": "Easy Apply",
    "format": "boolean"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "string"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  }
}
```

## About this Actor

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