# Bucharest Apartment Listings for Sale

**Use case:** 

Get live listings for apartments for sale in Bucharest. Includes titles, prices, room count, area, and direct links to each listing.

## Input

```json
{
  "deal_type": "vanzare",
  "property_type": "apartament",
  "city": "bucuresti",
  "max_items": 5,
  "max_pages": 1
}
```

## Output

```json
{
  "found": {
    "label": "Found",
    "format": "boolean"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "deal_type": {
    "label": "Deal",
    "format": "text"
  },
  "property_type": {
    "label": "Type",
    "format": "text"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "area_sqm": {
    "label": "Area (m²)",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Storia Romania Real Estate Listings](https://apify.com/zinin/storia-bucharest) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/storia-bucharest) to learn more, explore other use cases, and run it yourself.