# Real Estate Listings in Montenegro: Apartments for Sale

**Use case:** 

Retrieve live listings of apartments for sale in Montenegro. Get key details including price, size, and location for your property search.

## Input

```json
{
  "deal_type": "prodaja",
  "property_type": "stanova",
  "region": "Crna-Gora",
  "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 [Realitica.com Adriatic Real Estate Listings](https://apify.com/zinin/realitica-adriatic) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/realitica-adriatic) to learn more, explore other use cases, and run it yourself.