Njuskalo.hr Scraper: Croatia's #1 Classifieds (500K+ daily visits)
Scrape classified listings from njuskalo.hr, Croatia's largest online marketplace with 500K+ daily visits. Choose a vertical: apartments for sale, apartments for rent, cars, electronics or jobs. The actor returns title, price in EUR, location, category, main image URL, posted date and source URL with automatic pagination to your chosen result cap. Simple category-based input keeps the run setup minimal and predictable.
What you can scrape
- Verticals: apartments-sale, apartments-rent, cars, electronics, jobs
- Output fields: title, EUR price, location (Zagreb, Split, Rijeka, etc.), category, image, posted date
- Pagination: automatic to your chosen maxResults cap
- Simple input: one dropdown for the category, one number for the cap
- Source link: direct URL to each njuskalo.hr listing for follow-up
Primary use cases
- Real estate monitoring. Track Zagreb, Split or Rijeka apartment rental and sale listings as they appear
- Used car arbitrage. Watch the cars vertical for fresh EUR-priced inventory in Croatia
- Second-hand electronics. Pull the electronics category for laptops, phones or appliances pricing trends
- Job market mapping. Pull jobs listings to track open positions across Croatian cities
- Cross-Adriatic intel. Compare Croatian prices against Subito.it Italian equivalents
API example
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~njuskalo-hr-scraper/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"category": "apartments-sale",
"maxResults": 200
}'
Integrations
- n8n, Make, Zapier: trigger runs and process new listings via webhook
- AI Agents (MCP): Claude Desktop, Cursor, VS Code, LangChain, LlamaIndex
- Python, Node.js: Apify SDK for programmatic access
- Google Sheets, Airtable: category in, listings out
Output fields
| Field | Type | Example |
| title | string | Stan 60 m2 Centar |
| price | number | 140000 |
| currency | string | EUR |
| location | string | Zagreb |
| category | string | apartments-sale |
| image_url | string | https://slika.njuskalo.hr/... |
| posted_at | string | 2026-06-10T08:14:00Z |
| source_url | string | https://www.njuskalo.hr/... |
Related Actors