Finn.no Scraper: Norway's #1 Classifieds + Jobs Platform

Scrape listings from finn.no, Norway's largest classifieds platform and job board (Schibsted group). Covers all five verticals: Marketplace (Torget), Jobs (Jobb), Real Estate (Eiendom), Cars (Bil), and Mobility. Returns title, price in NOK, location, detected vertical, company name, image URL, posted and expiry dates from search results. Optional detail enrichment adds full description, company URL, and employment_type for jobs.

Open on Apify → Try it now
Pricing
$0.003/listing
With details
$0.005/listing
Country
Norway
Currency
NOK
Verticals
5 (Torget, Jobb, Eiendom, Bil, Mobility)
Mode
HTTP-only

What you can scrape

Primary use cases

API example

# Start a run via the Apify API
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~finn-no-scraper/runs?token=YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "searchUrls": [
      "https://www.finn.no/bap/forsale/search.html?q=iphone",
      "https://www.finn.no/job/search?q=utvikler"
    ],
    "maxResults": 200,
    "includeDetails": true
  }'

# Or use with AI agents via MCP:
# https://mcp.apify.com?tools=santamaria-automations/finn-no-scraper

Integrations

Output fields

FieldTypeExample
titlestringSenior Backend Developer
pricenumber0
currencystringNOK
locationstringOslo
categorystringjobs
company_namestringSchibsted ASA
employment_typestringFULL_TIME
posted_atstring2026-06-10
expires_atstring2026-07-10
source_urlstringhttps://www.finn.no/job/...

Related Actors

Open on Apify → Try it now (free tier available)