# Remote Python Developer Jobs Dice Scraper

**Use case:** 

Scrape Dice.com remote Python developer jobs with salary, employer, location, employment type, posting date, and job URLs.

## Input

```json
{
  "keyword": "python developer",
  "location": "",
  "countryCode": "US",
  "maxJobs": 50,
  "employmentType": "",
  "workFromHome": true,
  "postedDate": "SEVEN",
  "salary": 100000,
  "sortBy": "datePosted"
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "employmentType": {
    "label": "Type",
    "format": "text"
  },
  "workFromHome": {
    "label": "Remote",
    "format": "boolean"
  },
  "easyApply": {
    "label": "Easy Apply",
    "format": "boolean"
  },
  "postedDate": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

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