VOOZH about

URL: https://apify.com/crawlerbros/bazos-scraper

⇱ Bazos.cz / Bazos.sk / Bazos.at / Bazos.pl Scraper Β· Apify


πŸ‘ Bazos.cz / Bazos.sk / Bazos.at / Bazos.pl Scraper avatar

Bazos.cz / Bazos.sk / Bazos.at / Bazos.pl Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store

Bazos.cz / Bazos.sk / Bazos.at / Bazos.pl Scraper

Search the Bazos classifieds marketplace across CZ (bazos.cz), SK (bazos.sk), AT (bazos.at), and PL (bazos.pl) by keyword. Extract title, price + currency (CZK/EUR/PLN), locality, posted date, listing URL, thumbnail, category, description length. Optional minPrice/maxPrice filter.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

4

Monthly active users

2 months ago

Last modified

Share

Bazos Classifieds Scraper

Search the Bazos classifieds marketplace by keyword and extract every matching listing β€” title, price, locality, description, photos, and direct listing URL. Supports the Czech (bazos.cz), Slovak (bazos.sk), Austrian (bazos.at), and Polish (bazos.pl) variants. HTTP-only β€” no proxy, no login, no API key.

What it does

You provide one or more search keywords; the actor runs each as a search on Bazos and returns deduplicated listings across all of them. Per listing it captures:

  • Title β€” the headline of the ad
  • Price β€” parsed numeric value + currency (CZK or EUR)
  • Locality β€” city / district where the seller is based
  • Posted date β€” the human-readable date Bazos shows on the listing
  • Description β€” the snippet shown on the search-results card
  • Category β€” auto-detected from the URL subdomain (auto, mobil, reality, prace, elektro, …)
  • Listing URL β€” direct link to the full ad
  • Thumbnail β€” first photo from the listing card

Input

FieldTypeDefaultDescription
keywordsarray of strings (required)["iphone"]One or more search terms. Each runs as a separate Bazos search; results are deduped by listing URL across keywords.
countryVariantenum: CZ / SK / AT / PLCZWhich Bazos to query. CZ β†’ bazos.cz (CZK), SK β†’ bazos.sk (EUR), AT β†’ bazos.at (EUR), PL β†’ bazos.pl (PLN).
maxItemsinteger50 (1–1000)Hard cap on total unique listings emitted across all keywords.
maxPagesPerKeywordinteger5 (1–50)Per-keyword pagination cap. Each Bazos result page has ~20 listings.
minPriceinteger (optional)–Drop listings priced below this number (client-side filter). Listings without a parsed price are kept.
maxPriceinteger (optional)–Drop listings priced above this number. Listings without a parsed price are kept.

Example input

{
"keywords":["iphone 15","macbook pro"],
"countryVariant":"CZ",
"maxItems":100,
"maxPagesPerKeyword":5
}

Output

One record per unique listing. Empty fields are omitted (no nulls).

{
"title":"iPhone 15 Pro 256GB Titanium",
"description":"ZΓ‘ruka 2 roky, top stav, originΓ‘lnΓ­ balenΓ­.",
"descriptionLength":41,
"price":24500,
"currency":"CZK",
"locality":"Praha 5",
"postedText":"15.4. 2024",
"category":"mobil",
"listingId":"217954459",
"listingUrl":"https://mobil.bazos.cz/inzerat/217954459/apple-iphone-15-plus-256gb-black.php",
"thumbnailUrl":"https://mobil.bazos.cz/img/217954459-thumb.jpg",
"countryVariant":"CZ",
"matchedKeyword":"iphone 15",
"scrapedAt":"2024-12-16T14:23:11+00:00"
}

Output fields

  • title β€” headline of the ad.
  • description β€” snippet shown on the search-results card (Bazos shows the first ~150 characters of the listing body).
  • descriptionLength β€” derived character count of description (handy for filtering out near-empty listings).
  • price β€” integer amount; absent when the seller selected "Dohodou" (negotiable) or "Zdarma" (free).
  • currency β€” "CZK" for bazos.cz, "EUR" for bazos.sk and bazos.at, "PLN" for bazos.pl; absent when price is absent.
  • locality β€” seller's city / district as shown on Bazos.
  • postedText β€” Bazos's human-readable post date (e.g. "15.4. 2024").
  • category β€” Bazos's subdomain category: auto, mobil, reality, prace, elektro, dum, hudba, etc. Derived from the listing URL.
  • listingId β€” Bazos's stable numeric ID for the listing.
  • listingUrl β€” direct URL of the full ad.
  • thumbnailUrl β€” first photo from the listing card (when present).
  • countryVariant β€” "CZ", "SK", "AT", or "PL", matching the input.
  • matchedKeyword β€” the search term that surfaced this listing.
  • scrapedAt β€” ISO-8601 timestamp of extraction.

Use cases

  • Lead generation β€” track second-hand iPhone / car / property listings as they appear.
  • Price intelligence β€” monitor average asking prices for a category across a marketplace.
  • Inventory enrichment β€” populate a price-comparison or aggregator with Bazos's reach across CZ and SK.
  • Reseller research β€” find listings whose locality matches your operating area.

FAQ

Does it need cookies, login, or proxy? No. Bazos search results are public; the actor uses a Chrome User-Agent and connects directly.

How does pagination work? Bazos serves ~20 listings per page using a crz offset (page 2 = crz=20, page 3 = crz=40, etc.). The actor walks pages 1 through maxPagesPerKeyword for each keyword, stopping early if a page returns no new listings.

What if my keyword has no results? The actor emits a single record {"type": "bazos_scraper_error", "reason": "no_listings_found"} and the run completes successfully (empty datasets aren't treated as failures). Try a broader keyword or switch the country variant.

Can I search multiple Bazos variants in one run? Run the actor once per variant (CZ / SK / AT / PL). The data shapes are identical; you can merge the resulting datasets in your pipeline.

Why are some listings missing prices? Bazos lets sellers list "Dohodou" (price negotiable) or "Zdarma" (free) instead of a number. In those cases price and currency are omitted from the record (per the omit-empty contract).

Why don't I see the seller's phone number? Bazos requires a click-through and a CAPTCHA-like reveal step on the detail page; this scraper only walks the search-results page, which is fast and reliable. Contact details are out of scope.

You might also like

Bazos.sk Scraper

appealing_jingle/bazos-sk-scraper

Scrape all listings from bazos.sk, bazos.cz, bazos.pl, bazos.at with title, URL, price, location, zip code and views in structured data.

Bazos Scraper - Czech & Slovak Classifieds Marketplace

studio-amba/bazos-scraper

Scrape classifieds listings from Bazos.cz and Bazos.sk. Extract prices, descriptions, seller info, images, and location data. No login required.

Bazos Classifieds Scraper - SK/CZ/AT/PL

santamaria-automations/bazos-scraper

Scrape classified ads from Bazos, the largest free classifieds platform in Slovakia, Czechia, Austria, and Poland. Extract title, price, location, images, and more. HTTP-only, ultra-low memory (128MB).

BazosScraper

lupine_historian/BazosScraper

Scrapes ads from Bazos.cz and Bazos.sk with support for multiple search queries, price and location filters, automatic pagination and detailed ad data extraction. Built on Apify + Crawlee with residential proxy support and configurable concurrency.

Bazos.sk Scraper

solidcode/bazos-scraper

[πŸ’° $1.7 / 1K] Extract classified ads from Bazos.sk, Slovakia's biggest free marketplace. Search cars, real estate, electronics, jobs and 20+ categories by keyword, postal code, radius and price. Returns title, price, location, seller, photos, description, views and ad URL.

Bazos Scraper

vzahajsky/bazos-scraper

Scrape listings for multiple keywords at once. This is particularly useful when dealing with typos and alternative names or keywords.

πŸ‘ User avatar

VladimΓ­r ZahajskΓ½

222

3.0

Zviratabazos Discovery Spider

getdataforme/zviratabazos-discovery-spider

Zviratabazos Discovery Spider scrapes detailed animal listings from Bazos.cz, capturing titles, prices, descriptions, and images....

Bazoskai Ads Spider

getdataforme/bazoskai-ads-spider

Bazoskai Ads Spider scrapes comprehensive ad data from Bazos.cz, focusing on pet listings like Koi fish. It extracts titles, descriptions, prices, images, and seller details into structured JSON....

European Company Registry Scraper

dataharvest/eu-company-registry-scraper

Scrape company registries from 7 European countries: CZ, SK, DE, AT, PL, HU, RO.

Allegro Scraper

unfenced-group/allegro-scraper

Extract product listings from Allegro (allegro.pl, .cz, .sk) by keyword or category. Returns title, price, currency, image, rating, and delivery.

πŸ‘ User avatar

Unfenced Group

2