# Belgrade Apartments for Rent on 4zida.rs

**Use case:** 

Export Belgrade rental flats from 4zida.rs: monthly rent, area, rooms, floor, heating, furnishing and whether an owner or agency posted it. CSV, JSON or Excel.

## Input

```json
{
  "operation": "search",
  "locations": [
    "beograd"
  ],
  "dealType": "izdavanje",
  "unitTypes": [
    "stanovi"
  ],
  "sellerType": "",
  "maxResults": 30,
  "includeDetails": false,
  "minPrice": 0,
  "maxPrice": 0,
  "minArea": 0,
  "maxArea": 0,
  "searchUrls": [],
  "listingUrls": []
}
```

## Output

```json
{
  "listingId": {
    "label": "🆔 4zida ID",
    "format": "string"
  },
  "url": {
    "label": "🔗 Listing URL",
    "format": "string"
  },
  "titleText": {
    "label": "📍 Location",
    "format": "string"
  },
  "structureLabel": {
    "label": "🏠 Layout",
    "format": "string"
  },
  "detailedTitle": {
    "label": "📝 Card headline",
    "format": "string"
  },
  "imageUrl": {
    "label": "🖼️ Photo",
    "format": "string"
  },
  "photoCount": {
    "label": "🔢 Photo count",
    "format": "number"
  },
  "dealType": {
    "label": "🏷️ Sale or rental",
    "format": "string"
  },
  "propertyType": {
    "label": "🏠 Property type",
    "format": "string"
  },
  "price": {
    "label": "💰 Price (EUR)",
    "format": "number"
  },
  "priceCurrency": {
    "label": "💱 Currency",
    "format": "string"
  },
  "pricePerM2Eur": {
    "label": "📊 Price per m² (EUR)",
    "format": "number"
  },
  "areaM2": {
    "label": "📐 Area (m²)",
    "format": "number"
  },
  "rooms": {
    "label": "🛏️ Rooms",
    "format": "number"
  },
  "floor": {
    "label": "🏢 Floor",
    "format": "number"
  },
  "totalFloors": {
    "label": "🏗️ Total floors",
    "format": "number"
  },
  "registered": {
    "label": "📋 Registered (uknjiženo)",
    "format": "string"
  },
  "heatingType": {
    "label": "🔥 Heating",
    "format": "string"
  },
  "state": {
    "label": "✨ Condition",
    "format": "string"
  },
  "hasElevator": {
    "label": "🛗 Elevator",
    "format": "boolean"
  },
  "hasTerrace": {
    "label": "🌤️ Terrace",
    "format": "boolean"
  },
  "isNewConstruction": {
    "label": "🏗️ New construction",
    "format": "boolean"
  },
  "yearBuilt": {
    "label": "📅 Year built",
    "format": "number"
  },
  "createdAt": {
    "label": "🕒 Published",
    "format": "string"
  },
  "lastActivatedAt": {
    "label": "⚡ Last activated",
    "format": "string"
  },
  "lastCheckedAt": {
    "label": "✅ Last checked by portal",
    "format": "string"
  },
  "sellerType": {
    "label": "🤝 Seller type",
    "format": "string"
  },
  "agencyName": {
    "label": "🏢 Agency",
    "format": "string"
  },
  "agencyUrl": {
    "label": "🔗 Agency on 4zida",
    "format": "string"
  },
  "agencyLogo": {
    "label": "🖼️ Agency logo",
    "format": "string"
  },
  "locationPath": {
    "label": "🗺️ Location path",
    "format": "string"
  },
  "latitude": {
    "label": "🌍 Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "🌍 Longitude",
    "format": "number"
  },
  "descriptionText": {
    "label": "📄 Seller description",
    "format": "string"
  },
  "summaryDescription": {
    "label": "📋 Structured summary",
    "format": "string"
  },
  "phone": {
    "label": "📞 Phone",
    "format": "string"
  },
  "adCode": {
    "label": "🔢 Ad code",
    "format": "string"
  },
  "deposit": {
    "label": "💵 Deposit",
    "format": "string"
  },
  "utilitiesIncluded": {
    "label": "💡 Utilities included",
    "format": "string"
  },
  "amenities": {
    "label": "✨ Amenities",
    "format": "array"
  },
  "galleryUrls": {
    "label": "🖼️ Gallery",
    "format": "array"
  },
  "refreshedAt": {
    "label": "🔄 Refreshed",
    "format": "string"
  },
  "virtual3dTour": {
    "label": "🎥 3D tour",
    "format": "boolean"
  },
  "searchedLocation": {
    "label": "🔎 Searched place",
    "format": "string"
  },
  "searchUrl": {
    "label": "🔗 Search URL",
    "format": "string"
  },
  "status": {
    "label": "✅ Status",
    "format": "string"
  },
  "errorMessage": {
    "label": "⚠️ Message",
    "format": "string"
  },
  "_operation": {
    "label": "⚙️ Operation",
    "format": "string"
  },
  "_fetchedAt": {
    "label": "⏱️ Fetched at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [4zida.rs Scraper - Serbia Property Listings & Prices](https://apify.com/sian.agency/4zida-property-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/4zida-property-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/sian.agency/4zida-property-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
