Finn.no Jobs Scraper 🇳🇴 logo

Finn.no Jobs Scraper 🇳🇴

Extract job listings from Finn.no with ease! This powerful scraper collects comprehensive job data including titles, companies, locations, and deadlines. Perfect for recruitment analytics, market research, and monitoring Norway's job market trends. 🇳🇴

easyapi
$19.99

🤖 What does Finn Jobs Scraper do?

Finn Jobs Scraper is a powerful tool that extracts job listings from Finn.no, Norway's largest online marketplace for jobs. This actor enables you to scrape detailed job information including job titles, company details, locations, deadlines, and more.

✨ Features

  • 🔍 Scrapes job listings from custom search URLs
  • 📊 Extracts comprehensive job details including:
    • Job title and description
    • Company information
    • Location data with coordinates
    • Application deadlines
    • Number of positions
    • Company logos and images
  • ⚡ High-performance pagination handling
  • 🛡️ Built-in proxy rotation support
  • 🎯 Customizable maximum items limit

💡 Use Cases

  • Market research and job market analysis
  • Recruitment and HR analytics
  • Salary benchmarking
  • Job market trend monitoring
  • Company hiring pattern analysis

🔧 Input Configuration

The actor accepts the following input parameters:

  • searchUrls: Array of Finn.no job search URLs to scrape
  • maxItems: Maximum number of items to scrape (optional, default: unlimited)
  • proxyConfiguration: Proxy settings (optional)

📦 Output

The actor outputs detailed job listings in JSON format, including:

  • Search URL reference
  • Job ID and title
  • Company name and details
  • Location information with coordinates
  • Publishing and deadline dates
  • Company logos and images
  • Additional job-specific metadata

💪 Sample Usage

Input Example

A full explanation of an input example in JSON.

1{
2    "searchUrls": [
3        "https://www.finn.no/job/fulltime/search.html?q=kokk&location=0.20001&occupation=0.9999"
4    ],
5    "maxItems": 70
6}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2    {
3        "searchUrl": "https://www.finn.no/job/fulltime/search.html?q=kokk&location=0.20001&occupation=0.9999",
4        "type": "job",
5        "id": "391376392",
6        "main_search_key": "SEARCH_ID_JOB_FULLTIME",
7        "heading": "Lærling i ernæringskokkfaget",
8        "location": "Kleppe",
9        "flags": [],
10        "timestamp": 1738278006145,
11        "coordinates": {
12            "lat": 58.77175,
13            "lon": 5.62778
14        },
15        "ad_type": 40,
16        "labels": [],
17        "canonical_url": "https://www.finn.no/job/fulltime/ad.html?finnkode=391376392",
18        "extras": [],
19        "logo": {
20            "url": "https://images.finncdn.no/dynamic/default/logo/result/1223251621/kleppresultat.png",
21            "path": "https://images.finncdn.no/dynamic/default/logo/result/1223251621/kleppresultat.png"
22        },
23        "job_title": "Lærling i ernæringskokkfaget",
24        "deadline": 1741042799999,
25        "published": 1738278006145,
26        "company_name": "Klepp kommune",
27        "no_of_positions": 1,
28        "ad_id": 391376392,
29        "image": {
30            "url": "https://images.finncdn.no/dynamic/default/logo/result/1223251621/kleppresultat.png",
31            "path": "https://images.finncdn.no/dynamic/default/logo/result/1223251621/kleppresultat.png"
32        }
33    },
34    ...
35]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!