# Find healthcare jobs in Oslo on Jobbnorge

**Use case:** 

Extract public-sector and institutional healthcare job postings in Oslo from Jobbnorge for Norwegian labor market research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.jobbnorge.no/search/en?q=helse&county=3&OrderBy=Published&Period=All"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "employerName": {
    "label": "Employer Name",
    "format": "text"
  },
  "deadlineOn": {
    "label": "Deadline",
    "format": "date"
  },
  "logo": {
    "label": "Logo",
    "format": "image"
  }
}
```

## About this Actor

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