๐ณ๐ด Finn.no Norway Marketplace Scraper
Pricing
from $0.0015 / listing scraped
๐ณ๐ด Finn.no Norway Marketplace Scraper
Scrape for-sale listings from Finn.no, Norway's largest online marketplace: title, price, condition, brand, image and listing URL. Search any keyword or paste a Finn.no URL and export one clean row per listing as JSON, CSV or Excel.
Pricing
from $0.0015 / listing scraped
Rating
0.0
(0)
Developer
hiper soft
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Scrape for-sale listings from Finn.no, Norway's largest online marketplace, into clean, structured JSON, CSV or Excel. Search any keyword across every category โ electronics, vehicles, furniture, fashion, tools, hobbies and more โ and pull title, price, condition, brand, image and the listing URL in one tidy row per item. Built for price research, market monitoring, resale sourcing and automations.
Features
- ๐ Search by keyword โ just type what you're looking for (e.g.
iphone,volvo v70,sofa) and collect matching listings. - ๐ Paste a Finn.no URL โ already have a search, category or region page open? Paste its URL and the scraper picks it up.
- ๐ฐ Prices in kroner โ the asking price as a clean number, plus the currency, for every listing.
- ๐ท๏ธ Condition & brand โ see whether an item is used or new and the brand where the seller provides it.
- ๐ผ๏ธ Images โ the listing photo URL, ready for previews and catalogues.
- ๐ Full details (optional) โ turn on
includeDetailsto also collect the complete description, item category and extra attributes. - ๐งฎ Volume control โ set
maxItemsto balance coverage and cost. - ๐ค Clean export โ one row per listing as JSON, CSV, Excel or XML.
Input
{"queries": ["iphone", "volvo v70"],"maxItems": 100,"includeDetails": false}
| Field | Description |
|---|---|
queries | One or more keywords to search on Finn.no. Each keyword runs its own search and the results are combined. |
startUrls | Optional. One or more Finn.no search, category or region page URLs. Scraped in addition to any keywords. |
maxItems | Maximum number of listings to collect across all searches (0 = no limit). |
includeDetails | Also open each listing's page to collect the full description, category and extra attributes. Slower, richer. |
maxConcurrency | How many detail pages to fetch in parallel when includeDetails is on. |
How to search
Type any keyword into queries and run. To target a specific category or region, open finn.no, run or browse a search, then paste the result-page URL into startUrls. Pagination is followed automatically.
Use cases
- Track asking prices for a product across Norway's biggest online marketplace.
- Source resale and flipping opportunities by keyword.
- Build and refresh a second-hand market dataset for price and demand analysis.
- Monitor new listings for cars, electronics, furniture or collectibles.
- Feed structured listing records into a CRM, spreadsheet or analytics pipeline.
What you get
Each listing is one dataset record:
{"listingId": "412345678","title": "Apple iPhone 13 128 GB","description": "Apple iPhone 13 128 GB","price": 3500,"currency": "NOK","condition": "Used","brand": "Apple","imageUrl": "https://images.finncdn.no/dynamic/default/2026/9/vertical-0/05/1/412345678_1234567890.jpg","url": "https://www.finn.no/recommerce/forsale/item/412345678","collectedAt": "2026-09-05T02:32:39.874Z"}
With includeDetails on, each row also carries fullDescription, category, imageUrlLarge and an attributes object.
Output schema
| Field | Type | Description |
|---|---|---|
listingId | string | Finn.no's unique identifier for the listing. |
title | string | Listing title. |
description | string | Short listing description. |
price | number | Asking price in Norwegian kroner. |
currency | string | Price currency (NOK). |
condition | string | Used or New, where provided. |
brand | string | Brand name, where provided. |
imageUrl | string (URL) | Listing photo URL. |
url | string (URL) | Direct link to the listing on Finn.no. |
collectedAt | string | When the row was collected (ISO). |
Related Actors
- Tori.fi Finland Classifieds Scraper
- Vinted Scraper
- MercadoLibre Scraper
- eBay Scraper
- Grailed Scraper
FAQ
Do I need a Finn.no account? No. Just enter a keyword and run.
Can I get the full description and category?
Yes. Turn on includeDetails to collect each listing's full description, category and extra attributes.
How many listings can I collect?
As many as your searches return. Use maxItems to control the volume and cost.
What export formats are supported? JSON, CSV, Excel and XML, plus the Apify API for programmatic access.
Can I use this with n8n? Yes. Use the Apify node for n8n to run this Actor and pull its dataset straight into an n8n workflow โ trigger it on a schedule, then route the listing rows to a database, spreadsheet or messaging step.
Can I connect it to other tools? The Finn.no Scraper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. It works with Make, Zapier, Slack, Airbyte, GitHub, Google Drive and many more, plus the Apify API, JavaScript/Python clients and MCP. Or use webhooks to trigger an action whenever a run finishes.
Notes
Returns only public Finn.no listing data โ the same information any visitor can see. This is an independent tool and is not affiliated with, endorsed by or connected to Finn.no; "Finn" and "Finn.no" are trademarks of their respective owner. Original clean-room implementation.