Extract Bazoš.cz listings as clean JSON with zero seller personal data - prices in CZK, 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 12 public runs in the last 30 days.
Run it on Apify → Free to try - runs bill per result on your own account.
Every field is optional unless marked; sensible defaults do the rest.
| Field | Type | What it does | Default |
|---|---|---|---|
searchQuery |
string | What to search for on Bazoš, exactly as you would type it in the site's search box, e.g. "kolo" or "iphone 15". | kolo |
priceMin |
integer | Only include listings costing at least this many korunas. | - |
priceMax |
integer | Only include listings costing at most this many korunas. | - |
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 |
One JSON object per result, with exactly these fields - no seller identities, no contact data, ever.
| Field | Type | Meaning |
|---|---|---|
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 CZK. Null for 'Dohodou' (negotiable), 'V textu' or 'Zdarma' listings - see priceDisplay. |
priceDisplay |
string | The price exactly as the site displays it, e.g. '12 500 Kč', '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. |
100.0% success over 12 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.