Bazos.sk Scraper avatar
Bazos.sk Scraper

Pricing

Pay per event

Go to Apify Store
Bazos.sk Scraper

Bazos.sk Scraper

Developed by

09 try

09 try

Maintained by Community

Scrape all listings from https://www.bazos.sk/ with title, URL, price, location, zip code and views in structured data.

0.0 (0)

Pricing

Pay per event

0

1

1

Last modified

14 hours ago

Bazos.sk Listings Scraper

This Apify actor scrapes listings from bazos.sk. It extracts relevant information, including title, URL, price, location, zip code, and number of views. It supports pagination and can crawl multiple search result pages automatically.


Features

  • Scrapes listings from https://www.bazos.sk/.
  • Extracts:
    • title — the ad title.
    • url — link to the detailed ad page.
    • price — listed price.
    • location — city or town.
    • zip — postal code.
    • views — number of times the listing has been viewed.
  • Supports proxies via Apify proxy.
  • Stores results in an Apify Dataset.

Input Schema

The actor accepts the following input JSON:

{
"queries": [""], // Array of search keywords (default: [""])
"postalCode": "", // Filter by postal code (default: "")
"distance": 0, // Search radius in km (default: 0)
"minPrice": 0, // Minimum price filter (default: 0)
"maxPrice": 0, // Maximum price filter (default: 0)
"maxRequestsPerCrawl": 100 // Maximum number of pages to crawl (default: 100)
}