# Detailed Denmark Jobindex jobs scraper

**Use case:** 

Scrape detailed Jobindex.dk job postings for Denmark labor-market research with descriptions, deadlines, and apply URLs.

## Input

```json
{
  "query": "data engineer",
  "location": "Danmark",
  "startUrls": [
    {
      "url": "https://www.jobindex.dk/jobsoegning?q=python"
    }
  ],
  "maxItems": 50,
  "includeDetails": true,
  "maxPages": 5
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "companyName": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "salaryText": {
    "label": "Salary"
  },
  "employmentType": {
    "label": "Employment"
  },
  "postedAt": {
    "label": "Posted"
  },
  "deadline": {
    "label": "Deadline"
  },
  "descriptionText": {
    "label": "Description"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "jobId": {
    "label": "Job ID"
  },
  "sourceQuery": {
    "label": "Source query"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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