Finn.no Jobs Scraper ๐Ÿ‡ณ๐Ÿ‡ด avatar

Finn.no Jobs Scraper ๐Ÿ‡ณ๐Ÿ‡ด

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Finn.no Jobs Scraper ๐Ÿ‡ณ๐Ÿ‡ด

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. ๐Ÿ‡ณ๐Ÿ‡ด

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

3

Bookmarked

19

Total users

3

Monthly active users

20 days ago

Last modified

Share

Disclaimer: This is not an official product.

๐Ÿค– 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.

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

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.

[
{
"searchUrl": "https://www.finn.no/job/fulltime/search.html?q=kokk&location=0.20001&occupation=0.9999",
"type": "job",
"id": "391376392",
"main_search_key": "SEARCH_ID_JOB_FULLTIME",
"heading": "Lรฆrling i ernรฆringskokkfaget",
"location": "Kleppe",
"flags": [],
"timestamp": 1738278006145,
"coordinates": {
"lat": 58.77175,
"lon": 5.62778
},
"ad_type": 40,
"labels": [],
"canonical_url": "https://www.finn.no/job/fulltime/ad.html?finnkode=391376392",
"extras": [],
"logo": {
"url": "https://images.finncdn.no/dynamic/default/logo/result/1223251621/kleppresultat.png",
"path": "https://images.finncdn.no/dynamic/default/logo/result/1223251621/kleppresultat.png"
},
"job_title": "Lรฆrling i ernรฆringskokkfaget",
"deadline": 1741042799999,
"published": 1738278006145,
"company_name": "Klepp kommune",
"no_of_positions": 1,
"ad_id": 391376392,
"image": {
"url": "https://images.finncdn.no/dynamic/default/logo/result/1223251621/kleppresultat.png",
"path": "https://images.finncdn.no/dynamic/default/logo/result/1223251621/kleppresultat.png"
}
},
...
]