Nepremicnine Scraper - Slovenian Real Estate Listings avatar

Nepremicnine Scraper - Slovenian Real Estate Listings

Pricing

from $1.20 / 1,000 result scrapeds

Go to Apify Store
Nepremicnine Scraper - Slovenian Real Estate Listings

Nepremicnine Scraper - Slovenian Real Estate Listings

Scrape property listings from Nepremicnine.net, Slovenia's largest real estate portal. Extract prices, locations, areas, rooms, images, and agency details for apartments, houses, and commercial properties. No login needed.

Pricing

from $1.20 / 1,000 result scrapeds

Rating

0.0

(0)

Developer

Studio Amba

Studio Amba

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Categories

Share

Nepremicnine Scraper

Extract real estate listings from Nepremicnine.net, Slovenia's largest and most-visited property portal. The site aggregates hundreds of thousands of active listings from agencies and private sellers across all Slovenian regions, covering apartments, houses, land, commercial properties, and more.

Why use this actor?

Nepremicnine.net is the dominant real estate platform in Slovenia with over 1.5 million monthly visits. It is the go-to portal for anyone searching for properties to buy or rent across the country. This actor lets you collect structured property data at scale — prices, areas, rooms, floor levels, locations, images, descriptions, and agency details — without manual browsing or login requirements.

Use cases include market analysis, investment research, relocation planning, price monitoring across Slovenian cities, academic housing studies, portfolio tracking, and competitor analysis for real estate agencies.

How to scrape Nepremicnine.net data

  1. Go to the actor's page on the Apify Store
  2. Enter a search term such as "Ljubljana stanovanje" (Ljubljana apartment) or paste a Nepremicnine.net search URL directly
  3. Set the maximum number of results you want to collect
  4. Click "Start" to run the scraper
  5. Download results as JSON, CSV, or Excel when complete

The actor handles anti-bot protections automatically using residential proxies and browser fingerprinting. No login or cookies are required.

Input

FieldTypeRequiredDescription
searchQueryStringNoSearch term — city, region, or keyword. Examples: "Ljubljana stanovanje", "Maribor hisa", "Koper". Defaults to "Ljubljana stanovanje" if empty.
startUrlsArrayNoNepremicnine.net search or detail URLs. Overrides searchQuery if provided.
maxResultsIntegerNoMaximum listings to return (default: 100, max: 10,000)
proxyConfigurationObjectNoProxy settings. Residential proxies are recommended and configured by default.

Slovenian search terms

Common Slovenian property terms you can use in searchQuery:

  • stanovanje — apartment
  • hisa / hiša — house
  • posest — estate/property
  • zemljisce / zemljišče — land/plot
  • garaza / garaža — garage
  • poslovni prostor — commercial space
  • vikend — holiday home

Using start URLs

You can paste filtered search URLs directly from Nepremicnine.net. Examples:

  • Apartments for sale in Ljubljana: https://www.nepremicnine.net/oglasi-prodaja/ljubljana-mesto/stanovanje/
  • Houses for sale under 350,000 EUR: https://www.nepremicnine.net/oglasi-prodaja/slovenija/hisa/cena-do-350000-eur/
  • Rentals in Maribor: https://www.nepremicnine.net/oglasi-oddaja/maribor/
  • 2-room apartments in Ljubljana: https://www.nepremicnine.net/oglasi-prodaja/ljubljana-mesto/stanovanje/2-sobno/

Output

Each listing produces a JSON object with the following fields:

FieldTypeDescription
listingTitleStringProperty listing title
priceNumberListing price in EUR (null if not available)
currencyStringPrice currency (EUR)
areaNumberProperty area in square meters (null if not available)
roomsNumberNumber of rooms (null if not available)
floorStringFloor number or description (null if not available)
locationStringProperty location (city, region)
propertyTypeStringType of property: stanovanje, hisa, posest, etc.
transactionTypeString"sale" or "rent"
imageUrlStringPrimary listing photo URL
urlStringFull listing URL on Nepremicnine.net
listingDescriptionStringShort property description
agencyStringReal estate agency name
scrapedAtStringISO 8601 timestamp

Example output

{
"listingTitle": "Prodamo 2-sobno stanovanje v centru Ljubljane",
"price": 189000,
"currency": "EUR",
"area": 58.2,
"rooms": 2,
"floor": "3. nadstropje",
"location": "Ljubljana Mesto",
"propertyType": "stanovanje",
"transactionType": "sale",
"imageUrl": "https://www.nepremicnine.net/slike/...",
"url": "https://www.nepremicnine.net/oglasi-prodaja/lj-center-stanovanje_12345/",
"listingDescription": "Svetlo, prenovljeno stanovanje v središču mesta...",
"agency": "RE/MAX Ljubljana",
"scrapedAt": "2026-06-09T12:00:00.000Z"
}

Tips for best results

  • Use Slovenian keywords for more precise results. The site's primary language is Slovenian.
  • Residential proxies are recommended for reliable access. They are pre-configured by default.
  • Start with a small maxResults (10-20) to verify results before running large jobs.
  • Use filtered URLs from the site's advanced search for precise targeting (by region, price range, property type, number of rooms).
  • The actor extracts data from both search result pages and individual listing pages.

Cost estimation

The actor uses Playwright (headless browser) for reliable extraction. Approximate costs on the Apify platform:

  • ~25 listings per CU (compute unit) with residential proxies
  • Scraping 100 listings costs approximately $0.10-0.15
  • Scraping 1,000 listings costs approximately $0.80-1.20

Actual costs depend on proxy usage, page load times, and anti-bot challenge frequency.

Limitations

  • The actor respects the site's rate limits. Very large scrapes (10,000+ listings) may take longer due to throttling.
  • Some listing details (exact floor, full description) are only available on detail pages. The search results page provides a subset of fields.
  • Prices shown as "Po dogovoru" (by agreement) or "Na povpraševanje" (on request) will have a null price value.

Changelog

  • v0.1 — Initial release. Search by keyword, start URLs, pagination, search + detail page extraction.