# Dice Jobs – Tech Jobs, Search URLs & Companies

**Use case:** 

Scrape Dice.com tech jobs. Search/URL. Get title, company, salary, location, type, skills, date, apply link & optional full HTML description.

## Input

```json
{
  "mode": "search",
  "queries": [
    "python developer"
  ],
  "location": "",
  "radius": 0,
  "radiusUnit": "mi",
  "countryCode": "US",
  "postedDate": "any",
  "employmentType": "any",
  "workplaceType": "any",
  "employerType": "any",
  "easyApply": false,
  "willingToSponsor": false,
  "sortBy": "relevance",
  "urls": [
    "https://www.dice.com/jobs?q=python%20developer&countryCode=US"
  ],
  "fetchDetails": false,
  "maxPages": 500,
  "maxListings": 20,
  "proxy": {
    "useApifyProxy": true
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "id": {
    "label": "ID"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title"
  },
  "company": {
    "label": "Company"
  },
  "companyLogo": {
    "label": "Logo",
    "format": "image"
  },
  "companyProfileUrl": {
    "label": "Company Profile",
    "format": "link"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "country": {
    "label": "Country"
  },
  "locationDisplay": {
    "label": "Location"
  },
  "workplaceTypes": {
    "label": "Workplace"
  },
  "remote": {
    "label": "Remote"
  },
  "salary": {
    "label": "Salary"
  },
  "salaryMin": {
    "label": "Min Pay"
  },
  "salaryMax": {
    "label": "Max Pay"
  },
  "salaryCurrency": {
    "label": "Currency"
  },
  "salaryPeriod": {
    "label": "Period"
  },
  "employmentType": {
    "label": "Type"
  },
  "employerType": {
    "label": "Employer"
  },
  "easyApply": {
    "label": "Easy Apply"
  },
  "willingToSponsor": {
    "label": "Sponsors"
  },
  "skills": {
    "label": "Skills"
  },
  "postedDate": {
    "label": "Posted"
  },
  "modifiedDate": {
    "label": "Modified"
  },
  "applyType": {
    "label": "Apply Type"
  },
  "applyUrl": {
    "label": "Apply",
    "format": "link"
  },
  "applyEmail": {
    "label": "Apply Email"
  },
  "emails": {
    "label": "Emails"
  },
  "summary": {
    "label": "Summary"
  },
  "companyReviews": {
    "label": "Reviews"
  },
  "scrapedAt": {
    "label": "Scraped"
  }
}
```

## About this Actor

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