Njuškalo Properties Scraper avatar

Njuškalo Properties Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Njuškalo Properties Scraper

Njuškalo Properties Scraper

Scrape property ads from njuskalo.hr. Use the same listing filters as the site or paste a URL — the URL wins when set.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

Marco Rodrigues

Marco Rodrigues

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

🇭🇷 Njuškalo Properties Scraper

Want Njuškalo property ads in a spreadsheet? This scraper makes it easy.

Use structured filters — better for AI agents — or paste an input_url. When input_url is set it overrides the filters.

Njuškalo is Croatia’s main classifieds site. Homes for sale and rent are a core category. This actor returns up to 2000 rows per run.

💡 Perfect for...

  • Marketplaces: Export Zagreb, Split, and Istria sale or rent ads from Njuškalo.
  • Dashboards: Track new homes without paging the site.
  • Market research: Slice listings by sale or rent, type, county, bedrooms, or price.
  • Data analysts: Export structured rows with public listing URLs.
  • 🤖 AI Agents: Power Claude, Cursor, Codex, the Hermes Agent, and OpenClaw workflows with live Njuškalo property results.
  • 📚 RAG Systems: Feed titles, prices, and cities into retrieval pipelines.
  • 🔗 AI Workflows: Plug into LangChain, AutoGPT, CrewAI, and similar stacks.

✨ Why you'll love this scraper

  • 🔗 Input URL or Filters: Paste a Njuškalo property search or listing URL, or pick the same filters as the site. input_url always wins when set.
  • 🎯 Website-Matched Filters: Keyword, sale or rent, property type, location, bedrooms, size, price, and sort.
  • 🌐 Listing cards: Title, price in euro, type, bedrooms, size, location, and listing URL.

📦 What's inside the data?

id, url, title, price, currency, listing_type, property_type, bedrooms, size, location, image, date

🚀 Quick start

Option A: paste https://www.njuskalo.hr/prodaja-stanova. Option B: pick sale or rent and a county, then set max_results.

Input Example (filters):

{
"listing_type": "sale",
"property_type": "apartments",
"location": "zagreb",
"max_results": 100
}

Input Example (URL):

{
"input_url": "https://www.njuskalo.hr/prodaja-stanova",
"max_results": 100
}

Output Example:

{
"id": "48889509",
"url": "https://www.njuskalo.hr/nekretnine/retfala-moderan-4-sobni-stan-terasom-natkriveni-parking-elektrana-di-oglas-48889509",
"title": "Prodajem stan u centru Splita 45m2",
"price": 323000,
"currency": "EUR",
"listing_type": "Apartments for sale",
"property_type": "Apartments",
"bedrooms": 4,
"size": "45 m²",
"location": "Split - Varoš",
"image": "https://www.njuskalo.hr/image-200x150/nekretnine/example.jpg",
"date": "2026-09-10T08:12:00Z"
}

Output fields:

FieldDescription
idNjuškalo ad id.
urlPublic listing page.
titleAd title.
pricePrice or rent in euro when shown.
currencyAlways EUR.
listing_typeSale, rent, or the card type label.
property_typeApartments, houses, land, business premises, or other home types.
bedroomsBedroom count when shown.
sizeLiving area when shown.
locationTown and area from the card.
imageListing photo.
dateWhen the ad was posted, as a full date and time, when the card shows one.

📋 Input reference

ParameterTypeRequiredDefaultDescription
input_urlstringNoNjuškalo property search or listing URL. Overrides every filter.
querystringNoSame as the site search box.
listing_typedropdownNoallFor sale or for rent.
property_typedropdownNoallApartments, houses, land, business premises, holiday homes, garages, or rooms.
locationdropdownNoallCroatian county.
bedroomsdropdownNoanyLowest bedroom count, same list as the site.
size_minintegerNoSmallest living area in square metres.
size_maxintegerNoLargest living area in square metres.
price_minintegerNoLowest price or rent in euro.
price_maxintegerNoHighest price or rent in euro.
sortdropdownNonewestNewest, oldest, price, or most relevant.
max_resultsintegerNo50Maximum rows (12000).