Tori.fi Scraper: Finland's #1 Classifieds (Schibsted group)
Scrape classified listings from tori.fi, Finland's largest online marketplace (Schibsted group). Returns title, price in EUR, location (city, area or region), brand, condition, seller name, all image URLs, posted date and source URL. Search by keyword (polkupyora, iPhone, MacBook), run multiple keyword queries in parallel, and optionally enrich with full detail-page data. Pagination is automatic.
With details
$0.005/listing
What you can scrape
- Verticals: general for-sale, electronics, vehicles, fashion, home and garden, sports
- Search: any keyword in Finnish or English, optional multi-query in one run
- SERP data: title, EUR price, location, brand, all images, posted date
- Detail enrichment: condition, seller name, full description from the listing page
- Multi-search: queue several queries at once with per-query result caps
- Source link: direct URL to each tori.fi listing
Primary use cases
- Used bike (polkupyora) arbitrage. Watch bicycle listings in Helsinki, Tampere or Turku under a price ceiling and act on fresh inventory in minutes
- Second-hand price intel. Track average EUR prices for iPhones, MacBooks or winter gear across the Finnish market over time
- Nordic price comparison. Compare Tori.fi prices against Blocket.se (Sweden), Finn.no (Norway), DBA.dk (Denmark) for the same brand
- Dealer competitor watch. Snapshot a power-seller's storefront daily to spot price changes
- Brand reputation tracking. Count how often a brand appears in classified listings vs new-retail channels
API example
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~tori-fi-scraper/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"searchQueries": ["polkupyora", "iphone", "macbook"],
"maxResults": 200,
"maxResultsPerQuery": 80,
"includeDetails": true
}'
Integrations
- n8n, Make, Zapier: trigger runs and process new listings via webhook
- AI Agents (MCP): Claude Desktop, Cursor, VS Code, LangChain, LlamaIndex
- Python, Node.js: Apify SDK for programmatic access
- Google Sheets, Airtable: queries in, listings out
Output fields
| Field | Type | Example |
| title | string | Polkupyora Helkama |
| price | number | 180 |
| currency | string | EUR |
| location | string | Helsinki |
| brand | string | Helkama |
| condition | string | Used |
| seller | string | Matti K. |
| image_url | string | https://images.tori.fi/... |
| posted_at | string | 2026-06-10T08:14:00Z |
| source_url | string | https://www.tori.fi/... |
Related Actors