# Scrape NAV.no jobs by keyword

**Use case:** 

Extract job listings from arbeidsplassen.nav.no for any keyword across Norway. Structured job data. Pay per result.

## Input

```json
{
  "keyword": "sykepleier",
  "municipalities": [
    "OSLO.OSLO",
    "TRØNDELAG.TRONDHEIM"
  ],
  "sector": "",
  "remote": "",
  "needDriversLicense": "",
  "publishedWithin": "",
  "hasSuperraskSoknad": false,
  "isSummerJob": false,
  "isUnder18": false,
  "sortBy": "published",
  "maxResults": 5,
  "fetchDetails": false
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "jobTitle": {
    "label": "Job Title",
    "format": "text"
  },
  "employer": {
    "label": "Employer",
    "format": "text"
  },
  "sector": {
    "label": "Sector",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "county": {
    "label": "County",
    "format": "text"
  },
  "engagementType": {
    "label": "Type",
    "format": "text"
  },
  "extent": {
    "label": "Extent",
    "format": "text"
  },
  "published": {
    "label": "Published",
    "format": "date"
  },
  "expires": {
    "label": "Expires",
    "format": "date"
  },
  "applicationDueLabel": {
    "label": "Apply By",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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