# Scrape jobs in Norway on Jobbnorge.no

**Use case:** 

Extract job listings from Jobbnorge.no across Norway. Structured Norwegian public and academic job data. Pay per result.

## Input

```json
{
  "searchQuery": "developer",
  "countyId": 100,
  "municipalityId": "",
  "employerId": "",
  "language": 1,
  "daysOld": 1,
  "skipReposts": false,
  "startUrls": [],
  "fetchDetails": false,
  "maxItems": 5
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "text"
  }
}
```

## About this Actor

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