# Dice.com Remote Job Scraper

**Use case:** 

Scrape remote Dice.com jobs — salary, location and description. Filter to work-from-home roles, structured JSON.

## Input

```json
{
  "query": "devops",
  "location": "New York",
  "easyApply": false,
  "maxResults": 10,
  "maxPages": 5,
  "pageSize": 20,
  "includeDetails": true,
  "includeCompanyProfile": false,
  "descriptionMaxLength": 0,
  "compact": true,
  "incrementalMode": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "skipReposts": false,
  "notificationLimit": 5,
  "notifyOnlyChanges": false,
  "descriptionFormat": "all",
  "excludeEmptyFields": false
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "contentHash": {
    "label": "Content Hash",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "salaryText": {
    "label": "Salary",
    "format": "text"
  },
  "salaryMin": {
    "label": "Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "employmentType": {
    "label": "Type",
    "format": "text"
  },
  "workplaceTypes": {
    "label": "Workplace",
    "format": "text"
  },
  "skills": {
    "label": "Skills",
    "format": "text"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "postedDate": {
    "label": "Posted",
    "format": "text"
  },
  "canonicalUrl": {
    "label": "URL",
    "format": "link"
  },
  "companyLogoUrl": {
    "label": "Logo",
    "format": "link"
  },
  "contentQuality": {
    "label": "Quality",
    "format": "text"
  },
  "fetchedAt": {
    "label": "Fetched",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Dice.com Job Scraper 💰 $0.99/1K — U.S. Tech Jobs](https://apify.com/blackfalcondata/dice-com-job-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/blackfalcondata/dice-com-job-scraper) to learn more, explore other use cases, and run it yourself.