# Rooms for Rent for Students in Sibiu

**Use case:** 

Find rental listings for rooms targeting students in Sibiu. Obtain details like price, area, and agency for up to 100 listings.

## Input

```json
{
  "region": "",
  "locationSlugs": [
    "sibiu"
  ],
  "transaction": "rent",
  "propertyType": "room",
  "priceMin": 0,
  "priceMax": 400,
  "areaMin": 0,
  "areaMax": 0,
  "roomsMin": "",
  "roomsMax": "",
  "market": "ALL",
  "ownerType": "ALL",
  "sort": "price_asc",
  "distanceRadius": "0",
  "limit": "72",
  "maxListings": 100,
  "maxPagesPerTask": 5,
  "requestDelay": 800,
  "maxRetries": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "RO"
  }
}
```

## Output

```json
{
  "adId": {
    "label": "ID",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "transactionType": {
    "label": "Sale/Rent",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Ccy",
    "format": "text"
  },
  "areaSqm": {
    "label": "m²",
    "format": "number"
  },
  "pricePerSqm": {
    "label": "EUR/m²",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "floor": {
    "label": "Floor",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "agencyName": {
    "label": "Agency",
    "format": "text"
  },
  "advertType": {
    "label": "Owner",
    "format": "text"
  },
  "dateCreated": {
    "label": "Posted",
    "format": "text"
  },
  "detailUrl": {
    "label": "Link",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Storia.ro Scraper — Romania Real Estate Data](https://apify.com/logiover/storia-ro-scraper-romania-real-estate) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/storia-ro-scraper-romania-real-estate) to learn more, explore other use cases, and run it yourself.