# Scrape property listings in Belgrade

**Use case:** 

Extract property listings in Belgrade from 4zida.rs. Structured Serbian real estate data. Pay per result.

## Input

```json
{
  "transaction": "sale",
  "propertyType": "all",
  "location": "beograd",
  "fetchDetails": false,
  "maxItems": 5,
  "startUrls": []
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "transactionType": {
    "label": "Type",
    "format": "text"
  },
  "propertyType": {
    "label": "Category",
    "format": "text"
  },
  "price": {
    "label": "Price (€)",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "area": {
    "label": "Area (m²)",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "floor": {
    "label": "Floor",
    "format": "number"
  },
  "furnished": {
    "label": "Furnished",
    "format": "text"
  },
  "heatingType": {
    "label": "Heating",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "agencyName": {
    "label": "Agency",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [4zida.rs Scraper](https://apify.com/unfenced-group/4zida-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/4zida-scraper) to learn more, explore other use cases, and run it yourself.