VOOZH about

URL: https://apify.com/abotapi/finn-no-jobs-scraper

⇱ Finn.no $0.8πŸ’° URL | Keyword | Deep Search Scraper Β· Apify


πŸ‘ Finn.no $0.8πŸ’° URL | Keyword | Deep Search Scraper avatar

Finn.no $0.8πŸ’° URL | Keyword | Deep Search Scraper

Pricing

from $0.80 / 1,000 results

Go to Apify Store

Finn.no $0.8πŸ’° URL | Keyword | Deep Search Scraper

From $0.8/1K. Scrape active Finn.no ads via search builder or URL. Returns 30+ fields per ad, including full HTML description, employer details, deadline, contacts, languages, sector, industries, keywords, and apply URL.

Pricing

from $0.80 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ AbotAPI

AbotAPI

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

1

Monthly active users

16 days ago

Last modified

Share

Finn.no Jobs Scraper

Scrape every active job ad on Finn.no, Norway's largest classifieds portal, in two clicks. Two input modes (Search builder, URL paste), 30+ structured fields per ad including the full HTML description, employer details, deadline, contact persons, working languages, sector, industries, keywords, and the apply URL. Fast and free-tier-friendly: runs on the Apify default proxy with no extra setup.

Why This Scraper?

  • 30+ fields per ad, not just the SERP card. Pulls the structured JSON-LD JobPosting plus rendered detail-page metadata (sector, industries, contact persons, keywords, apply URL).
  • Two input modes that both work for individual ads or full searches: build by keyword, location, employment type, industry, occupation, sector, working language, and posted-since; or paste any finn.no/job URL (including a single /job/ad/
  • Designed for free-tier usage: default proxy is the Apify Datacenter pool, available on every plan. Three-tier preflight ladder demotes to no-group, then no-proxy, if the chosen tier fails.
  • Per-search budget cap so multi-keyword runs return a fair share from each search; client-side de-duplication across pages and searches via finnkode.
  • ~50 ads per SERP page, 2 to 5 ads per second sustained, low memory (256 MB default).
  • Skip sponsored placements ("Betalt plassering") with a single checkbox if you only want organic results.

Data You Get

Sample shape: values are illustrative placeholders, not from a live ad.

FieldExample
id"460000000"
idInt460000000
url"https://www.finn.no/job/ad/460000000"
title"Sample Job Title"
subtitle"Sample Subtitle Headline"
employer"Sample Employer AS"
employerUrl"http://www.example.com/"
employerHomepage"http://www.example.com/"
employerLogo"https://images.finncdn.no/dynamic/default/0000/0/0/000000_0000000000.png"
streetAddress"Sample Street 1"
postalCode"0000"
city"Oslo"
addressCountry"NO"
locationDisplay"Oslo"
locationLink"https://www.finn.no/job/search?location=1.20001.20061"
latitude59.9000
longitude10.7000
datePosted"2026-01-01"
datePostedEpochMs1735689600000
relativePosted"2 dager siden"
applicationDeadline"2026-02-01"
applicationDeadlineEpochMs1738368000000
applicationDeadlineRaw"01.02.2026"
lastModified"2026-01-01T09:00:00.000Z"
lastModifiedEpochMs1735722000000
employmentForm"Fast"
employmentType["FULL_TIME"]
employmentTypeRequested"fulltime"
sector"Privat"
industries["Sample Industry A", "Sample Industry B"]
jobFunction"Sample Function"
internalJobTitle"Sample Internal Title"
workingLanguages["Norsk", "Engelsk"]
contactPersons[{ "name": "Jane Doe", "phones": ["+4700000000"], "emails": ["jane@example.com"] }]
keywords["sample", "keyword", "tags"]
applyUrl"https://example.com/apply/000"
descriptionHtml"<p>Full HTML ad description goes here.</p>"
descriptionText"Full ad description as plain text goes here."
breadcrumb["FINN", "Jobb", "SΓΈk", "Oslo"]
sponsoredfalse
scrapedAt"2026-01-01T00:00:00.000Z"

How to Use

1) Search by keyword + location

{
"mode":"search",
"queries":["developer"],
"location":"1.20001.20061",
"employmentType":"fulltime",
"maxPages":5,
"maxListings":200,
"fetchDetails":true
}

2) Search multiple keywords with industry filter

{
"mode":"search",
"queries":["sykepleier","lege","fysioterapeut"],
"employmentType":"fulltime",
"industry":"9",
"publishedSince":"7",
"sortBy":"published_desc",
"maxPages":3,
"maxListings":150
}

3) Search English-language management roles

{
"mode":"search",
"queries":["product manager"],
"employmentType":"management",
"workLanguage":"english",
"sector":"private",
"skipSponsored":true,
"maxPages":2
}

4) URL mode (paste any Finn.no URL, including a single ad)

{
"mode":"url",
"urls":[
"https://www.finn.no/job/search?q=developer&extent=3947&location=1.20001.20061",
"https://www.finn.no/job/search?extent=3942&location=0.22030",
"https://www.finn.no/job/ad/460000000"
],
"maxPages":5,
"maxListings":250,
"fetchDetails":true
}

Input Parameters

ParameterTypeDefaultDescription
modeenumsearchsearch (use builder fields) or url (paste URLs).
queriesarray of strings["developer"]One search per keyword. Empty = browse without keyword filter.
locationstringemptyFinn.no hierarchical location code (e.g. 1.20001.20061 for Oslo, 1.20001.20015 for Vestland). Pick a filter on finn.no/job and copy from ?location=.
employmentTypeenumfulltimeany / fulltime (Heltid, extent=3947) / parttime (Deltid, extent=3942) / management (Lederstillinger, manager_role=6702).
industrystringemptyFinn.no industry code from ?industry=.
occupationstringemptyFinn.no occupation/job-function code from ?occupation=.
sectorenumanyany / private / public.
workLanguageenumanyany / norwegian / english / swedish / danish / other.
publishedSinceenumanyany / 1 / 3 / 7 / 14 / 30 (days).
sortByenumdefaultdefault (relevance), published_desc (newest), deadline_asc (closest deadline).
skipSponsoredboolfalseDrop "Betalt plassering" cards (paid placements).
urlsarray of stringsexample URLURL mode only. Each URL is paged forward independently.
maxPagesint2Max SERP pages per search (or per pasted URL).
maxListingsint0Cap across all searches. 0 = no cap.
fetchDetailsbooltrueAlso fetch each ad's detail page for the full HTML description, deadline, sector, industries, contact persons, keywords, apply URL.
proxyobjectApify DatacenterFree-tier-friendly default. For higher volume or Norway-pinned routing, set groups: ["RESIDENTIAL"], country: "NO".

Send results into your apps (MCP connectors)

Optionally pipe the scraped results into the apps you already use, via Model Context Protocol (MCP) connectors. This is an extra delivery step after the scrape β€” the Apify dataset is never changed.

What gets written to the connector: a condensed, human-readable summary of each record β€” not the full JSON. Each item becomes one entry with a title and its key fields flattened to plain text. The complete record always stays in the Apify dataset.

  1. Authorize a connector once under Apify β†’ Settings β†’ Integrations (Notion, Linear, Airtable, or Apify).
  2. Select it in the "Pipe results into your apps" input field. (If the picker is empty, you haven't authorized a connector yet.)
  3. For Notion, also set notionParentPageUrl to the page where items should be created.

The connection is mediated by Apify's MCP proxy, so this actor never sees your third-party credentials. Leave the field empty to skip.

Output Example

Sample shape: values are illustrative placeholders, not from a live ad.

{
"id":"460000000",
"idInt":460000000,
"url":"https://www.finn.no/job/ad/460000000",
"title":"Sample Job Title",
"subtitle":"Sample Subtitle Headline",
"employer":"Sample Employer AS",
"employerUrl":"http://www.example.com/",
"employerHomepage":"http://www.example.com/",
"employerLogo":"https://images.finncdn.no/dynamic/default/0000/0/0/000000_0000000000.png",
"streetAddress":"Sample Street 1",
"postalCode":"0000",
"city":"Oslo",
"addressCountry":"NO",
"locationDisplay":"Oslo",
"locationLink":"https://www.finn.no/job/search?location=1.20001.20061",
"latitude":59.9,
"longitude":10.7,
"datePosted":"2026-01-01",
"datePostedEpochMs":1735689600000,
"relativePosted":"2 dager siden",
"applicationDeadline":"2026-02-01",
"applicationDeadlineEpochMs":1738368000000,
"applicationDeadlineRaw":"01.02.2026",
"lastModified":"2026-01-01T09:00:00.000Z",
"lastModifiedEpochMs":1735722000000,
"employmentForm":"Fast",
"employmentType":["FULL_TIME"],
"employmentTypeRequested":"fulltime",
"sector":"Privat",
"industries":["Sample Industry A","Sample Industry B"],
"jobFunction":"Sample Function",
"internalJobTitle":"Sample Internal Title",
"workingLanguages":["Norsk","Engelsk"],
"contactPersons":[
{"name":"Jane Doe","phones":["+4700000000"],"emails":["jane@example.com"]}
],
"keywords":["sample","keyword","tags"],
"applyUrl":"https://example.com/apply/000",
"descriptionHtml":"<p>Full HTML ad description goes here.</p>",
"descriptionText":"Full ad description as plain text goes here.",
"breadcrumb":["FINN","Jobb","SΓΈk","Oslo"],
"sponsored":false,
"scrapedAt":"2026-01-01T00:00:00.000Z"
}

Plan Requirement

This scraper runs on every Apify plan: the default useApifyProxy: true config uses the shared Datacenter pool that is available on Free and paid tiers alike. For larger runs, or if you see throttling, switch the proxy field to { useApifyProxy: true, apifyProxyGroups: ["RESIDENTIAL"], apifyProxyCountry: "NO" } (Apify Starter or higher). You can also paste your own proxy URLs in the proxy field.

You might also like

Finn no job scraper

shirant/finn-no-job-scraper

FINN.no Jobs Scraper

automation-lab/finn-no-jobs-scraper

Scrape public FINN.no job listings with titles, companies, locations, deadlines, salaries, descriptions, and URLs.

πŸ‘ User avatar

Stas Persiianenko

3

FINN.no Job Scraper

solidcode/finn-no-scraper

[πŸ’° $1.8 / 1K] Extract job listings from FINN.no, Norway's largest classifieds and job marketplace. Search by keyword and county, filter by occupation, employment type, contract, remote work and sector, and get titles, employers, locations, salaries, deadlines and full descriptions.

NHS UK $0.8πŸ’° URL | Keyword | Deep Search Scraper

abotapi/jobs-nhs-uk-scraper

From $0.8/1k. Scrape nhs.uk Jobs listings into a flat dataset. Extract 50+ fields, including pay band, salary, full description, essential and desirable criteria, PDFs, sponsorship, DBS, employer details, contacts, and apply URL. Search by filters or use any URL.

Finn.No Scraper

logiover/finn-no-scraper

Finn.no scraper & API alternative: scrape Norway real estate, cars, jobs & marketplace without login, export listings to CSV/JSON.

FINN.no Jobs Scraper

unfenced-group/finn-no-scraper

Scrape job listings from FINN.no β€” Norway's largest job board with 50,000+ active positions. Extracts title, company, location, NOK salary range, application deadline & full descriptions. Easy-apply flag, repost detection & daysOld filtering. No API key required.

πŸ‘ User avatar

Unfenced Group

18

Finn.no Job Scraper πŸ”πŸ’ΌπŸ‡³πŸ‡΄ - Cheap

scrapestorm/finn-no-job-scraper---cheap

πŸ” Easily extract Finn.no job listings data Collect structured job and employer data from Finn.no, including job titles, companies, locations, posting dates, and direct job links πŸ’ΌπŸ“Š Ideal for job market analysis, recruitment intelligence, hiring trend tracking, and labor market analytics πŸ‡³πŸ‡΄πŸ“ˆ

3

Finn.no Jobs Scraper

codingfrontend/finn-no-jobs-scraper

Scrape job listings from Finn.no, Norway's largest job board. Extract job titles, companies, locations, deadlines, and job URLs.

πŸ‘ User avatar

Coding Frontned

2

Finn.no Jobs Scraper πŸ‡³πŸ‡΄

easyapi/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. πŸ‡³πŸ‡΄

Trendyol $0.8πŸ’° URL | Keyword | Review Scraper

abotapi/trendyol-scraper

From $0.8/1K. Pull structured product data, ratings, badges, seller info, full reviews, and Q&A from trendyol.com. Search by keyword with filters, use any URL (search, category, store, product), or run reviews-only mode on a product list.