# Sliven Apartment Listings Monitor

**Use case:** 

Track up to 80 apartment listings for sale in Sliven. Retrieve detailed property data without the need for login or API keys.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.imot.bg/obiavi/prodazhbi"
    }
  ],
  "listingType": "sale",
  "propertyType": "apartment",
  "city": "sliven",
  "maxListings": 80,
  "scrapeDetails": true,
  "translateToEnglish": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "titleBg": {
    "label": "Title (BG)",
    "format": "string"
  },
  "listingType": {
    "label": "Listing Type",
    "format": "string"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "string"
  },
  "priceFormatted": {
    "label": "Price (formatted)",
    "format": "string"
  },
  "pricePerSqm": {
    "label": "Price per m²",
    "format": "number"
  },
  "area": {
    "label": "Area (m²)",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "string"
  },
  "floor": {
    "label": "Floor",
    "format": "number"
  },
  "constructionType": {
    "label": "Construction Type",
    "format": "string"
  },
  "yearBuilt": {
    "label": "Year Built",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "string"
  },
  "agencyName": {
    "label": "Agency Name",
    "format": "string"
  },
  "agencyPhone": {
    "label": "Agency Phone",
    "format": "string"
  },
  "imageThumbnail": {
    "label": "Thumbnail",
    "format": "string"
  },
  "listingUrl": {
    "label": "Listing URL",
    "format": "string"
  },
  "publishedDate": {
    "label": "Published Date",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Imot.bg Scraper - Bulgaria Real Estate Data](https://apify.com/logiover/imot-bg-scraper-bulgaria-real-estate) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/imot-bg-scraper-bulgaria-real-estate) to learn more, explore other use cases, and run it yourself.