Bazos Scraper: bazos.cz, bazos.sk, bazos.pl, bazos.at + alerts
Pricing
from $1.00 / 1,000 result items
Bazos Scraper: bazos.cz, bazos.sk, bazos.pl, bazos.at + alerts
Bazos scraper for bazos.cz, bazos.sk, bazos.pl and bazos.at: search by keyword, section, town radius and price. Flat rows with parsed price and price type, town and postcode, section, view count, TOP flag, posted date and photo. Monitor mode alerts on new ads and price cuts. No login, no proxy.
Pricing
from $1.00 / 1,000 result items
Rating
0.0
(0)
Developer
Viktor Dubnytskiy
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
A Bazos scraper for the biggest free classifieds site of Czechia and Slovakia and its Polish and Austrian editions: bazos.cz, bazos.sk, bazos.pl and bazos.at. Search by keyword, section (rubrika), town radius and price, and every ad comes back as one flat row — or, in monitor mode, only the ads that are new or changed price since your last run.
What you get — example output
One row per ad. Real values from the example dataset (site sk, query bicykel):
| Field | Example value | What it is |
|---|---|---|
id | bazos-sk-195074652 | Stable row key (bazos-<site>- + ad id) |
title | BISTRO SK BOLT FOOD TOP ZÁROBKY | Ad headline |
price / priceLabel | 2200 / 2 200 € | Price parsed to a number, plus the label Bazos prints |
priceType | fixed | fixed, negotiable, free or in_text — Bazos lets sellers write prices freely |
city / postcode | Bratislava / 811 01 | Town and postcode from the ad |
section | praca | Bazos rubrika the ad sits in (categoryPath matches) |
views | 440 | How many times the ad has been viewed — a demand signal Bazos shows publicly |
isTop | true | Whether the seller paid to pin the ad at the top |
postedDate | 4.9. 2026 | Posting date as Bazos prints it |
Full field list: id, url, platform, country, title, description, price, currency, priceLabel, priceNegotiable, priceType, categoryPath, section, city, postcode, images[], isPromoted, isTop, views, postedDate, query, rank, source, scrapedAt.
Use cases
- Resale and sourcing: watch a keyword inside a radius around your town and get alerted when something cheap appears.
- Price research: pull a rubrika with parsed prices and view counts to see what sells and at what level in CZ/SK.
- Car and property watching: follow the
autoorrealitysections with price bounds and be notified on every price cut.
How it works
Bazos serves plain HTML with no anti-bot wall, so the actor fetches search pages directly — no login, no cookies, no proxy. Pick a site, give keywords and optionally a section, a location with radiusKm, and price bounds; each query is paginated 20 ads per page until maxPages or maxItems. Prices written as text ("dohodou", "zdarma") are classified in priceType instead of being dropped. In monitor mode only new and re-priced ads are pushed, optionally summarised to a webhook or Telegram chat.
Input
| Field | Meaning | Default |
|---|---|---|
site | cz, sk, pl or at — one edition per run | cz |
queries | Keywords, e.g. ["kolo"]; each is paginated separately | ["kolo"] |
section | Bazos rubrika, e.g. auto, reality, elektro; www = all | www |
location | Postcode or town for a radius search, e.g. Praha | — |
radiusKm | Radius around location in km | 25 |
priceFrom / priceTo | Price range in the site's currency, e.g. 1000 / 20000 | — |
sortBy | newest, price_asc, price_desc, views | newest |
maxPages | Pages per query, 20 ads each | 5 |
maxItems | Stop after this many ads | 20 |
mode | scrape, or monitor for new/changed only | scrape |
webhookUrl, telegramBotToken, telegramChatId | Where monitor-mode change summaries are sent | — |
Pricing
| Event | Price |
|---|---|
| result | $0.001 per listing ($1 per 1,000) |
| monitor-check | $0.005 per monitor run |
| change | $0.001 per new/changed listing |
Charged only for listings actually pushed — an empty run costs you nothing. No proxy needed.
Why this actor
- All four Bazos editions behind one input, with the same schema for each.
- Free-text prices are classified (
priceType) instead of thrown away, so "dohodou" ads stay usable. viewsandisTopare kept — Bazos publishes view counts, which is rare and makes demand measurable.- Radius search by town or postcode, plus section and price filters.
- Monitor mode with new-ad and price-drop alerts, delivered by webhook or Telegram.
Limits
- Listing detail pages are not opened: seller name and phone are not included (
urlleads to the ad). - Bazos does not publish coordinates, so
lat/lonstay empty; usecityandpostcodeinstead. - One run covers one site; schedule one Task per country to cover all four.
FAQ
Can I monitor new listings for a search? Yes. Save the input as a Task, set mode: monitor and schedule it — each run returns only ads that appeared or changed price since the previous run, and can POST a summary to webhookUrl or a Telegram chat.
Which Bazos sites are supported? bazos.cz (Czechia, CZK), bazos.sk (Slovakia, EUR), bazos.pl (Poland, PLN) and bazos.at (Austria, EUR). Pick one per run with the site field.
Can I search only around my town? Yes — set location to a town name or postcode and radiusKm to the distance, e.g. 25.
Changelog
- 0.1: initial release.
If this actor saved you time, please leave a review on its Store page — it is the main way other buyers find it. Bug reports and field requests are welcome in the Issues tab.