# Tori.fi Scraper (`lowlanddata/tori-fi-scraper`) Actor

Extract Tori.fi listings as clean JSON with zero seller personal data - prices in EUR, localities, retailer-vs-private flag, newest-first monitoring, price bands. Pay per result. Built for deal watching, market research and AI pipelines.

- **URL**: https://apify.com/lowlanddata/tori-fi-scraper.md
- **Developed by:** [Lowland Data](https://apify.com/lowlanddata) (community)
- **Categories:** E-commerce
- **Stats:** 1 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.59 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Tori.fi Scraper — GDPR-safe listings data

Extract listings from **Tori.fi** — Finland's largest marketplace — as clean, structured JSON. Prices in euros, localities, posting dates, photos and the private-vs-retailer flag, ready for price monitoring, market research and data pipelines.

**Live health record:** [lowlanddata.com/status/tori-fi-scraper](https://lowlanddata.com/status/tori-fi-scraper/) - 30-day success rate and daily canary results, failures included. Full input/output reference: [tool page](https://lowlanddata.com/tools/tori-fi-scraper/).

**No seller personal data, ever.** This scraper is built GDPR-first: seller names, shop names and the listing's exact map coordinates never appear in the output — not as an option you have to remember to switch off, but by design. The only seller information included is whether the listing comes from a retailer or a private seller.

### Quick start (30 seconds)

1. Put what you'd type in the Tori.fi search box into **searchQuery** — e.g. `polkupyörä`.
2. Click **Start**. That's the whole minimum setup.
3. When the run finishes, open the dataset's **Overview** tab for a clean table, or **Export** it as CSV/Excel/JSON.

Optional knobs: a price band in euros and newest-first sorting for monitoring — and any input works on a daily Schedule.

### What you can build with it

- **Watch a niche for underpriced listings.** Run `searchQuery: "el-polkupyörä"` with `priceMax: 1500` and `sortBy: "date"` hourly — every new listing arrives with `priceAmount` parsed and give-aways (`priceAmount: 0`) included.
- **Map second-hand prices by locality.** Every listing carries its `city` — chart what the same bike costs in Helsinki versus Tampere without touching a coordinate.
- **Track retailer vs. private supply.** The `sellerType` flag tells you how much of any category is professional traders — market structure no Tori.fi page shows you.
- **Feed an AI agent clean data.** Every field is structured, predictable and free of personal data, so an assistant or pipeline can consume it directly — no scrubbing, no compliance review before you store it.

### What you get

Each listing is one dataset item:

```json
{
  "listingId": "474000001",
  "url": "https://www.tori.fi/recommerce/forsale/item/474000001",
  "title": "Lasten polkupyörä 20 tuumaa",
  "priceAmount": 600,
  "currency": "EUR",
  "postedAt": "2026-08-21T06:06:40.000Z",
  "city": "Jyväskylä",
  "tradeType": "Myydään",
  "sellerType": "private",
  "imageUrls": ["https://images.tori.fi/example"]
}
```

Field notes, so you know exactly what you are buying:

- `priceAmount` is in whole euros; `0` covers give-away listings. Listings without a price carry no amount.
- `tradeType` is the site's own label for the ad type: for sale, give-away or wanted ad.
- `city` is locality-level. Tori.fi's data contains exact coordinates — they are deliberately never collected.
- `postedAt` reflects publication or the seller's last bump.

### How much does it cost to scrape Tori.fi?

$1.99 per 1,000 listings delivered, pay-as-you-go — no subscription, and you pay per result rather than per hour. A run that finds nothing still costs the $0.005 actor start. In plain dollars:

- **100 listings ≈ $0.20** — a daily niche watch.
- **500 listings ≈ $1.00** — a solid market snapshot.
- **A 2,500-listing crawl ≈ $4.98** — a full query window, deduplicated.

The price is all-inclusive — your runs' platform usage is covered by it, with no separate compute or proxy charges. Runs are fast — a scoped few-hundred-item run typically finishes in under ten seconds. Datacenter proxies are sufficient — no residential proxy surcharge needed.

Free-plan runs are limited to a sample of 25 items, enough to evaluate the output format against your real query.

### Not technical? Let your AI assistant set it up

Copy this into ChatGPT, Claude or any AI assistant, fill in the one line, and follow the conversation:

```text
Help me set up the "Tori.fi Scraper" actor on Apify
(https://apify.com/lowlanddata/tori-fi-scraper). Guide me one step at a time.

What I want to watch: [E.G. "electric bikes under 1,500 euros"]

Guide me to:
1. Propose my input values: searchQuery (what I'd type in the Tori.fi search box),
   an optional priceMin/priceMax band in euros, sortBy "date" for newest-first
   monitoring, and maxItems.
2. Create a free Apify account (apify.com), open the actor page, paste the values
   into the Input form, and start a run.
3. Set up a daily Schedule in the Apify Console with the same input, plus an email
   or Slack integration so new results reach me automatically.
4. Show me how to export results as CSV/Excel, or read them from the API if I code.
5. If the results are what I wanted, remind me at the end to leave a quick rating on the actor page, and to report anything broken or missing on its Issues tab.
```

### Input

| Field                | Description                                                                                     |
| -------------------- | ----------------------------------------------------------------------------------------------- |
| `searchQuery`        | What you'd type in the Tori.fi search box. Required.                                            |
| `priceMin`           | Only listings costing at least this many euros.                                                 |
| `priceMax`           | Only listings costing at most this many euros.                                                  |
| `sortBy`             | `date` (newest first, default), `price_asc`, `price_desc`, or `relevance`.                      |
| `postedAfter`        | Only listings posted on or after this date (YYYY-MM-DD). Stops early with newest-first sorting. |
| `postedBefore`       | Only listings posted on or before this date (YYYY-MM-DD).                                       |
| `maxItems`           | Stop after this many listings (default 1000).                                                   |
| `proxyConfiguration` | Proxy settings; keep Apify proxy enabled.                                                       |

A run minimally needs a `searchQuery`; invalid combinations (like an inverted price band) fail immediately with the reason in the run's status message.

### Use it from your code

Run the actor and get items straight back with one HTTP call (fine for scoped runs up to ~5 minutes):

```bash
curl "https://api.apify.com/v2/acts/lowlanddata~tori-fi-scraper/run-sync-get-dataset-items?token=%3CYOUR_API_TOKEN%3E" \
  -X POST -H "Content-Type: application/json" \
  -d '{"searchQuery": "polkupyörä", "maxItems": 100}'
```

Node.js:

```js
import { ApifyClient } from 'apify-client';

const client = new ApifyClient({ token: '<YOUR_API_TOKEN>' });
const run = await client.actor('lowlanddata/tori-fi-scraper').call({
  searchQuery: 'polkupyörä',
  maxItems: 100,
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
```

Python:

```python
from apify_client import ApifyClient

client = ApifyClient("<YOUR_API_TOKEN>")
run = client.actor("lowlanddata/tori-fi-scraper").call(
    run_input={"searchQuery": "polkupyörä", "maxItems": 100})
items = client.dataset(run["defaultDatasetId"]).list_items().items
```

For bigger crawls, start the run asynchronously and fetch the dataset when the finished-run webhook fires. Schedules (e.g. a daily price snapshot), webhooks and the Make/Zapier/n8n integrations all work out of the box — this is a standard Apify actor.

### Use it with AI agents (MCP)

Claude, Cursor and other MCP-capable agents can run this scraper as a tool through Apify's hosted MCP server: the agent fills in the search itself, starts the run and reads the results — no glue code.

Claude Code:

```bash
claude mcp add apify --transport http "https://mcp.apify.com/?actors=lowlanddata/tori-fi-scraper"
```

Cursor or Claude Desktop (add a custom connector / MCP server with this URL):

```text
https://mcp.apify.com?actors=lowlanddata/tori-fi-scraper
```

Sign in with your Apify account when prompted — runs are billed to it. Setup details per client: [Apify MCP docs](https://docs.apify.com/platform/integrations/mcp), or start from this actor's own MCP page: [apify.com/lowlanddata/tori-fi-scraper/api/mcp](https://apify.com/lowlanddata/tori-fi-scraper/api/mcp).

Prompts that work once connected:

- "Search Tori.fi for 'el-polkupyörä' under 1,500 euros and summarize the price distribution."
- "Get the 100 newest 'iphone 15' listings from Tori.fi and flag private sellers below the median price."
- "Watch Tori.fi for 'kajakki' and tell me when something under 300 euros appears."

### Beyond the ~2,600-result window

Tori.fi serves at most 50 pages per query (about 2,650 listings). The run reports honestly when a query is bigger than its window — split broad queries by price bands (`priceMin`/`priceMax`) across runs; overlapping runs merge cleanly on `listingId`.

### Is it legal to scrape Tori.fi?

Public listing data — prices, titles, localities — is public commercial information, and this scraper is built so that the hard part of the question never arises: **no personal data enters your dataset in the first place.** Finland applies the GDPR, supervised by the Office of the Data Protection Ombudsman (Tietosuojavaltuutetun toimisto); an output that carries none of the seller's personal data is the point of this actor, not an afterthought.

Structurally, the extractor maps a fixed whitelist of fields out of the page's data. The exact coordinates and any shop or organisation name are never read into the output — the only seller-derived value is the retailer-vs-private flag. Requests are paced, load on the site is kept negligible, and no anti-bot protection is bypassed.

One honest limit: titles are the seller's own words, delivered as-is. If a seller chooses to type contact details into their listing title, that text is not rewritten — the guarantee covers the data fields, not the content sellers publish about themselves.

### Is there a Tori.fi API alternative?

Tori.fi's public API programme is aimed at partners, not ad-hoc listing search. This actor is the practical alternative: the same listings as structured JSON through one HTTP call (`run-sync-get-dataset-items`), on a schedule, or as an MCP tool for AI agents — with the GDPR question already answered in the data itself.

### Does Tori.fi block scrapers?

Tori.fi serves its listings openly to ordinary requests — and this actor stays inside that welcome: paced requests, standard datacenter proxies, load kept negligible. No CAPTCHA fights, no bot-wall cat-and-mouse — which is also why runs are fast and reliable enough for daily schedules.

### How do I monitor Tori.fi prices?

Set `sortBy: "date"` with your query, cap `maxItems` to a page or two, and add a daily (or hourly) Schedule in the Apify Console with an email/Slack integration on the runs — every new listing lands in your inbox with the price already parsed. The AI-assistant prompt above walks a non-technical user through exactly this setup. Even tighter: set `postedAfter` to yesterday's date — the dataset then contains only the new listings, nothing to dedupe on your side.

### FAQ

**Can I get seller names or phone numbers?** No — by design. That is the product: data you can store, share and process without a GDPR review. The output tells you only whether the seller is a retailer or a private person.

**Does it cover cars, boats and property?** This actor searches the general-goods marketplace. Tori.fi's vehicle and property verticals carry different data — candidates for separate actors, done properly.

**Can I get only the newest listings?** Yes — set `postedAfter` to a date (yesterday, say) and the dataset contains only listings posted since then. With newest-first sorting the run stops paging as soon as it provably reaches older listings, so a daily watch stays fast and cheap.

**How fresh is the data?** Live at run time — every run queries Tori.fi directly. For continuous freshness, schedule the actor.

**Can I export to Excel or CSV?** Yes — every dataset exports as CSV, Excel, JSON or XML from the Apify Console or API.

**Does it work with Make, Zapier or n8n?** Yes — it is a standard Apify actor; all platform integrations, webhooks and schedules apply.

**Can I get Tori.fi data through an official API?** Not as a self-serve product — Tori.fi's API programme is partner-oriented. This actor delivers the equivalent listing data as JSON on demand instead.

**Is it GDPR-compliant to scrape Tori.fi?** The output is designed so the question answers itself: no seller name, shop name or precise location ever enters the dataset, only public commercial facts about the listing. Finland's Data Protection Ombudsman applies the same GDPR baseline as the rest of the EU.

**How is pricing calculated?** Per delivered listing: 1,000 listings cost $1.99, with no minimum and no bill for runs that fail or return zero results.

**What if my search has more than 2,650 results?** That is Tori.fi's 50-page ceiling per query. Cover a larger market by running the search in euro price bands and joining the datasets on `listingId`.

**In what order do results arrive?** Newest first by default. `sortBy` also offers `price_asc`, `price_desc` and `relevance` when you want a different cut.

**How do I fetch only yesterday's listings?** Put yesterday's date in `postedAfter`. The run stops paging as soon as it reaches older items, so the daily dataset stays small and cheap. `postedBefore` bounds the other end when you need a window.

**Is there a way to spot professional sellers?** `sellerType` labels each listing retailer or private — enough to measure trade supply in a category without identifying anyone.

**How precise is the location data?** Locality only, via `city`. Exact coordinates exist in Tori.fi's data but this actor never reads them — a privacy decision, not a technical gap.

**How long until I have results?** For a scoped run of a few hundred items, usually seconds — under ten in typical runs — so a single blocking HTTP call is often all the code you need.

**How many items can I pull in one go?** `maxItems` sets the ceiling, 1,000 by default. Free Apify accounts get a 25-item sample per run.

**Can I check the output before spending money?** Yes — run your real query on the free plan and inspect the 25-item sample it returns.

**Are images part of the output?** Each listing carries an `imageUrls` array with links to its photos.

**Why do some listings cost 0?** Those are give-aways — the actor keeps them with `priceAmount: 0` instead of filtering them out, since free items are part of the market picture.

**Can I plug this into an AI agent?** Yes, over MCP: Apify's hosted MCP server exposes this actor as a tool that Claude, Cursor and similar agents can call directly. See the MCP section for the connection URL.

**Why did a listing's date move forward?** `postedAt` follows the seller's last bump as well as first publication, so re-promoted listings carry a fresh timestamp.

### Related scrapers

Working the Nordic second-hand market? The same GDPR-clean guarantee, same output discipline:

- [Blocket.se Scraper](https://apify.com/lowlanddata/blocket-se-scraper) — Sweden's biggest marketplace.
- [DBA.dk Scraper](https://apify.com/lowlanddata/dba-dk-scraper) — Denmark's classifieds institution.

### Troubleshooting

The actor fails fast with the reason in the run's status message:

- **"priceMin must not be higher than priceMax."** — swap the two values.
- **"The site blocked the run before any results could be fetched. This is usually temporary - retry in a few minutes."** — a temporary block on the first request; a retry usually lands on a clean proxy session.
- **"... the site serves at most this many pages per query ..."** — the query is bigger than Tori.fi's result window; add a price band for full coverage.
- **Fewer items than requested on a free plan** — the 25-item free sample cap; run on a paid Apify plan for full results.

### Support

Found an issue or missing a field you need? Open an issue on the actor's **Issues tab** — reports get fixed, this actor is actively maintained.

Working well for you? A **rating on this page** takes ten seconds and helps other buyers find a GDPR-clean option among the lookalikes — it is also the clearest signal of what we should build next.

# Actor input Schema

## `searchQuery` (type: `string`):

What to search for on Tori.fi, exactly as you would type it in the site's search box, e.g. "sykkel" or "iphone 15".

## `priceMin` (type: `integer`):

Only include listings costing at least this many euros.

## `priceMax` (type: `integer`):

Only include listings costing at most this many euros.

## `sortBy` (type: `string`):

Order of results: date (newest first, best for monitoring), price\_asc, price\_desc, or relevance.

## `postedAfter` (type: `string`):

Only include listings posted on or after this date (YYYY-MM-DD or a full ISO timestamp). With newest-first sorting the run stops early once older listings are reached.

## `postedBefore` (type: `string`):

Only include listings posted on or before this date (YYYY-MM-DD or a full ISO timestamp).

## `maxItems` (type: `integer`):

Stop after this many listings. Free-plan runs are capped at 25 items. The form starts at 25 for a cheap first run - that is the form's prefill, not a cap on your plan; clear it to use the default of 1000.

## `proxyConfiguration` (type: `object`):

Proxy settings. Keep Apify proxy enabled.

## Actor input object example

```json
{
  "searchQuery": "polkupyörä",
  "sortBy": "date",
  "maxItems": 25,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `listings` (type: `string`):

Scraped Tori.fi listings, one JSON object per listing.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "searchQuery": "polkupyörä",
    "sortBy": "date",
    "maxItems": 25,
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("lowlanddata/tori-fi-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "searchQuery": "polkupyörä",
    "sortBy": "date",
    "maxItems": 25,
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("lowlanddata/tori-fi-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "searchQuery": "polkupyörä",
  "sortBy": "date",
  "maxItems": 25,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call lowlanddata/tori-fi-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,lowlanddata/tori-fi-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/GJBqyWfZhoofIT7lO/builds/tVJ3tbc1Bc8cyyt2f/openapi.json
