# Scrape developer jobs in Ukraine

**Use case:** 

Extract developer jobs from Robota.ua across Ukraine. Structured Ukrainian job data with titles and companies. Pay per result.

## Input

```json
{
  "searchQuery": "developer",
  "cityId": 1,
  "scheduleId": 3,
  "rubricIds": [
    "1"
  ],
  "salary": 30000,
  "period": 7,
  "language": 2,
  "maxResults": 5,
  "fetchDetails": false,
  "skipDedup": false
}
```

## Output

```json
{
  "jobId": {
    "label": "JobId",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "CompanyName",
    "format": "text"
  },
  "companyId": {
    "label": "CompanyId",
    "format": "text"
  },
  "companyUrl": {
    "label": "CompanyUrl",
    "format": "link"
  },
  "isAgency": {
    "label": "IsAgency",
    "format": "boolean"
  },
  "cityName": {
    "label": "CityName",
    "format": "text"
  },
  "cityId": {
    "label": "CityId",
    "format": "text"
  },
  "districtName": {
    "label": "DistrictName",
    "format": "text"
  },
  "metroName": {
    "label": "MetroName",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  }
}
```

## About this Actor

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