# Scrape tech jobs in Kyiv on DOU.ua

**Use case:** 

Extract tech job listings in Kyiv from DOU.ua. Structured Ukrainian tech job data. No subscription, pay per result.

## Input

```json
{
  "searchQuery": "java",
  "category": "",
  "city": "Київ",
  "experience": "",
  "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.