# Oikotie Helsinki Sale Listings Scraper

**Use case:** 

Scrape Helsinki sale listings from Oikotie with prices, addresses, sizes, brokers, photos, and source URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://asunnot.oikotie.fi/myytavat-asunnot/helsinki"
    }
  ],
  "mode": "auto",
  "maxItems": 100,
  "includeDetails": true
}
```

## Output

```json
{
  "listingId": {
    "label": "ID"
  },
  "mode": {
    "label": "Mode"
  },
  "listingTitle": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "priceText": {
    "label": "Price text"
  },
  "address": {
    "label": "Address"
  },
  "district": {
    "label": "District"
  },
  "city": {
    "label": "City"
  },
  "rooms": {
    "label": "Rooms"
  },
  "sizeM2": {
    "label": "Size m²"
  },
  "pricePerSqm": {
    "label": "€/m²"
  },
  "brokerCompany": {
    "label": "Broker"
  },
  "photoCount": {
    "label": "Photos"
  },
  "sourceUrl": {
    "label": "Oikotie URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Oikotie.fi Real Estate Listings Scraper](https://apify.com/automation-lab/oikotie-fi-real-estate-listings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/oikotie-fi-real-estate-listings-scraper) to learn more, explore other use cases, and run it yourself.