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. 🇳🇴
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.
The actor accepts the following input parameters:
searchUrls
: Array of Finn.no job search URLs to scrapemaxItems
: Maximum number of items to scrape (optional, default: unlimited)proxyConfiguration
: Proxy settings (optional)The actor outputs detailed job listings in JSON format, including:
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}
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]
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.
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.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
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!