# Scrape IT jobs in Denmark

**Use case:** 

Extract IT jobs from StepStone Denmark. Structured Danish tech job data. Pay per result.

## Input

```json
{
  "searchQuery": "ingeniør",
  "area": "",
  "workingHours": "",
  "employmentPlace": "",
  "categoryId": "",
  "maxResults": 5,
  "startUrls": [],
  "deduplicate": true,
  "fetchDetails": false
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "workplaceCompany": {
    "label": "Hiring Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "fullAddress": {
    "label": "Address",
    "format": "text"
  },
  "datePosted": {
    "label": "Date Posted",
    "format": "text"
  },
  "dateExpires": {
    "label": "Expires",
    "format": "text"
  },
  "applyDeadline": {
    "label": "Apply Deadline",
    "format": "text"
  },
  "applyDeadlineAsap": {
    "label": "ASAP",
    "format": "text"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "remoteWork": {
    "label": "Remote",
    "format": "text"
  },
  "isPremiumAd": {
    "label": "Premium",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  }
}
```

## About this Actor

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