Tori Scraper - Finnish Car Listings & Classifieds avatar

Tori Scraper - Finnish Car Listings & Classifieds

Pricing

from $1.20 / 1,000 result scrapeds

Go to Apify Store
Tori Scraper - Finnish Car Listings & Classifieds

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

Studio Amba

Maintained by Community

Actor 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

  1. Create an Apify account -- Sign up at Apify if you do not already have an account. New accounts get free monthly credits.

  2. Open the Tori Scraper -- Navigate to the actor page and click "Start" or "Try for free."

  3. 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.

  4. Set the result limit -- Adjust "Max Results" to control how many listings you want. The default is 100. Lower values reduce runtime and cost.

  5. Run the scraper -- Click "Start" and wait for the run to complete. Progress is shown in the log output.

  6. 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

ParameterTypeDefaultDescription
searchQuerystringsohvaFree-text search term in Finnish or English.
categorystringOptional Tori.fi category ID (e.g., 0.78 for Koti ja sisustus, 0.93 for Elektroniikka ja kodinkoneet).
priceFromintegerMinimum listing price in EUR.
priceTointegerMaximum listing price in EUR.
sortstringRELEVANCESort order: RELEVANCE, PUBLISHED_DESC, PUBLISHED_ASC, PRICE_ASC, PRICE_DESC.
maxResultsinteger100Maximum number of listings to scrape.
proxyConfigurationobjectFinnish residentialProxy 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"
}
FieldDescription
itemIdTori.fi listing ID
listingTitleFull listing title
pricePrice in EUR (null when the seller did not set one)
currencyAlways EUR
locationSeller location (city, area, region)
publishedDatePublish date as shown on the listing card
highlightPromotion badge, if any (e.g. Paalupaikka)
imageUrlMain listing image
urlDirect link to the listing
scrapedAtISO 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_DESC and 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_DESC and run on a schedule to build a fresh-listings feed.
  • The scraper stops automatically when it reaches maxResults or runs out of result pages.
  • Finnish residential proxies (the default) give the most reliable results.

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.