# Monitor BostadsPortal.se rental supply

**Use case:** 

Track BostadsPortal.se rental listings over time. Export structured housing rows for Swedish rental availability alerts and market research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://bostadsportal.se/hyresbost%C3%A4der/eskilstuna/"
    }
  ],
  "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 [BostadsPortal.se Rental Scraper](https://apify.com/rainminer/bostadsportal-se-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rainminer/bostadsportal-se-scraper) to learn more, explore other use cases, and run it yourself.