# Austin Data Engineer Jobs Dice Scraper

**Use case:** 

Extract Dice.com data engineer jobs in Austin with salary, company, remote flag, employment type, posted date, and URLs.

## Input

```json
{
  "keyword": "data engineer",
  "location": "Austin, TX",
  "countryCode": "US",
  "maxJobs": 100,
  "employmentType": "FULLTIME",
  "workFromHome": false,
  "postedDate": "THIRTY",
  "salary": 90000,
  "sortBy": "relevance"
}
```

## 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.