# Scrape remote jobs in Denmark from Jobindex.dk

**Use case:** 

Danish job listings offering 100% remote work, scraped live from jobindex.dk with full details and apply links.

## Input

```json
{
  "query": "developer",
  "portal": "jobindex.dk",
  "radiusKm": 0,
  "category": "",
  "employmentType": "",
  "workHours": "",
  "workplace": "remote",
  "publishedWithin": "",
  "sortBy": "relevance",
  "maxResults": 200,
  "maxPages": 0,
  "maxAgeDays": 0,
  "includeTeaser": true,
  "resolveApplyUrls": false,
  "descriptionMaxLength": 0,
  "compact": false,
  "excludeEmptyFields": false,
  "detailConcurrency": 10,
  "useProxyForDetails": false,
  "incrementalMode": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "skipReposts": false,
  "notifyOnlyChanges": true,
  "notificationLimit": 10,
  "includeRunSummary": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "company": {
    "label": "Company"
  },
  "area": {
    "label": "Location"
  },
  "publishedDate": {
    "label": "Published"
  },
  "applyDeadline": {
    "label": "Deadline"
  },
  "portal": {
    "label": "Portal"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Jobindex Scraper — Denmark Jobs | $1.5/1k](https://apify.com/trev0n/jobindex-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/trev0n/jobindex-scraper) to learn more, explore other use cases, and run it yourself.