Bazoš.sk Scraper

Extract Bazoš.sk listings as clean JSON with zero seller personal data - euro prices, descriptions, cities, view counts, postcode radius search. Newest-first monitoring, pay per result. Built for deal watching, market research and AI pipelines.

$1.99 / 1,000 · 100.0% success over 11 public runs in the last 30 days.

Run it on Apify → Free to try - runs bill per result on your own account.

What you give it

Every field is optional unless marked; sensible defaults do the rest.

FieldTypeWhat it doesDefault
searchQuery string What to search for on Bazoš, exactly as you would type it in the site's search box, e.g. "bicykel" or "iphone 15". bicykel
priceMin integer Only include listings costing at least this many euros. -
priceMax integer Only include listings costing at most this many euros. -
postcode string Postcode to search around, e.g. "110 00" (Prague). Needed for radiusKm. -
radiusKm integer Search radius around the postcode, in kilometres. -
maxItems integer Stop after this many listings. Free-plan runs are capped at 25 items. 500

What you get back

One JSON object per result, with exactly these fields - no seller identities, no contact data, ever.

FieldTypeMeaning
listingId string Bazoš listing ID.
url string Direct link to the listing.
title string Listing title as posted.
description string Listing description snippet from the search page.
priceAmount ['integer', 'null'] Asking price in whole EUR (Slovakia uses the euro). Null for 'Dohodou' (negotiable), 'V texte' or 'Zadarmo' listings - see priceDisplay.
priceDisplay string The price exactly as the site displays it, e.g. '1 250 €', 'Dohodou', 'Zdarma'.
city string Listing municipality.
postcode string Listing postcode.
postedAt string Posting date as displayed (d.m.yyyy).
viewCount ['integer', 'null'] How many times the listing was viewed.
promoted boolean Whether the listing is a paid TOP promotion.
imageUrl string Listing thumbnail.

Health

100.0% success over 11 public runs in the last 30 days. Live record, failures included: status page.

Full documentation, examples and the AI-assistant prompt live on the store page.