# Villor till salu i Göteborg

**Use case:** 

Villor i Göteborg från Hemnet hämta. Tomt, boyta, pris och länkar för fastighetsresearch och investeringsanalys.

## Input

```json
{
  "location": "göteborg",
  "housingType": "villa",
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "area": {
    "label": "Area",
    "format": "text"
  },
  "streetAddress": {
    "label": "Street Address",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "numberOfRooms": {
    "label": "Number of Rooms",
    "format": "number"
  },
  "formattedLivingArea": {
    "label": "Living Area",
    "format": "text"
  },
  "fee": {
    "label": "Monthly Fee",
    "format": "number"
  },
  "brokerName": {
    "label": "Broker Name",
    "format": "text"
  },
  "brokerEmail": {
    "label": "Broker Email",
    "format": "text"
  },
  "brokerPhoneNumber": {
    "label": "Broker Phone Number",
    "format": "text"
  }
}
```

## About this Actor

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