# Buy Houses in Brasov, Transylvania

**Use case:** 

Get real estate listings for houses in Brasov under €250,000. Access detailed data including prices, area, and agency information.

## Input

```json
{
  "region": "",
  "locationSlugs": [
    "brasov"
  ],
  "transaction": "sale",
  "propertyType": "house",
  "priceMin": 0,
  "priceMax": 250000,
  "areaMin": 100,
  "areaMax": 0,
  "roomsMin": "",
  "roomsMax": "",
  "market": "ALL",
  "ownerType": "ALL",
  "sort": "latest",
  "distanceRadius": "0",
  "limit": "72",
  "maxListings": 200,
  "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.