# Scrape Hemnet apartments for sale

**Use case:** 

Extract apartment listings from Hemnet.se for any Swedish location with prices, rooms and living area. Pay per result.

## Input

```json
{
  "location": "Stockholm",
  "listingStatus": "for_sale",
  "housingType": "apartment",
  "sortBy": "newest",
  "maxItems": 5
}
```

## Output

```json
{
  "streetAddress": {
    "label": "Address",
    "format": "text"
  },
  "priceText": {
    "label": "Asking price",
    "format": "text"
  },
  "finalPriceText": {
    "label": "Final price",
    "format": "text"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "areaM2": {
    "label": "Area m²",
    "format": "number"
  },
  "municipality": {
    "label": "Municipality",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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