# IT-työpaikat Suomessa Työmarkkinatori

**Use case:** 

IT-työpaikat Suomesta Työmarkkinatori.fi:stä poimia. Roolit, yritykset, sopimukset ja URL:t teknisen rekrytoinnin tutkimukseen.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://tyomarkkinatori.fi/henkiloasiakkaat/avoimet-tyopaikat/?ae=NOW&f=NOW&p=0&ps=30&q=developer"
    }
  ],
  "maxItems": 20
}
```

## Output

```json
{
  "id": {
    "label": "Job ID",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  },
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published Date",
    "format": "text"
  },
  "endAt": {
    "label": "Application Deadline",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  }
}
```

## About this Actor

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