# Search affordable housing on TA.fi Finland

**Use case:** 

Scrape TA.fi asumisoikeus and rental housing search results with location, room count, and rent.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://ta.fi/asunnot/etsi-kohteita/"
    }
  ],
  "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.