# Developer Job Listings from Dice.com

**Use case:** 

Extract recent developer job listings from Dice.com. Get detailed information including job titles, companies, and salaries.

## Input

```json
{
  "keyword": "developer",
  "location": "Remote",
  "posted_date": "24h",
  "results_wanted": 50,
  "maxPages": 3,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "employmentType": {
    "label": "Job Type",
    "format": "text"
  },
  "posted": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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