# Largest Residential Homes in Finland by Area

**Use case:** 

This task finds Finland's largest homes of 150+ m², compiling data from Etuovi.com. Get insights on top listings and their details.

## Input

```json
{
  "propertyType": "RESIDENTIAL",
  "propertySubtypes": [],
  "locations": [],
  "minArea": 150,
  "newBuildingOnly": false,
  "sellerType": "ALL",
  "sortBy": "AREA_DESC",
  "maxListings": 80,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "string"
  },
  "propertySubtype": {
    "label": "Property Subtype",
    "format": "string"
  },
  "priceFormatted": {
    "label": "Price (formatted)",
    "format": "string"
  },
  "area": {
    "label": "Area (m²)",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "string"
  },
  "buildYear": {
    "label": "Build Year",
    "format": "integer"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "district": {
    "label": "District",
    "format": "string"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "agencyName": {
    "label": "Agency Name",
    "format": "string"
  },
  "agentName": {
    "label": "Agent Name",
    "format": "string"
  },
  "isPrivateSeller": {
    "label": "Private Seller",
    "format": "boolean"
  },
  "imageThumbnail": {
    "label": "Thumbnail",
    "format": "string"
  },
  "listingUrl": {
    "label": "Listing URL",
    "format": "string"
  },
  "publishedDate": {
    "label": "Published Date",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Etuovi Scraper - Finland Real Estate Listings (Asunnot)](https://apify.com/logiover/etuovi-scraper-finland-real-estate) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/etuovi-scraper-finland-real-estate) to learn more, explore other use cases, and run it yourself.