Tori Scraper - Finnish Car Listings & Classifieds
Pricing
from $1.20 / 1,000 result scrapeds
Tori Scraper - Finnish Car Listings & Classifieds
Scrape car listings from Tori.fi, Finland's largest classifieds site. Extract prices, specs, mileage, fuel type, location. No login required.
Pricing
from $1.20 / 1,000 result scrapeds
Rating
0.0
(0)
Developer
Studio Amba
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Tori Scraper - Finnish Marketplace Listings
Scrape listings from Tori.fi, Finland's largest online marketplace. Extract structured listing data including prices, locations, publish dates, images, and listing URLs. No login or cookies required.
Tori.fi (part of the Vend / Schibsted marketplace group, same platform family as FINN.no and Blocket) is visited by millions of Finns every month and is the go-to platform for second-hand goods in Finland: furniture, electronics, bikes, sports gear, tools, vehicle parts, and much more.
Why use this scraper?
- Structured listing data -- Get titles, prices, locations, publish dates, image URLs, and listing links in clean JSON or CSV format.
- No login required -- Works without authentication, cookies, or account creation.
- Finnish market coverage -- Access Finland's largest second-hand marketplace with hundreds of thousands of active listings.
- Flexible filtering -- Search by keyword, category, price range, and sort order.
- Automatic pagination -- Crawls through search result pages up to your specified limit.
- Fast and lightweight -- Parses server-rendered HTML directly, no headless browser overhead.
- Export to any format -- Download results as JSON, CSV, XML, or Excel. Push to Google Sheets, webhooks, or other integrations via the Apify platform.
How to scrape Tori.fi data
-
Create an Apify account -- Sign up at Apify if you do not already have an account. New accounts get free monthly credits.
-
Open the Tori Scraper -- Navigate to the actor page and click "Start" or "Try for free."
-
Configure your search -- Enter a search query (e.g., "sohva", "polkupyörä", "iphone"). Optionally narrow results with a category ID, price range, and sort order.
-
Set the result limit -- Adjust "Max Results" to control how many listings you want. The default is 100. Lower values reduce runtime and cost.
-
Run the scraper -- Click "Start" and wait for the run to complete. Progress is shown in the log output.
-
Download your data -- Once finished, go to the "Dataset" tab to preview results. Export as JSON, CSV, XML, or Excel. You can also connect the output to Google Sheets, webhooks, Slack, or any Apify integration.
Input parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
searchQuery | string | sohva | Free-text search term in Finnish or English. |
category | string | Optional Tori.fi category ID (e.g., 0.78 for Koti ja sisustus, 0.93 for Elektroniikka ja kodinkoneet). | |
priceFrom | integer | Minimum listing price in EUR. | |
priceTo | integer | Maximum listing price in EUR. | |
sort | string | RELEVANCE | Sort order: RELEVANCE, PUBLISHED_DESC, PUBLISHED_ASC, PRICE_ASC, PRICE_DESC. |
maxResults | integer | 100 | Maximum number of listings to scrape. |
proxyConfiguration | object | Finnish residential | Proxy settings. Finnish residential IPs are recommended. |
Example input
{"searchQuery": "polkupyörä","priceFrom": 100,"priceTo": 800,"sort": "PUBLISHED_DESC","maxResults": 50,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"],"apifyProxyCountry": "FI"}}
Output
Each listing is one dataset item:
{"itemId": "26594762","listingTitle": "Tampuriini valkoinen 3-istuttava sohva","price": 350,"currency": "EUR","location": "Tampere, Pirkanmaa","publishedDate": "21.6.","highlight": "","imageUrl": "https://img.tori.net/dynamic/default/67/67ec3ea5-0e60-4d83-9b8f-daa0b31449da","url": "https://www.tori.fi/recommerce/forsale/item/26594762","scrapedAt": "2026-07-05T12:34:56.789Z"}
| Field | Description |
|---|---|
itemId | Tori.fi listing ID |
listingTitle | Full listing title |
price | Price in EUR (null when the seller did not set one) |
currency | Always EUR |
location | Seller location (city, area, region) |
publishedDate | Publish date as shown on the listing card |
highlight | Promotion badge, if any (e.g. Paalupaikka) |
imageUrl | Main listing image |
url | Direct link to the listing |
scrapedAt | ISO 8601 scrape timestamp |
Use cases
- Price monitoring -- Track second-hand prices for furniture, electronics, bikes, or any product category in Finland.
- Deal hunting -- Poll new listings for a keyword sorted by
PUBLISHED_DESCand get notified via Apify integrations when something matches. - Market research -- Analyze supply, pricing, and regional distribution of second-hand goods in the Finnish market.
- Resale arbitrage -- Compare Tori.fi prices against other European marketplaces.
- Inventory sourcing -- Find stock for resale businesses across Finnish regions.
Tips
- Use Finnish keywords for best results ("sohva" instead of "sofa", "polkupyörä" instead of "bicycle").
- Sort by
PUBLISHED_DESCand run on a schedule to build a fresh-listings feed. - The scraper stops automatically when it reaches
maxResultsor runs out of result pages. - Finnish residential proxies (the default) give the most reliable results.
Legal note
This scraper only collects publicly available listing data that any visitor can see on Tori.fi. Always review and comply with Tori.fi's terms of service and applicable data protection regulations (GDPR) for your use case. Do not scrape or store personal data beyond what your legal basis covers.
Support
If the scraper stops returning data (for example after a site redesign), open an issue on the actor page and it will be fixed promptly.