# Monitor Recently Sold Apartments in Göteborg

**Use case:** 

Track the latest sales data for apartments in Göteborg to understand recent market performance and valuation shifts. This data is crucial for brokers and invest

## Input

```json
{
  "mode": "searchRecentlySold",
  "location": "Göteborg",
  "propertyType": [
    "lagenhet"
  ],
  "startUrls": [],
  "maxItems": 150
}
```

## Output

```json
{
  "address": {
    "label": "Address"
  },
  "area": {
    "label": "Area"
  },
  "municipality": {
    "label": "Municipality"
  },
  "price": {
    "label": "Price"
  },
  "rooms": {
    "label": "Rooms"
  },
  "size": {
    "label": "Size"
  },
  "propertyType": {
    "label": "Property type"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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