# Find remote software engineer jobs on Dice

**Use case:** 

Scrape remote software engineer jobs from Dice with titles, hiring companies, work models, salaries, summaries, and job URLs.

## Input

```json
{
  "query": "software engineer",
  "location": "Remote",
  "radius": 20,
  "radiusUnit": "mi",
  "maxItems": 5,
  "pageSize": 10,
  "includeDetails": false,
  "startUrls": [
    {
      "url": "https://www.dice.com/jobs?q=data%20engineer&location=Remote&radius=20&radiusUnit=mi&page=1&pageSize=20"
    }
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "isRemote": {
    "label": "Remote",
    "format": "boolean"
  },
  "workplaceTypes": {
    "label": "Workplace types",
    "format": "array"
  },
  "employmentType": {
    "label": "Employment",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "easyApply": {
    "label": "Easy apply",
    "format": "boolean"
  },
  "detailsPageUrl": {
    "label": "Job URL",
    "format": "string"
  },
  "summary": {
    "label": "Summary",
    "format": "string"
  },
  "skills": {
    "label": "Skills",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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