# Scrape used items for sale in Finland

**Use case:** 

Extract classified listings from Tori.fi, Finland's largest marketplace. Structured data with titles, prices, and locations. Pay per result.

## Input

```json
{
  "fetchDetails": false,
  "maxItems": 5,
  "startUrls": [],
  "keywords": "iphone"
}
```

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