# Scrape IT jobs on Jobnet.dk

**Use case:** 

Extract IT jobs from Jobnet.dk across Denmark. Structured Danish tech job data. Pay per result.

## Input

```json
{
  "searchString": "",
  "maxResults": 5,
  "orderType": "",
  "regions": [],
  "countries": "",
  "employmentDurationType": "",
  "workHoursType": "",
  "workplaceFilter": "",
  "jobAnnouncementType": "",
  "postalCode": "",
  "kmRadius": "",
  "occupationAreas": "",
  "occupationGroups": "",
  "occupations": "",
  "fetchDetails": false,
  "skipReposts": false,
  "searchQuery": "udvikler"
}
```

## 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 [Jobnet.dk Scraper](https://apify.com/unfenced-group/jobnet-dk-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/jobnet-dk-scraper) to learn more, explore other use cases, and run it yourself.