# Compare Premium Hemnet Listings in Uppsala & Linköping

**Use case:** 

Gather data on high-value properties (over 8M SEK) in Uppsala and Linköping to conduct regional market comparisons. This helps real estate firms benchmark prici

## Input

```json
{
  "mode": "searchForSale",
  "location": "Uppsala",
  "propertyType": [],
  "minPrice": 8000000,
  "startUrls": [],
  "maxItems": 50
}
```

## 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.