# Job Listings Data from Finn.no

**Use case:** 

Efficiently extract 100 job listings from Finn.no. Get detailed data including titles, companies, locations, deadlines, and full descriptions.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.finn.no/job/search?q=lager"
    }
  ],
  "keyword": "utvikler",
  "results_wanted": 100,
  "max_pages": 20,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "employment_type": {
    "label": "Employment Type",
    "format": "text"
  },
  "date_posted": {
    "label": "Posted",
    "format": "text"
  },
  "ad_id": {
    "label": "Ad ID",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [FinnNO Job Scraper](https://apify.com/shahidirfan/finnno-job-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/finnno-job-scraper) to learn more, explore other use cases, and run it yourself.