# Scrape Dice Jobs for US Tech Recruiting

**Use case:** 

Scrape US tech jobs from Dice.com - title, company, location, salary, employment type, posted date, remote flag, description, and apply URL. Optional per-job sk

## Input

```json
{
  "q": "python developer",
  "location": "United States",
  "maxResults": 10,
  "scrapeSkills": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "locationDisplay": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "text"
  },
  "isRemote": {
    "label": "Remote",
    "format": "boolean"
  },
  "postedDate": {
    "label": "Posted Date",
    "format": "text"
  },
  "detailsPageUrl": {
    "label": "Apply URL",
    "format": "link"
  }
}
```

## About this Actor

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