# Hemnet Current and Sold Market Monitor

**Use case:** 

Monitor current and sold Hemnet listings for a Swedish location and export normalized prices, property details, brokers, and dates.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.hemnet.se/till-salu/stockholms-kommun/stockholm"
    }
  ],
  "locationIds": [
    "18031"
  ],
  "mode": "both",
  "maxItems": 250,
  "startPage": 1,
  "maxPages": 5
}
```

## Output

```json
{
  "status": {
    "label": "Status",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "housingType": {
    "label": "Housing type",
    "format": "text"
  },
  "askingPriceSek": {
    "label": "Asking price (SEK)",
    "format": "number"
  },
  "finalPriceSek": {
    "label": "Final price (SEK)",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "livingAreaM2": {
    "label": "Living area (m²)",
    "format": "number"
  },
  "monthlyFeeSek": {
    "label": "Monthly fee (SEK)",
    "format": "number"
  },
  "pricePerM2Sek": {
    "label": "Price per m² (SEK)",
    "format": "number"
  },
  "soldAt": {
    "label": "Sold at",
    "format": "date"
  },
  "brokerName": {
    "label": "Broker",
    "format": "text"
  },
  "agencyName": {
    "label": "Agency",
    "format": "text"
  },
  "detailUrl": {
    "label": "Hemnet URL",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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