# Monitor Dice.com remote data scientist job listings

**Use case:** 

Scrape remote data scientist vacancies on Dice.com with required skills, contract type, and recruiter contact info.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.dice.com/jobs?q=data+scientist&location=Remote&radius=30&radiusUnit=mi&language=en"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "contractType": {
    "label": "Contract Type",
    "format": "text"
  },
  "salaryRaw": {
    "label": "Salary",
    "format": "text"
  },
  "datePosted": {
    "label": "Posted",
    "format": "date"
  },
  "easyApply": {
    "label": "Easy Apply",
    "format": "boolean"
  }
}
```

## About this Actor

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