Njuškalo Cars Scraper avatar

Njuškalo Cars Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Njuškalo Cars Scraper

Njuškalo Cars Scraper

Scrape cars for sale 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

3 days ago

Last modified

Categories

Share

🇭🇷 Njuškalo Cars Scraper

Want Njuškalo car 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. Cars alone is tens of thousands of ads. This actor returns up to 2000 rows per run.

💡 Perfect for...

  • Marketplaces: Export BMW, VW, Audi, and Mercedes stock from Njuškalo.
  • Dashboards: Track new ads without paging the site.
  • Market research: Slice Croatian cars by make, county, fuel, year, or mileage.
  • 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 car 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 cars search or listing URL, or pick the same filters as the site. input_url always wins when set.
  • 🎯 Website-Matched Filters: Keyword, make, location, fuel, price, year, mileage, and sort.
  • 🌐 Listing cards: Title, price in euro, make, year, mileage, location, and listing URL.

📦 What's inside the data?

id, url, title, price, currency, make, year, mileage, fuel, location, image, date

🚀 Quick start

Option A: paste https://www.njuskalo.hr/auti. Option B: pick a make or county and set max_results.

Input Example (filters):

{
"make": "bmw",
"location": "zagreb",
"year_min": 2015,
"max_results": 100
}

Input Example (URL):

{
"input_url": "https://www.njuskalo.hr/auti",
"max_results": 100
}

Output Example:

{
"id": "51112651",
"url": "https://www.njuskalo.hr/auti/bmw-serija-5-520d-x-drive-pdv-oglas-51112651",
"title": "BMW serija 5 520d x drive (21000+pdv) reg 07/2027",
"price": 26250,
"currency": "EUR",
"make": "BMW",
"year": 2018,
"mileage": "127.000 km",
"fuel": "Diesel",
"location": "Split - Žnjan",
"image": "https://www.njuskalo.hr/image-200x150/auti/bmw-serija-5-520d-x-drive-pdv-slika-282309908.jpg",
"date": "2026-09-13T19:05:38Z"
}

Output fields:

FieldDescription
idNjuškalo ad id.
urlPublic listing page.
titleAd title.
pricePrice in euro when shown.
currencyAlways EUR.
makeCar brand when it can be read from the card.
yearModel year when shown.
mileageOdometer when shown.
fuelPetrol, diesel, hybrid, or electric when it can be read.
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 cars search or listing URL. Overrides every filter.
querystringNoSame as the site search box.
makedropdownNoallCar brand.
locationdropdownNoallCroatian county.
fueldropdownNoanyPetrol, diesel, hybrid, plug-in hybrid, or electric.
price_minintegerNoLowest price in euro.
price_maxintegerNoHighest price in euro.
year_minintegerNoOldest model year.
year_maxintegerNoNewest model year.
mileage_minintegerNoLowest odometer in kilometres.
mileage_maxintegerNoHighest odometer in kilometres.
sortdropdownNonewestNewest, oldest, price, or most relevant.
max_resultsintegerNo50Maximum rows (12000).