# Find jobs on Finland's government portal

**Use case:** 

Scrape job listings from Työmarkkinatori.fi, Finland's official employment service. Structured Finnish job data. Pay per result.

## Input

```json
{
  "query": "sairaanhoitaja",
  "municipalities": [],
  "regions": [],
  "employmentRelationships": [],
  "continuityOfWork": [],
  "workTimes": [],
  "postingLanguages": [],
  "sorting": "LATEST",
  "daysOld": 0,
  "publishedAfterISO": "",
  "fetchDetails": false,
  "skipReposts": false,
  "startUrls": [],
  "maxItems": 5
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "text"
  }
}
```

## About this Actor

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