# Scrape startup jobs in Denmark

**Use case:** 

Extract startup job listings in Denmark from TheHub.io. Structured Nordic startup job data. Pay per result.

## Input

```json
{
  "searchQuery": "developer",
  "searchQueries": [
    "frontend developer",
    "product designer",
    "growth"
  ],
  "countryCode": "DK",
  "isRemote": false,
  "jobTypes": [
    "full-time"
  ],
  "compact": false,
  "skipReposts": false,
  "maxResults": 5
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "isRemote": {
    "label": "Remote",
    "format": "boolean"
  },
  "jobTypes": {
    "label": "Job Types",
    "format": "array"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "publishedAt": {
    "label": "Published",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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