Imot.bg Scraper Bulgaria Real Estate avatar

Imot.bg Scraper Bulgaria Real Estate

Pricing

from $3.50 / 1,000 results

Go to Apify Store
Imot.bg Scraper Bulgaria Real Estate

Imot.bg Scraper Bulgaria Real Estate

Scrape Bulgaria's #1 real estate portal imot.bg. Extract property listings with price, area, rooms, floor, location, construction type, agency and contact info. Supports sale and rental, all property types and all Bulgarian cities.

Pricing

from $3.50 / 1,000 results

Rating

0.0

(0)

Developer

Logiover

Logiover

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

🏠 Imoti.info Scraper — Bulgaria Real Estate (English)

Scrape property listings from imoti.info — Bulgaria's real estate portal with full English translations. All property types, locations and descriptions are in English, making this the best data source for international investors, expats and researchers who don't read Bulgarian.

No API key, no proxy, no authentication required.


Why imoti.info instead of imot.bg?

imot.bgimoti.info
LanguageBulgarian onlyEnglish
Encodingwindows-1251 (legacy)UTF-8
OutputGarbled Cyrillic in exportsClean English text
Property typesBulgarian namesStudio, Apartment, House, Land...
LocationsCyrillic city/neighborhood namesEnglish transliterations
DescriptionsBulgarianBulgarian (with English option)

Imoti.info mirrors the same listings from imot.bg but with English metadata — ideal for non-Bulgarian-speaking users.


📦 What you get

FieldDescriptionExample
titleListing title in English"Studio in Vazrazhdane, Burgas"
listingTypesale or rent"sale"
propertyTypeProperty category"Studio"
priceFormattedPrice as shown"119,000 €"
priceNumeric price (EUR)119000
priceBgnPrice in Bulgarian Lev232743.77
pricePerSqmEUR per m²1919
areaArea in m²62
floorFloor"6th"
constructionTypeConstruction material"Brick"
yearBuiltYear of construction"2014"
heatingTypeHeating"YES"
hasGasGas connectionfalse
featuresAmenities list["Lift", "Access control"]
cityCity in English"Burgas"
neighborhoodNeighborhood"Vazrazhdane"
descriptionFull property description"Studio apartment in..."
agencyNameAgency name"NYU HOUM LIVING 2 OOD"
agencyPhoneContact phone"0877643064"
agencyAddressAgency office address"Burgas ul.Vazrazhdane 25"
imageUrlsAll property photos["https://..."]
publishedDatePublication date"2026-05-11"

🚀 How to use

Simple — use input parameters

{
"listingType": "sale",
"city": "sofia",
"maxListings": 200,
"scrapeDetails": true
}

Advanced — paste your own search URL

  1. Go to imoti.info/en
  2. Apply filters: city, property type, price range, area
  3. Copy the URL from the results page
  4. Paste into startUrls
{
"startUrls": [
{ "url": "https://imoti.info/en/for-sale/grad-sofia" },
{ "url": "https://imoti.info/en/for-rent/grad-varna" }
],
"maxListings": 500,
"scrapeDetails": true
}

⚙️ Input parameters

ParameterTypeDefaultDescription
startUrlsarray[]Imoti.info search URLs. If empty, built from parameters below.
listingTypestringsalesale or rent
citystring``City name in English: sofia, plovdiv, varna, burgas, etc.
maxListingsinteger200Max listings (0 = unlimited)
scrapeDetailsbooleantrueVisit detail pages for full data
proxyConfigurationobjectdisabledOptional proxy

💡 Use cases

International investor research — Bulgaria is the fastest-growing real estate market in the Balkans. Get prices in EUR with English property types and English neighborhood names — no Bulgarian required.

Expat relocation — Compare rental prices across Sofia neighborhoods in English. Filter by area, floor, construction type and features like lift or parking.

Price per m² analysis — Track pricePerSqm across cities and neighborhoods. Compare Burgas vs Varna vs Sofia beach and city properties.

Agency database — Extract agencyName, agencyPhone, and agencyAddress for all active Bulgarian real estate agencies.

New construction tracking — Filter results by yearBuilt ≥ 2024 to find new developments before they're complete.

BGN/EUR dual pricing — Both price (EUR) and priceBgn (Lev) are extracted — useful for local vs international price comparison.


📊 Sample output

{
"listingId": "98010151",
"listingUrl": "https://imoti.info/en/properties/98010151-for-sale-studio-grad-burgas-vuzrazhdane",
"title": "For Sale Studio в Burgas, Vazrazhdane, 62 sq.m",
"listingType": "sale",
"propertyType": "Studio",
"price": 119000,
"priceCurrency": "EUR",
"priceFormatted": "119,000 €",
"pricePerSqm": 1919,
"priceBgn": 232743.77,
"area": 62,
"floor": "6th",
"constructionType": "Brick",
"yearBuilt": "2014",
"heatingType": "NO",
"hasGas": false,
"features": ["Lift", "Access control"],
"city": "Burgas",
"neighborhood": "Vazrazhdane",
"description": "Studio apartment in Vazrazhdane quarter, Burgas. Located on 6th floor...",
"agencyName": "NYU HOUM LIVING 2 OOD",
"agencyPhone": "0877643064",
"agencyAddress": "Burgas ul.Vazrazhdane 25",
"isPrivateSeller": false,
"imageUrls": [
"https://imotstatic1.focus.bg/imot/photosimotbg/1/885/big1/1a177201087793885_SP.jpg"
],
"imageThumbnail": "https://imotstatic1.focus.bg/imot/photosimotbg/1/885/big1/1a177201087793885_SP.jpg",
"publishedDate": "2026-04-05",
"scrapedAt": "2026-04-05T12:00:00.000Z"
}

⚡ Performance

ModeSpeed
List only (scrapeDetails: false)~37 listings / 1 sec
Full detail (scrapeDetails: true)~5 listings / min

Imoti.info shows 37 listings per page. The scraper paginates automatically via <link rel="next">.