Data sources / Finn.no
Norway's dominant classifieds and property portal. HousingFeed extracts Finn.no rental listings into a clean, unified JSON schema — no scraper to build, no rate limiting to fight. 750 Finn.no listings are live right now, refreshed daily.
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. Coverage of each field for Finn.no specifically:
| Field | Coverage on Finn.no |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| State/region | ██████████ 100% |
| Coordinates | ████████░░ 78% |
| Rent | ██████████ 100% |
| Bedrooms | ██████████ 100% |
| Floor area | ██████████ 99% |
| Property type | ██████████ 100% |
| Listing URL | ██████████ 100% |
A real record from the Finn.no feed:
{
"platform": "finn",
"url": "https://www.finn.no/realestate/lettings/ad.html?finnkode=468411016",
"address": "Ungdomsveien 12, Dilling",
"city": "Dilling",
"state": "NO",
"rent_min": 14000,
"beds": 3.0,
"scraped_at": "2026-07-03T22:03:51Z"
}
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}'
750 listings live, refreshed daily, in the same schema as 50+ other sources. Try it free.