# Scrape IT jobs in Slovakia

**Use case:** 

Extract IT and programming jobs from Profesia.sk across Slovakia. Structured Slovak tech data. Pay per result.

## Input

```json
{
  "searchQuery": "programátor",
  "location": "all",
  "contractType": "all",
  "fetchDetails": false,
  "skipReposts": true,
  "maxItems": 5
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "employer": {
    "label": "Employer",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "contractType": {
    "label": "Contract Type",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "salaryPeriod": {
    "label": "Salary Period",
    "format": "text"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "salaryRaw": {
    "label": "Salary (raw)",
    "format": "text"
  },
  "salaryDescription": {
    "label": "Salary Desc",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "publishDateISO": {
    "label": "Published",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "descriptionHtml": {
    "label": "Description (HTML)",
    "format": "text"
  },
  "descriptionMarkdown": {
    "label": "Description (Markdown)",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "text"
  },
  "longitude": {
    "label": "Longitude",
    "format": "text"
  }
}
```

## About this Actor

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