# Cheapest Apartments in Lahti - Etuovi Listings

**Use case:** 

Retrieve the lowest priced residential apartments in Lahti. Data includes property details and pricing from Etuovi.com.

## Input

```json
{
  "propertyType": "RESIDENTIAL",
  "propertySubtypes": [],
  "locations": [
    "Lahti"
  ],
  "newBuildingOnly": false,
  "sellerType": "ALL",
  "sortBy": "SEARCH_PRICE_ASC",
  "maxListings": 100,
  "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.