VOOZH about

URL: https://apify.com/lupine_historian/bazosscraper

⇱ BazosScraper Β· Apify


Pricing

$1.00 / 1,000 results

Go to Apify Store

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.

Pricing

$1.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Identic API

Identic API

Maintained by Community

Actor stats

0

Bookmarked

15

Total users

0

Monthly active users

7 months ago

Last modified

Share

Bazos Scraper

A web scraper for extracting advertisements from Bazos.cz and Bazos.sk - the largest classified ads portals in Czech Republic and Slovakia.

Description

This scraper allows you to search for advertisements using multiple keywords simultaneously, filter by price range and location, and extract comprehensive data about each listing. It's built with Apify and Crawlee frameworks.

Features

  • βœ… Support for both Bazos.cz (Czech Republic) and Bazos.sk (Slovakia)
  • βœ… Multiple keyword search - search with multiple queries and get merged results
  • βœ… Price filtering - filter by minimum and maximum price
  • βœ… Location filtering - search by postal code and distance radius
  • βœ… Automatic pagination - automatically follows all pages of search results
  • βœ… Comprehensive data extraction - extracts title, price, location, views, description, images, user name, and more
  • βœ… Residential proxy support - uses Apify's residential proxies for reliable scraping
  • βœ… Optimized performance - parallel processing with configurable concurrency for faster scraping
  • βœ… Bilingual support - automatically handles Czech and Slovak language variations

Input Configuration

The scraper accepts input via Apify Actor input or uses default configuration. You can provide input as JSON:

{
"countryCode":"cz",
"searchQueries":["iphone 13","iphone 13 pro"],
"minPrice":200,
"maxPrice":500,
"postalCode":81101,
"distance":50,
"maxRequests":100
}

Input Parameters

ParameterTypeRequiredDescription
countryCode"cz" | "sk"NoCountry code - "cz" for Czech Republic, "sk" for Slovakia. Default: "cz"
searchQueriesstring[]YesArray of search keywords. Maximum 15 queries.
postalCodenumber | nullNoPostal code for location filtering (10000-99999).
distancenumber | nullNoSearch radius in kilometers. Minimum: 1.
minPricenumber | nullNoMinimum price filter. Must be >= 0.
maxPricenumber | nullNoMaximum price filter. Must be >= 0.
maxRequestsnumberYesMaximum number of HTTP requests (for Apify billing). The crawler will automatically stop when it reaches this limit. Note: Some requests are used for search result pages, so the actual number of ads extracted will be slightly less than maxRequests. Minimum: 1. Default: 100.

Important: maxRequests limits the total number of HTTP requests made (this is what Apify bills you for). The actual number of ads extracted will be less because:

  • Each search query = 1 request (initial search page)
  • Search result pages = 1 request each
  • Each ad detail = 1 request

Example: If you set maxRequests: 20 with 3 search queries:

  • 3 requests for initial search pages
  • ~2 requests for result pages
  • ~15 requests for ad details
  • Result: ~15 ads extracted, 20 requests billed

Example Inputs

Basic search:

{
"countryCode":"sk",
"searchQueries":["notebook"],
"maxRequests":50
}

Advanced search with filters:

{
"countryCode":"cz",
"searchQueries":["iphone 13","iphone 13 pro","iphone 13 pro max"],
"minPrice":10000,
"maxPrice":30000,
"postalCode":10000,
"distance":50,
"maxRequests":200
}

To get approximately 15 ads:

{
"countryCode":"cz",
"searchQueries":["iphone 13","iphone 13 pro"],
"maxRequests":20
}

Note: With 2 search queries, you'll get ~15 ads (20 requests - 2 for search pages - 2 for result pages = ~16 requests for ads)

Output

The scraper outputs data to Apify Dataset. Each record contains the following fields:

Output Schema

{
id:number;// Unique advertisement ID
title:string;// Advertisement title
date:string;// Publication date in ISO format (YYYY-MM-DD)
priceRaw:string;// Price as displayed on the website (e.g., "450 €", "Dohodou")
locationPsc:string;// Postal code of the location
locationName:string;// City/town name
views:number;// Number of views
url:string;// Full URL to the advertisement
content:string;// Full description text
imageUrl:string;// URL to the first/main image
userName:string;// Name of the user who posted the ad
}

Example Output

{
"id":123456,
"title":"iPhone 13 Pro 256GB",
"date":"2024-01-15",
"priceRaw":"450 €",
"locationPsc":"81101",
"locationName":"Bratislava",
"views":123,
"url":"https://www.bazos.sk/inzerat/123456/iphone-13-pro-256gb/",
"content":"PredΓ‘m iPhone 13 Pro 256GB v perfektnom stave...",
"imageUrl":"https://www.bazos.sk/img/123456.jpg",
"userName":"JΓ‘n"
}

License

ISC

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.cz / Bazos.sk / Bazos.at / Bazos.pl Scraper

crawlerbros/bazos-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.

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.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 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).

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....

Jobs.cz Listing Scraper

powerbox/jobs-listing-scraper

Scrape job listings from Jobs.cz by providing a search URL, with automatic pagination and comprehensive job information extraction.

Zviratabazos Discovery Spider

getdataforme/zviratabazos-discovery-spider

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

Google Ads Transparency API

experthasan/google-ads-transparency-api

Powerful Google Ads Transparency Center scraper or google ad library API. Search ads by domain or advertiser ID. Features automatic pagination, format filtering (Image, Video, Text), regional support, and detailed creative metadata extraction. perfect for competitive intelligence and ad research.

πŸ‘ User avatar

Mahmudul Hasan

100

1688.com Search Scraper

songd/1688-search-scraper

Search and scrapes product data (prices, sellers, sales) from 1688.com with keyword search, pagination, and proxy support. Built for bulk B2B data extraction using Apify.