# Finance Job Listings from Jobindex.dk

**Use case:** 

Extract 200 active finance job listings from Jobindex.dk, including titles, salaries, company details, and application links for market insights.

## Input

```json
{
  "startUrl": "https://www.jobindex.dk/jobsoegning?q=software",
  "keyword": "finance",
  "location": "",
  "results_wanted": 200,
  "max_pages": 20,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "job_id": {
    "label": "Job ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "posted_date": {
    "label": "Posted Date",
    "format": "string"
  },
  "expires_date": {
    "label": "Expires Date",
    "format": "string"
  },
  "description_text": {
    "label": "Description Text",
    "format": "string"
  },
  "detail_url": {
    "label": "Detail URL",
    "format": "string"
  },
  "application_url": {
    "label": "Application URL",
    "format": "string"
  },
  "search_page": {
    "label": "Search Page",
    "format": "integer"
  }
}
```

## About this Actor

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