# Find TA.fi housing listings in Turku

**Use case:** 

Monitor TA.fi Turku housing search results for Finnish municipal rental and asumisoikeus inventory.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://ta.fi/asunnot/etsi-kohteita/?search=Turku"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "basicInfo": {
    "label": "Basic Info",
    "format": "object"
  },
  "apartmentTypes": {
    "label": "Apartment Types",
    "format": "array"
  },
  "availableApartments": {
    "label": "Available Apartments",
    "format": "array"
  },
  "contacts": {
    "label": "Contacts",
    "format": "array"
  }
}
```

## About this Actor

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