Spider vam omogoča pridobivanje ponudb s spletne strani Nepremicnine.net. Trenutno omogoča pridobivanje podatkov z različnih "browse" strani, kjer so uporabljeni filtri. V prihodnosti bo omogočeno tudi pridobivanje podrobnih podatkov s strani posameznih objavljenih nepremičnin.
The Nepremicnine.net Crawler is an Apify actor designed to scrape real estate listings from Nepremicnine.net, one of the most popular real estate portals in Slovenia. This actor allows you to extract detailed information about properties, including their location, price, description, and more. The data is scraped from browse pages, which are pages with filters applied to refine the search results on the website.
Before running the Nepremicnine.net Crawler, ensure that you have an Apify account. You can run this actor directly on the Apify platform.
The actor requires startUrls
, which are the URLs of the browse pages on Nepremicnine.net. These pages should include the filters you want to apply to your search. For example, you might filter by location, price range, or property type.
1{ 2 "startUrls": [ 3 "https://www.nepremicnine.net/oglasi-prodaja/ljubljana-mesto/stanovanje/", 4 "https://www.nepremicnine.net/oglasi-prodaja/ljubljana-okolica/kamnik/hisa/samostojna/", 5 "https://www.nepremicnine.net/oglasi-prodaja/ljubljana-okolica/kamnik/hisa/samostojna/?last=7" 6 ] 7}
startUrls
: A list of URLs pointing to the browse pages of Nepremicnine.net that you want to scrape. These URLs should have the desired filters applied.You can run the Nepremicnine.net Crawler on the Apify platform.
startUrls
.The actor outputs a JSON object with the following structure:
1{ 2 "title": "GOLO", 3 "link": "https://www.nepremicnine.net/oglasi-prodaja/golo-hisa_6828156/", 4 "price": "390.000,00 €", 5 "subtitle": "Prodaja: Hiša, Samostojna", 6 "baseUrl": "https://www.nepremicnine.net/oglasi-prodaja/ljubljana-okolica/hisa/samostojna/cena-do-450000-eur,velikost-od-150-m2/" 7}
title
: The title of the property listing.link
: The URL to the detailed property listing page.price
: The price of the property.subtitle
: Additional information about the property (e.g., number of rooms, bathrooms).baseUrl
: The base URL of the website.If you need to customize the crawler, such as adding more fields to the output or adjusting the scraping logic, you can contact us, to implement it for you.
You might use this actor if you're a real estate investor looking to monitor property listings in specific areas of Slovenia. By providing browse page URLs with your desired filters, you can automate the process of collecting and analyzing real estate data.
startUrls
are correct and point to active browse pages on Nepremicnine.net.Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!