# Find jobs in Helsinki on Jobly.fi

**Use case:** 

Scrape job listings in Helsinki from Jobly.fi. Structured Finnish job data. No subscription, pay per result.

## Input

```json
{
  "searchQuery": "myyjä",
  "region": "Helsinki",
  "fetchDetails": false,
  "skipReposts": false,
  "maxItems": 5
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "text"
  },
  "publishDateISO": {
    "label": "Published",
    "format": "text"
  },
  "deadline": {
    "label": "Deadline",
    "format": "text"
  },
  "occupationalCategory": {
    "label": "Category",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "text"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "text"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "salaryUnit": {
    "label": "Salary Unit",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "isFeatured": {
    "label": "Featured",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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