# Scrape upcoming (kommande) listings in Stockholm from Hemnet

**Use case:** 

Scrape kommande listings in Stockholm from Hemnet: homes announced before they reach the market, with address, expected price, area and broker.

## Input

```json
{
  "urls": [
    "https://www.hemnet.se/kommande/bostader?location_ids%5B%5D=18031"
  ],
  "locations": [
    "Stockholms län",
    "Göteborg",
    "Nacka kommun"
  ],
  "sampleUrl": "https://www.hemnet.se/bostader?rooms_min=3&price_max=6000000&item_types%5B%5D=bostadsratt",
  "searchLimit": 50,
  "proxySettings": {
    "useApifyProxy": false
  },
  "onlyNew": false
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "string"
  },
  "mainImageUrl": {
    "label": "Photo",
    "format": "string"
  },
  "url": {
    "label": "Link",
    "format": "string"
  },
  "searchMode": {
    "label": "Search",
    "format": "string"
  },
  "streetAddress": {
    "label": "Address",
    "format": "string"
  },
  "area": {
    "label": "Area",
    "format": "string"
  },
  "municipality": {
    "label": "Municipality",
    "format": "string"
  },
  "housingForm": {
    "label": "Type",
    "format": "string"
  },
  "tenure": {
    "label": "Tenure",
    "format": "string"
  },
  "askingPriceSek": {
    "label": "Asking (SEK)",
    "format": "integer"
  },
  "priceOnRequest": {
    "label": "On Request",
    "format": "boolean"
  },
  "numberOfRooms": {
    "label": "Rooms",
    "format": "number"
  },
  "livingAreaSqm": {
    "label": "Living m²",
    "format": "number"
  },
  "landAreaSqm": {
    "label": "Land m²",
    "format": "number"
  },
  "constructionYear": {
    "label": "Built",
    "format": "integer"
  },
  "energyClass": {
    "label": "Energy",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published",
    "format": "string"
  },
  "daysOnHemnet": {
    "label": "Days on Hemnet",
    "format": "integer"
  },
  "markedAsNew": {
    "label": "New",
    "format": "boolean"
  },
  "isUpcoming": {
    "label": "Upcoming",
    "format": "boolean"
  },
  "isNewConstruction": {
    "label": "New Build",
    "format": "boolean"
  },
  "isDevelopment": {
    "label": "Development",
    "format": "boolean"
  },
  "imageUrls": {
    "label": "Photo URLs",
    "format": "array"
  },
  "brokerAgencyName": {
    "label": "Agency",
    "format": "string"
  }
}
```

## About this Actor

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