# Find senior tech jobs in Ukraine

**Use case:** 

Scrape senior tech roles from DOU.ua. Filter by experience level, get structured Ukrainian tech job data. Pay per result.

## Input

```json
{
  "searchQuery": "python",
  "category": "",
  "city": "",
  "experience": "5plus",
  "daysOld": 0,
  "fetchDetails": false,
  "startUrls": [],
  "maxItems": 5
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "cities": {
    "label": "Location",
    "format": "text"
  },
  "isRemote": {
    "label": "Remote",
    "format": "text"
  },
  "salaryRaw": {
    "label": "Salary",
    "format": "text"
  },
  "experienceLevel": {
    "label": "Experience",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "publishDate": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  }
}
```

## About this Actor

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