# Plovdiv Property Listings on Imot.bg

**Use case:** 

Export every Plovdiv property type from Imot.bg in one run: flats, houses and plots with price, price per m2, area, build year and agency contacts.

## Input

```json
{
  "operation": "search",
  "locations": [
    "grad-plovdiv"
  ],
  "dealType": "prodazhbi",
  "propertyTypes": [],
  "maxResults": 30,
  "includeDetails": false,
  "minPrice": 0,
  "maxPrice": 0,
  "minArea": 0,
  "maxArea": 0,
  "onlyPriceReduced": false,
  "onlyNewListings": false,
  "onlyPrivateSellers": false,
  "searchUrls": [],
  "listingUrls": []
}
```

## Output

```json
{
  "thumbnailUrl": {
    "label": "🖼️ Photo",
    "format": "string"
  },
  "listingId": {
    "label": "🆔 Advert ID",
    "format": "string"
  },
  "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"
  },
  "priceChange": {
    "label": "📉 Last price move",
    "format": "string"
  },
  "priceNote": {
    "label": "🧾 Price note",
    "format": "string"
  },
  "dealType": {
    "label": "🤝 Sale or rent",
    "format": "string"
  },
  "section": {
    "label": "🇧🇬 Section (Bulgarian)",
    "format": "string"
  },
  "area": {
    "label": "📐 Area (m²)",
    "format": "number"
  },
  "landArea": {
    "label": "🌳 Plot (m²)",
    "format": "number"
  },
  "floor": {
    "label": "🪜 Floor",
    "format": "number"
  },
  "totalFloors": {
    "label": "🏢 Floors in building",
    "format": "number"
  },
  "heating": {
    "label": "🔥 Heating",
    "format": "string"
  },
  "construction": {
    "label": "🧱 Construction",
    "format": "string"
  },
  "constructionStatus": {
    "label": "🚧 Build status",
    "format": "string"
  },
  "constructionYear": {
    "label": "📅 Built",
    "format": "number"
  },
  "constructionYearRange": {
    "label": "🗓️ Built (range)",
    "format": "string"
  },
  "locationText": {
    "label": "📍 Location",
    "format": "string"
  },
  "region": {
    "label": "🗺️ City or region",
    "format": "string"
  },
  "district": {
    "label": "🏘️ District",
    "format": "string"
  },
  "propertyTypeLabel": {
    "label": "🏠 Property type",
    "format": "string"
  },
  "isNewListing": {
    "label": "🆕 New advert",
    "format": "boolean"
  },
  "promotion": {
    "label": "⭐ Promoted as",
    "format": "string"
  },
  "publishedAt": {
    "label": "🕒 Published",
    "format": "string"
  },
  "updatedAt": {
    "label": "✏️ Last edited",
    "format": "string"
  },
  "viewCount": {
    "label": "👁️ Views",
    "format": "number"
  },
  "summary": {
    "label": "📝 Card text",
    "format": "string"
  },
  "descriptionText": {
    "label": "📄 Full advert text",
    "format": "string"
  },
  "features": {
    "label": "✨ Features",
    "format": "array"
  },
  "photos": {
    "label": "📷 Photos",
    "format": "array"
  },
  "photoCount": {
    "label": "🔢 Photo count",
    "format": "number"
  },
  "isPrivateSeller": {
    "label": "👤 Owner advert",
    "format": "boolean"
  },
  "sellerType": {
    "label": "🏷️ Seller type",
    "format": "string"
  },
  "contactPhone": {
    "label": "📞 Advert phone",
    "format": "string"
  },
  "agencyName": {
    "label": "🏢 Agency",
    "format": "string"
  },
  "agencyPhones": {
    "label": "☎️ Agency phones",
    "format": "array"
  },
  "agencyUrl": {
    "label": "🔗 Agency on Imot.bg",
    "format": "string"
  },
  "agencyWebsite": {
    "label": "🌐 Agency website",
    "format": "string"
  },
  "agencyAddress": {
    "label": "📮 Agency address",
    "format": "string"
  },
  "agencyMemberSince": {
    "label": "🎖️ Agency on Imot.bg since",
    "format": "number"
  },
  "agencyLogoUrl": {
    "label": "🖼️ Agency logo",
    "format": "string"
  },
  "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 [Imot.bg Scraper - Bulgaria Property Listings & Prices](https://apify.com/sian.agency/imot-property-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/imot-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/imot-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).
