# Scrape developer jobs in Norway

**Use case:** 

Extract developer job listings from FINN.no across Norway. Structured Norwegian job data with titles, companies, and locations. Pay per result.

## Input

```json
{
  "searchQuery": "utvikler",
  "fetchDetails": false,
  "skipReposts": false,
  "startUrls": [],
  "maxItems": 5
}
```

## Output

```json
{
  "url": {
    "label": "Url",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "publishDate": {
    "label": "PublishDate",
    "format": "text"
  },
  "scrapedAt": {
    "label": "ScrapedAt",
    "format": "text"
  }
}
```

## About this Actor

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