# Miles Dice Jobs

**Use case:** 

Extract Dice Jobs data filtered by Miles. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.dice.com/jobs?q=python&radius=30&radiusUnit=mi"
    }
  ],
  "maxItems": 10,
  "maxItemsPerStartUrl": 10,
  "radiusUnit": "mi",
  "includeDetails": true
}
```

## Output

```json
{
  "companyLogo": {
    "label": "Company Logo",
    "format": "string"
  },
  "jobId": {
    "label": "Job ID",
    "format": "string"
  },
  "guid": {
    "label": "GUID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "string"
  },
  "employerType": {
    "label": "Employer Type",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "jobLocationType": {
    "label": "Location Type",
    "format": "string"
  },
  "applyButtonText": {
    "label": "Apply Button",
    "format": "string"
  },
  "diceId": {
    "label": "Dice ID",
    "format": "string"
  },
  "positionId": {
    "label": "Position ID",
    "format": "string"
  },
  "easyApply": {
    "label": "Easy Apply",
    "format": "boolean"
  },
  "isRemote": {
    "label": "Remote",
    "format": "boolean"
  },
  "workplaceTypes": {
    "label": "Workplace Types",
    "format": "array"
  },
  "skills": {
    "label": "Skills",
    "format": "array"
  },
  "similarJobs": {
    "label": "Similar Jobs",
    "format": "array"
  },
  "featured": {
    "label": "Featured",
    "format": "boolean"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  },
  "companyProfileUrl": {
    "label": "Company Profile",
    "format": "string"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "string"
  },
  "ogImage": {
    "label": "OG Image",
    "format": "string"
  },
  "postedDate": {
    "label": "Posted Date",
    "format": "string"
  },
  "modifiedDate": {
    "label": "Updated Date",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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