Bazos Scraper: Central European Classifieds Across 4 Countries
Scrape classified ads from Bazos, the largest free classifieds platform in Central Europe. Covers Slovakia (bazos.sk), Czechia (bazos.cz), Austria (bazos.at), and Poland (bazos.pl) from a single actor. Returns title, price in local currency (EUR, CZK, PLN), location, category, view count, posted date, and image URL. Automatic pagination across all four country sites, no login required.
What you can scrape
- Country sites: bazos.sk (Slovakia), bazos.cz (Czechia), bazos.at (Austria), bazos.pl (Poland)
- Categories: auto, elektro, mobil, reality (real estate), prace (jobs), zvierata (pets), oblecenie (clothing), and 20+ more
- Listing data: title, price, currency, location with postal code, category, view count
- Media: thumbnail image URL per listing
- Timing: posted_at publication date, automatic pagination through all result pages
- Source link: direct URL back to the Bazos listing
Primary use cases
- Cross-border arbitrage. Compare iPhone or used car prices between bazos.sk and bazos.cz to spot import opportunities
- Second-hand market intel. Track average prices for a category (electronics, mobiles, cars) across all four countries
- Dealer monitoring. Watch competitor listings posted by named sellers in your local market
- Price-trend research. Build a longitudinal dataset by re-scraping a category daily or weekly
- Lead generation. Filter prace (jobs) or sluzby (services) listings to source local contractors
API example
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~bazos-scraper/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"searchQueries": ["iphone", "samsung galaxy"],
"country": "sk",
"category": "mobil",
"maxResults": 200
}'
Integrations
- n8n, Make, Zapier: trigger runs and process new listings via webhook
- AI Agents (MCP): Claude Desktop, Cursor, VS Code, LangChain, LlamaIndex
- Python, Node.js: Apify SDK for programmatic access
- Google Sheets, Airtable: keyword list in, listings out
Output fields
| Field | Type | Example |
| title | string | iPhone 13 Pro 256GB |
| price | number | 650 |
| currency | string | EUR |
| location | string | Bratislava, 821 05 |
| category | string | mobil |
| image_url | string | https://bazos.sk/img/...jpg |
| views | integer | 342 |
| posted_at | string | 2026-06-10 |
| source_url | string | https://mobil.bazos.sk/inzerat/... |
Related Actors