Njuškalo Products Scraper avatar

Njuškalo Products Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Njuškalo Products Scraper

Njuškalo Products Scraper

Scrape product 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

3 days ago

Last modified

Categories

Share

🇭🇷 Njuškalo Products Scraper

Want Njuškalo product 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. Phones, home goods, and fashion are a large share of the marketplace. This actor returns up to 2000 rows per run. It does not scrape cars or property — use the cars and properties actors for those.

💡 Perfect for...

  • Marketplaces: Export phones, computers, and home goods from Njuškalo.
  • Dashboards: Track new ads without paging the site.
  • Market research: Slice listings by category, county, 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 product 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 product search or listing URL, or pick the same filters as the site. input_url always wins when set.
  • 🎯 Website-Matched Filters: Keyword, category, location, price, and sort. Leave category empty to search the main product groups.
  • 🌐 Listing cards: Title, price in euro, category, location, and listing URL.

📦 What's inside the data?

id, url, title, price, currency, category, location, image, date

🚀 Quick start

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

Input Example (filters):

{
"category": "mobiteli",
"location": "zagreb",
"max_results": 100
}

Input Example (URL):

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

Output Example:

{
"id": "49814876",
"url": "https://www.njuskalo.hr/motorola-mobiteli/motorola-edge-50-fusion-maskice-oglas-49814876",
"title": "Motorola Edge 50 Fusion maskice",
"price": 3,
"currency": "EUR",
"category": "Mobile phones",
"location": "Šibenik - Šubićevac",
"image": "https://www.njuskalo.hr/image-200x150/mobiteli/example.jpg",
"date": "2026-09-08T14:22:11Z"
}

Output fields:

FieldDescription
idNjuškalo ad id.
urlPublic listing page.
titleAd title.
pricePrice in euro when shown.
currencyAlways EUR.
categoryCategory label from the browse group or card.
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 product search or listing URL. Overrides every filter.
querystringNoSame as the site search box.
categorydropdownNoallPhones, computers, home, fashion, and other product groups.
locationdropdownNoallCroatian county.
price_minintegerNoLowest price in euro.
price_maxintegerNoHighest price in euro.
sortdropdownNonewestNewest, oldest, price, or most relevant.
max_resultsintegerNo50Maximum rows (12000).