# Remote Python Developer Jobs Scraper - Dice US

**Use case:** 

Scrape remote Python developer tech jobs data from Dice.com in the US. Get titles, companies, salaries, locations, skills and apply links as structured JSON.

## Input

```json
{
  "keyword": "python developer",
  "location": "Remote",
  "remote": true,
  "postedDate": "",
  "employmentType": "",
  "maxItems": 50,
  "withDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "companyLogoUrl": {
    "label": "Logo",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "text"
  },
  "workplaceType": {
    "label": "Workplace",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted",
    "format": "text"
  },
  "skills": {
    "label": "Skills",
    "format": "array"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "companyUrl": {
    "label": "Company URL",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "validThrough": {
    "label": "Valid Through",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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