# Track Stockholm Apartment Prices & Market Trends

**Use case:** 

Monitor the average price and availability of apartments for sale in specific Stockholm areas. This allows real estate investors and analysts to identify market

## Input

```json
{
  "mode": "searchForSale",
  "location": "Stockholm",
  "propertyType": [
    "lagenhet"
  ],
  "startUrls": [],
  "maxItems": 200
}
```

## Output

```json
{
  "address": {
    "label": "Address"
  },
  "area": {
    "label": "Area"
  },
  "municipality": {
    "label": "Municipality"
  },
  "price": {
    "label": "Price"
  },
  "rooms": {
    "label": "Rooms"
  },
  "size": {
    "label": "Size"
  },
  "propertyType": {
    "label": "Property type"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Hemnet Property Scraper](https://apify.com/crawlerbros/hemnet-property-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/hemnet-property-scraper) to learn more, explore other use cases, and run it yourself.