# DOU Job Scraper by Role

**Use case:** 

Scrape DOU jobs by role or keyword — salary, location and description. Structured JSON, ready to run.

## Input

```json
{
  "category": "Python",
  "experience": "",
  "remote": false,
  "maxResults": 50,
  "maxPages": 10,
  "maxDaysOld": 0,
  "includeDetails": true,
  "descriptionMaxLength": 0,
  "descriptionFormat": "all",
  "excludeEmptyFields": false,
  "compact": false,
  "incrementalMode": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "skipReposts": false,
  "notificationLimit": 5,
  "notifyOnlyChanges": false
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "company": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "isRemote": {
    "label": "Is remote"
  },
  "category": {
    "label": "Category"
  },
  "salaryText": {
    "label": "Salary text"
  },
  "salaryMin": {
    "label": "Salary min"
  },
  "salaryMax": {
    "label": "Salary max"
  },
  "salaryCurrency": {
    "label": "Salary currency"
  },
  "postedAt": {
    "label": "Posted at"
  },
  "canonicalUrl": {
    "label": "Canonical url"
  },
  "applyUrl": {
    "label": "Apply url"
  },
  "contentQuality": {
    "label": "Content quality"
  },
  "changeType": {
    "label": "Change type"
  }
}
```

## About this Actor

This example demonstrates how to use [DOU Job Scraper — Ukraine IT Vacancies](https://apify.com/blackfalcondata/dou-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/blackfalcondata/dou-scraper) to learn more, explore other use cases, and run it yourself.