# Scrape HusmanHagberg homes for sale

**Use case:** 

Extract HusmanHagberg.se property listings for sale in Sweden. Export price, rooms, area, location, and URLs for housing research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.husmanhagberg.se/hus-till-salu/"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "rooms": {
    "label": "Rooms"
  },
  "area": {
    "label": "Area"
  },
  "location": {
    "label": "Location"
  },
  "url": {
    "label": "Url"
  },
  "id": {
    "label": "Id"
  }
}
```

## About this Actor

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