Njuškalo Scraper — Croatia Vehicles
Pricing
Pay per usage
Njuškalo Scraper — Croatia Vehicles
Extract vehicle listings from Njuškalo.hr, Croatia's largest classifieds platform. Filter by category (cars, trucks, motorcycles, boats), make, model and year. Full specs per listing.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
ScrappingLatam
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Njuskalo.hr Scraper — All Vehicle Categories (Croatia)
Scrapes vehicle listings from Njuskalo.hr, Croatia's largest general classifieds platform. Covers cars, trucks, motorcycles, boats, tractors, and machinery. All prices in EUR (Croatia joined the eurozone in January 2023).
No browser required. Uses direct HTTP requests against the server-side rendered HTML. Residential proxy (HR) recommended for best results.
What does it do?
Iterates through all selected vehicle categories, page by page, extracting every listing found. Deduplicates by listing ID to avoid double-counting promoted/featured ads.
Supported categories
| Slug | Description |
|---|---|
automobili | Passenger cars |
kamioni-prikolice | Trucks & trailers |
motocikli-skuteri | Motorcycles & scooters |
plovila | Boats |
brodski-motori | Boat engines |
radni-strojevi | Working machinery |
traktori | Tractors |
prikolice | Trailers |
kombiji-i-vans | Vans |
Output fields
| Field | Type | Description |
|---|---|---|
ad_id | string | Numeric listing ID from URL |
title | string | Full listing title (usually "Make Model, Engine, Year") |
price_clean | integer | Price as integer (null if not specified) |
currency | string | Always EUR |
year_int | integer | Model year parsed from title |
km_int | integer | Mileage in km (from description) |
hours_int | integer | Engine hours (for machinery) |
fuel | string | Fuel type (Dizel, Benzin, Elektri…) |
gearbox | string | Gearbox type |
description | string | Short description text from listing card |
location | string | City/region |
date_posted | string | Relative time posted ("2 sata", "jučer"…) |
image_url | string | First photo URL |
url | string | Full listing URL |
category | string | Human-readable category name |
source | string | Always njuskalo |
scraped_at | string | ISO 8601 timestamp |
Example input
{"categories": ["automobili", "kamioni-prikolice"],"maxPages": 10,"maxItems": 500,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"],"apifyProxyCountry": "HR"}}
Notes
- Set
maxPages: 0for unlimited pagination (default) - ~25 listings per page; 8,000+ total listings across all categories
- Random delays of 0.8–2s between pages to respect the server
- Exponential backoff on HTTP 403/429 (up to 5 retries)
- Year and km are parsed from title/description — may be null for non-vehicle categories
Legal
This Actor scrapes publicly available data from Njuskalo.hr in accordance with general web scraping principles. Users are responsible for compliance with Njuskalo's terms of service and applicable data protection regulations.