# Scrape recent Tori.fi listings

**Use case:** 

Pull recent classified listings from Tori.fi posted within the last 7 days. Filter by age, get structured data. Pay per result.

## Input

```json
{
  "daysOld": 7,
  "fetchDetails": false,
  "maxItems": 5,
  "startUrls": [],
  "keywords": "polkupyörä"
}
```

## Output

```json
{
  "itemId": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Cur.",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "searchKeyword": {
    "label": "Keyword",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Tori.fi Finland Classifieds Scraper](https://apify.com/unfenced-group/tori-fi-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/tori-fi-scraper) to learn more, explore other use cases, and run it yourself.