# Bucharest Apartments for Sale — Imobiliare.ro

**Use case:** 

Every Bucharest apartment for sale on Imobiliare.ro as a spreadsheet: asking price, price cuts, m², rooms, floor, photos and the agency behind each advert.

## Input

```json
{
  "operation": "search",
  "locations": [
    "bucuresti"
  ],
  "dealType": "vanzare",
  "propertyTypes": [
    "apartamente"
  ],
  "maxResults": 100,
  "includeDetails": false,
  "minPrice": 0,
  "maxPrice": 0,
  "minArea": 0,
  "maxArea": 0,
  "onlyPriceReduced": false,
  "onlyPrivateSellers": false,
  "searchUrls": [],
  "listingUrls": []
}
```

## Output

```json
{
  "thumbnailUrl": {
    "label": "🖼️ Photo",
    "format": "string"
  },
  "listingId": {
    "label": "🆔 Advert ID",
    "format": "number"
  },
  "propertyTitle": {
    "label": "🏷️ Title",
    "format": "string"
  },
  "url": {
    "label": "🔗 Listing URL",
    "format": "string"
  },
  "price": {
    "label": "💰 Price",
    "format": "number"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "string"
  },
  "priceText": {
    "label": "💵 Price (as shown)",
    "format": "string"
  },
  "pricePerSqm": {
    "label": "📊 Price per m²",
    "format": "number"
  },
  "priceOld": {
    "label": "📉 Previous price",
    "format": "number"
  },
  "priceDirection": {
    "label": "↓ Price move",
    "format": "string"
  },
  "dealType": {
    "label": "🤝 Sale or rent",
    "format": "string"
  },
  "propertyType": {
    "label": "🏠 Section",
    "format": "string"
  },
  "locationText": {
    "label": "📍 Location",
    "format": "string"
  },
  "address": {
    "label": "📮 Address",
    "format": "string"
  },
  "rooms": {
    "label": "🛏️ Rooms",
    "format": "number"
  },
  "area": {
    "label": "📐 Area (m²)",
    "format": "number"
  },
  "floor": {
    "label": "🪜 Floor",
    "format": "number"
  },
  "yearBuilt": {
    "label": "📅 Built",
    "format": "number"
  },
  "photoCount": {
    "label": "🔢 Photo count",
    "format": "number"
  },
  "photos": {
    "label": "📷 Photos",
    "format": "array"
  },
  "hasVideo": {
    "label": "🎬 Has video",
    "format": "boolean"
  },
  "hasVirtualTour": {
    "label": "🌐 Virtual tour",
    "format": "boolean"
  },
  "summary": {
    "label": "📝 Card text",
    "format": "string"
  },
  "agencyName": {
    "label": "🏢 Agency",
    "format": "string"
  },
  "isEstateAgent": {
    "label": "🏢 Estate agent",
    "format": "boolean"
  },
  "isBoosted": {
    "label": "⭐ Promoted",
    "format": "boolean"
  },
  "createdAt": {
    "label": "🕒 Listed at",
    "format": "string"
  },
  "descriptionText": {
    "label": "📄 Full advert text",
    "format": "string"
  },
  "publishedAt": {
    "label": "🕒 Published",
    "format": "string"
  },
  "updatedAt": {
    "label": "✏️ Last edited",
    "format": "string"
  },
  "bathrooms": {
    "label": "🛁 Bathrooms",
    "format": "number"
  },
  "vatIncluded": {
    "label": "🧾 VAT included",
    "format": "boolean"
  },
  "agencyLegalName": {
    "label": "🏛️ Agency legal name",
    "format": "string"
  },
  "agents": {
    "label": "👤 Agents",
    "format": "array"
  },
  "searchedLocation": {
    "label": "🔎 Searched area",
    "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 [Imobiliare.ro Scraper - Romania Property Listings & Prices](https://apify.com/sian.agency/imobiliare-property-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/imobiliare-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/imobiliare-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).
