# Find work-from-home jobs in Slovakia

**Use case:** 

Scrape work-from-home job listings from Worki.sk. Filter for WFH roles, get structured Slovak job data. Pay per result.

## Input

```json
{
  "searchQuery": "manažér",
  "employmentTypes": [],
  "workFromHome": true,
  "salaryFrom": "",
  "salaryType": "",
  "daysOld": 1,
  "fetchDetails": false,
  "skipReposts": false,
  "startUrls": [],
  "maxItems": 5
}
```

## Output

```json
{
  "jobId": {
    "label": "Job Id",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "companyUrl": {
    "label": "Companyurl",
    "format": "link"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "locationCity": {
    "label": "Locationcity",
    "format": "text"
  },
  "contractTypes": {
    "label": "Contracttypes",
    "format": "text"
  },
  "salaryText": {
    "label": "Salarytext",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salarymin",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salarymax",
    "format": "number"
  },
  "salaryPeriod": {
    "label": "Salaryperiod",
    "format": "text"
  },
  "publishDateISO": {
    "label": "Publishdateiso",
    "format": "text"
  },
  "lastUpdatedISO": {
    "label": "Lastupdatediso",
    "format": "text"
  },
  "startDate": {
    "label": "Startdate",
    "format": "text"
  },
  "vacancies": {
    "label": "Vacancies",
    "format": "number"
  },
  "descriptionText": {
    "label": "Descriptiontext",
    "format": "text"
  },
  "educationRequired": {
    "label": "Educationrequired",
    "format": "text"
  },
  "experienceRequired": {
    "label": "Experiencerequired",
    "format": "text"
  },
  "driverLicense": {
    "label": "Driverlicense",
    "format": "text"
  },
  "workSchedule": {
    "label": "Workschedule",
    "format": "text"
  },
  "applyUrl": {
    "label": "Applyurl",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "changeStatus": {
    "label": "Changestatus",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scrapedat",
    "format": "text"
  }
}
```

## About this Actor

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