Finn.no Scraper - Norwegian Classifieds, Cars & Real Estate
Pricing
Pay per usage
Finn.no Scraper - Norwegian Classifieds, Cars & Real Estate
Scrape listings from Finn.no, Norway's dominant marketplace with 80% market share. Search classifieds, real estate, cars, and jobs. Extract titles, prices, locations, images, and seller info. Fast JSON API — no login or cookies required.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Studio Amba
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Finn.no Scraper
Scrape listings from Finn.no, Norway's dominant classifieds platform with 80% market share — covering items for sale, real estate, cars, and jobs.
Why use this actor?
Finn.no is the go-to marketplace in Norway for buying, selling, and renting. This actor lets you extract structured listing data across all major categories — perfect for market research, price monitoring, competitor analysis, and lead generation in the Norwegian market. No login or cookies required.
Input
| Field | Type | Required | Description |
|---|---|---|---|
query | String | No | Search term (e.g. "laptop", "Tesla Model 3") |
category | String | No | bap (classifieds), realestate, car, or job. Default: bap |
location | String | No | Filter by location (e.g. "Oslo", "Bergen") |
minPrice | Integer | No | Minimum price in NOK |
maxPrice | Integer | No | Maximum price in NOK |
sortBy | String | No | RELEVANCE, PUBLISHED_DESC, PRICE_ASC, or PRICE_DESC |
maxResults | Integer | No | Maximum results to return (default: 100) |
proxyConfiguration | Object | No | Proxy settings (datacenter proxies usually work) |
Output
Each result contains:
| Field | Type | Example |
|---|---|---|
itemId | String | "458797910" |
title | String | "Microsoft Surface Laptop 12Core" |
description | String | "Til salgs" |
price | Number | 11000 |
currency | String | "NOK" |
priceType | String | "kr" |
location | String | "Fitjar" |
category | String | "Classifieds" |
subcategory | String | "Microsoft" |
imageUrl | String | Main listing image URL |
imageUrls | Array | All listing image URLs |
sellerName | String | "Privat" |
sellerType | String | "private" or "dealer" |
url | String | Full URL to the listing |
scrapedAt | String | "2026-04-06T10:30:00.000Z" |
Example output
{"itemId": "458797910","title": "Microsoft Surface Laptop 12Core","description": "Til salgs","price": 11000,"currency": "NOK","priceType": "kr","location": "Fitjar","category": "Classifieds","subcategory": "Microsoft","imageUrl": "https://images.finncdn.no/dynamic/default/item/458797910/d8e4cd6b-b096-4ac4-9042-134ff68f4ba2","imageUrls": ["https://images.finncdn.no/dynamic/default/item/458797910/d8e4cd6b-b096-4ac4-9042-134ff68f4ba2","https://images.finncdn.no/dynamic/default/item/458797910/75453a11-1d27-4467-af99-610168f86b9a"],"sellerName": "Privat","sellerType": "private","url": "https://www.finn.no/recommerce/forsale/item/458797910","scrapedAt": "2026-04-06T10:30:00.000Z"}
Cost estimate
This actor uses Finn.no's fast JSON API, making it very efficient. Approximately 0.05 compute units per 1,000 results. At standard Apify pricing, that's roughly $0.02 per 1,000 listings.
Limitations
- Real estate, car, and job categories use the same API pattern but some may have different search key requirements — classifieds (bap) is the most reliable
- Location filtering uses text matching — use Norwegian location names for best results
- Price filters may not apply to all categories (e.g. jobs)
- Data is scraped from the public Finn.no API and may change without notice
- Respect the website's terms of service and use responsibly