# Find new Hemnet listings

**Use case:** 

Pull listings published on Hemnet.se in the last days for any location. Structured property data. Pay per result.

## Input

```json
{
  "location": "Malmö",
  "listingStatus": "for_sale",
  "housingType": "all",
  "sortBy": "newest",
  "daysOld": 3,
  "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.