Finn.No Scraper
Pricing
from $3.50 / 1,000 results
Finn.No Scraper
Scrape Finn.no β Norway's #1 classified ads platform with 4M+ monthly users. Extract real estate listings, used cars, jobs and marketplace items via internal JSON APIs. Get prices, GPS coordinates, images, agent details and more.
Pricing
from $3.50 / 1,000 results
Rating
0.0
(0)
Developer
Logiover
Maintained by CommunityActor stats
0
Bookmarked
27
Total users
4
Monthly active users
8 hours ago
Last modified
Categories
Share
π³π΄ Finn.no Scraper β Real Estate, Cars, Jobs & Marketplace Data for Norway

Scrape Finn.no β Norway's largest classifieds platform β and export structured listing data to JSON, CSV or Excel. This Finn.no scraper extracts real estate for sale, used cars with full specs, full-time job postings and second-hand marketplace items, complete with prices, GPS coordinates, images and agent or dealer details.
Finn.no publishes 35,000+ new listings every day and reaches 4 million Norwegians monthly. This Actor taps directly into Finn.no's internal JSON APIs for fast, complete, structured results β no login and no Finn.no API key required.
β¨ What this Actor does / Key features
- π Scrape Finn.no real estate listings β homes, apartments and cabins for sale with price, total price, monthly fees, size, ownership type and bedrooms
- π Scrape used cars on Finn.no with make, model, year, mileage, fuel type, gearbox, electric range, warranty and dealer info
- πΌ Scrape Finn.no job postings β titles, employers, locations, number of positions and application deadlines
- ποΈ Scrape the Finn.no marketplace (BAP) for second-hand goods with brand, price and seller type
- π Free-text search with
searchQueryand city targeting withlocationIDs - π Covers all 356 Norwegian municipalities β Oslo, Bergen, Trondheim, Stavanger and more
- π Returns GPS coordinates (
lat/lng) and full image URLs for every listing - β‘ Direct JSON API access β no browser, automatic pagination, deduplication, thousands of results per run
- π€ Structured output ready for JSON, CSV and Excel export
π Input
| Field | Type | Description |
|---|---|---|
category | string (select) | Which Finn.no category to scrape: realestate/homes, car/used, job/fulltime or bap/forsale. |
searchQuery | string | Free-text search. E.g. 3 soverom oslo, BMW 3-serie, frontend developer, sofa. Leave blank to scrape the whole category. |
location | string | Finn.no location ID β e.g. 0.20061 (Oslo), 0.20007 (Bergen), 0.20012 (Trondheim). Leave blank for all of Norway. |
maxResults | integer | Maximum number of listings to scrape. Set to 0 for unlimited. |
proxyConfiguration | object | Apify proxy settings. Residential proxies recommended for high-volume runs. |
ποΈ Common location IDs
| City | Location ID | City | Location ID |
|---|---|---|---|
| Oslo | 0.20061 | Kristiansand | 0.20009 |
| Bergen | 0.20007 | Drammen | 0.20032 |
| Trondheim | 0.20012 | Fredrikstad | 0.20001 |
| Stavanger | 0.20011 | TromsΓΈ | 0.20019 |
For any other area, search on Finn.no with the city filter applied and copy the location= value from the URL.
π Example input
{"category": "realestate/homes","searchQuery": "3 soverom balkong","location": "0.20061","maxResults": 200,"proxyConfiguration": { "useApifyProxy": true }}
π¦ Output
Each listing is saved as a structured record. Fields vary by category β real estate adds property fields, cars add vehicle specs, jobs add hiring fields and marketplace adds resale fields.
| Field | Description |
|---|---|
finnkode | Unique Finn.no listing ID |
url | Full listing URL |
adType | Listing subtype / category |
title | Listing headline (or make + model for cars) |
location | Address or city |
localAreaName | Neighbourhood name |
price | Asking price in NOK |
totalPrice | Total price including shared debt (real estate) |
monthlyFee | Monthly shared costs (real estate) |
size / plotSize | Floor area and plot size (real estate) |
ownershipType | Eier / Andel / Aksje (real estate) |
propertyType | Leilighet, Enebolig, etc. |
bedrooms | Number of bedrooms |
viewingDate | Open house schedule |
agent / agentLogoUrl | Broker/agency name and logo |
make / model / modelSpec | Car brand, model and full spec string |
year / mileage | Model year and odometer reading |
fuelType / gearbox / drivingRange | Powertrain, transmission and EV range |
dealerSegment / dealer / warranty | Seller type, dealer name and remaining warranty |
heading / company | Job ad headline and employer name |
locations / noOfPositions | Job location breadcrumb and open positions |
publishedAt / deadline | Publication timestamp and application deadline |
brand / tradeType / sellerType | Marketplace brand, sale type and seller type |
imageUrl / imageUrls | Cover photo and all photo URLs |
lat / lng | GPS coordinates |
scrapedAt | Scrape timestamp |
Sample output β Real Estate
{"finnkode": "455808561","url": "https://www.finn.no/realestate/homes/ad.html?finnkode=455808561","adType": "realestate","title": "Lys og gjennomgΓ₯ende 3-roms med solrik balkong","location": "Jacob Aalls gate 3C, Oslo","localAreaName": "Majorstuen","price": "9 450 000 kr","totalPrice": "9 744 733 kr","monthlyFee": "5 580 kr","size": "76 mΒ²","ownershipType": "Eier (Selveier)","propertyType": "Leilighet","bedrooms": "2","agent": "PrivatMegleren Dyve & Partnere","imageUrls": "https://images.finncdn.no/..., https://images.finncdn.no/...","lat": "59.92552","lng": "10.71305","scrapedAt": "2026-03-16T15:43:06.025Z"}
π‘ Use cases
- Real estate analysts & investors β track property prices, price-per-mΒ², total price and monthly fees across Norwegian cities to model rental yield and valuations.
- Car dealerships & valuation tools β monitor used car pricing by make, model and year, compare EV vs combustion, and track competitor inventory.
- Recruiters & labour-market researchers β analyse which companies are hiring, in which regions, and for which skills.
- Lead generation β aggregate agent, broker and dealer contact data from listings.
- Price monitoring & resale platforms β track second-hand consumer goods pricing and brand presence on the BAP marketplace.
- AI/ML teams β build datasets with Norwegian-language product and property descriptions.
β Frequently Asked Questions
Do I need a Finn.no account or API key? No. The Actor collects publicly available listing data visible to any visitor β no login and no official API key needed.
Is scraping Finn.no legal? The Actor only collects publicly accessible listings. You are responsible for using the data in compliance with applicable laws and Finn.no's terms in your jurisdiction.
How much data can I get?
As much as the category offers β set maxResults to 0 for unlimited. The Actor follows all result pages automatically and deduplicates listings, so a single run can return thousands of records.
Can I filter by city or keyword?
Yes. Use searchQuery for free-text search (e.g. BMW i4, sykepleier) and location with a Finn.no location ID to target a specific city or region. Combine both for precise targeting.
What is Totalpris and Felleskostnader?
totalPrice (Totalpris) is the asking price plus any shared debt (fellesgjeld) in co-operative housing β the true cost to the buyer. monthlyFee (Felleskostnader) covers monthly shared building costs for Andel/Aksje apartments.
How fast is it and does it need proxies?
It uses Finn.no's JSON API directly, so it is fast and runs without a browser. Light scraping works without proxies; for thousands of listings, keep useApifyProxy: true for stable access.
What output formats are supported? Results are stored in a structured Apify dataset and can be exported to JSON, CSV, Excel, XML or HTML, or pulled via the Apify API.
β° Scheduling & integration
Run this Actor on a schedule from the Apify console to track price changes, new listings or job postings over time. Export results to JSON, CSV or Excel, call it via the Apify API, or connect it to Google Sheets, webhooks and other tools through Apify integrations.
Changelog
-
2026-05-25 β Maintenance & reliability pass: pulled the latest source and rebuilt the Actor on the current base image; build verified.
-
2026-05-20 β Maintenance pass: reviewed the input schema and default values for a smooth one-click start, and rebuilt the Actor on the latest base image.
Last reviewed: 2026-05-25.