Data sources / Finn.no
Norway's dominant classifieds and property portal. HousingFeed extracts Finn.no rental listings into one clean JSON schema, no scraper to build, no rate limiting to fight. 2,047 Finn.no listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
Finn.no has no open public listings API. HousingFeed solves that: we collect Finn.no listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Finn.no listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the Finn.no data that is live right now, 9 fields populated:
Share of live Finn.no listings that carry each field.
Median Finn.no asking rent is kr13,000/mo.
Top locations by live Finn.no inventory.
A real record from the Finn.no feed:
{
"platform": "finn",
"url": "https://www.finn.no/realestate/lettings/ad.html?finnkode=100127134",
"address": "Bj\u00f8rnestien 11, Kristiansand S",
"city": "Kristiansand S",
"state": "NO",
"rent_min": 8500,
"beds": 2,
"scraped_at": "2026-07-06T03:35:48+00:00"
}
Filter the HousingFeed API to finn and get Finn.no listings back as JSON:
curl -X POST "https://api.apify.com/v2/acts/housingfeed~rental-listings-api/run-sync-get-dataset-items?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"platform":"finn","maxItems":100}'
2,047 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.