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.
With details
$0.005/listing
Verticals
5 (Torget, Jobb, Eiendom, Bil, Mobility)
What you can scrape
- Torget (marketplace): general for-sale items with brand, condition, image
- Jobb (jobs): position with company_name, employment_type (FULL_TIME, PART_TIME, CONTRACT), company_url
- Eiendom (real estate): apartments, houses, plots with price in NOK and address
- Bil (cars): used cars with make, model, registration year filter
- Search: any finn.no URL with filters preserved (price range, location, registration class)
- Detail enrichment: full description, company URL, employment_type
Primary use cases
- Norwegian job market intel. Pull all Oslo developer jobs daily, classify by employment_type, track salary mentions in descriptions
- Real estate price tracking. Snapshot leilighet (apartment) listings in Bergen or Trondheim with full filters preserved
- Used car arbitrage. Watch BMW, Tesla or Volvo listings under a NOK ceiling and act in minutes
- Cross-vertical search. One run, multiple URLs covering jobs and marketplace for the same keyword
- Recruiter sourcing. Filter Jobb listings by employment_type and company to build a target list
API example
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
}'
Integrations
- n8n, Make, Zapier: trigger runs and process new listings via webhook
- AI Agents (MCP): Claude Desktop, Cursor, VS Code, LangChain, LlamaIndex
- Python, Node.js: Apify SDK for programmatic access
- Google Sheets, Airtable: search URLs in, listings out
Output fields
| Field | Type | Example |
| title | string | Senior Backend Developer |
| price | number | 0 |
| currency | string | NOK |
| location | string | Oslo |
| category | string | jobs |
| company_name | string | Schibsted ASA |
| employment_type | string | FULL_TIME |
| posted_at | string | 2026-06-10 |
| expires_at | string | 2026-07-10 |
| source_url | string | https://www.finn.no/job/... |
Related Actors