# Duunitori developer jobs scraper for Helsinki

**Use case:** 

Scrape Helsinki developer job listings from Duunitori with company, location, description, salary, and application links.

## Input

```json
{
  "keywords": "developer",
  "location": "Helsinki",
  "startUrls": [
    {
      "url": "https://duunitori.fi/tyopaikat?haku=developer&alue=Helsinki"
    }
  ],
  "maxItems": 50,
  "includeDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "FI"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted",
    "format": "date"
  },
  "validThrough": {
    "label": "Deadline",
    "format": "date"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "applicationUrl": {
    "label": "Application URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Duunitori Jobs Scraper](https://apify.com/automation-lab/duunitori-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/duunitori-jobs-scraper) to learn more, explore other use cases, and run it yourself.