# Find contract tech jobs in the USA

**Use case:** 

Scrape contract tech roles from Dice.com. Filter by employment type, get structured US tech job data. Pay per result.

## Input

```json
{
  "searchQuery": "java",
  "maxResults": 5,
  "sortBy": "relevance",
  "employmentType": "CONTRACT",
  "remoteOnly": false,
  "easyApply": false,
  "willingToSponsor": false,
  "fetchDetails": false,
  "descriptionFormat": "all",
  "compact": false,
  "excludeEmptyFields": false,
  "skipReposts": false,
  "incrementalMode": false,
  "emitUnchanged": false,
  "emitExpired": false
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "workplaceType": {
    "label": "Work Mode",
    "format": "text"
  },
  "employmentType": {
    "label": "Type",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted",
    "format": "text"
  },
  "skills": {
    "label": "Skills",
    "format": "array"
  },
  "detailsPageUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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