# Bazos.cz Scraper — Czech Classifieds, Property & Prices (`logiover/bazos-cz-scraper`) Actor

Scrape job postings for Austria from Talent.com: title, hiring company, city, quick-apply flag, update recency and a description snippet. Keyless, no login. Export JSON, CSV or Excel.

- **URL**: https://apify.com/logiover/bazos-cz-scraper.md
- **Developed by:** [Logiover](https://apify.com/logiover) (community)
- **Categories:** Jobs, Lead generation
- **Stats:** 1 total users, 1 monthly users, 87.9% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $3.50 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Bazos.cz Scraper — Czech Classifieds, Property & Prices

Export listings from **Bazos.cz**, the Czech Republic's largest free classifieds site — price, town, postcode, posting date and view count — to JSON, CSV or Excel. Keyless, no login.

### What does Bazos.cz Scraper do?

Bazos is deliberately old-school HTML, and that makes it one of the fastest and most stable sources available: no JavaScript rendering, no anti-bot wall, no API key.

Each section is its own subdomain — property, cars, electronics, phones, jobs — and this Actor takes the section and the category path as inputs, so one Actor covers the whole site.

Two formatting quirks are handled explicitly. The posting date is folded into the heading line as `title - [8.8. 2026]`, so it is split off instead of being left glued to the title. And the locality cell runs town and postcode together with no separator — `Svitavy570 01` — which is split into `town` and `postcode` columns so results can be grouped by region.

The view counter is included too, which is a useful demand signal: a flat with 2 000 views and no price change has been sitting.

### Who is it for?

- **Property analysts** tracking Czech asking prices outside the big portals.
- **Car dealers and resellers** hunting private-seller stock.
- **Market researchers** measuring supply and listing longevity.
- **Arbitrage buyers** comparing private prices against dealer pricing.
- **Marketplace builders** who need a Czech feed.

### Use cases

- Compare flat asking prices between Brno-venkov, Jičín and Svitavy.
- Track how many new private car listings appear each week.
- Filter to a price band and export a shortlist with contact links.
- Use the view counter to find stale listings ripe for a lower offer.
- Snapshot a category weekly to measure how fast inventory clears.

### Why use this Actor?

- **Keyless** — no account, no token, no login.
- **Ten sections in one Actor** — property, cars, electronics, jobs and more.
- **Town and postcode separated**, so rows group by region cleanly.
- **View count included** as a demand signal.
- **Sortable price** alongside the original label.
- **Fast and cheap** — plain HTML, no browser needed.

### What data can you extract?

Every row carries the listing ID and URL, title and description, price in label and numeric form, town and postcode, posting date, view count, promoted flag and the thumbnail. See the Output tab for types.

### How to use it

1. Pick the **section** (property, cars, …).
2. Set the **category path** — copy it from the Bazos URL, e.g. `prodam/byt`.
3. Optionally add a keyword and price band.
4. Set **Maximum results** and run, then export JSON, CSV or Excel.

### Input example

```json
{
  "section": "reality",
  "categoryPath": "prodam/byt",
  "maxPrice": 5000000,
  "maxResults": 1000
}
```

### Notes and limits

- Bazos is a private-seller site, so listings are written informally and quality varies.
- Some ads omit a price entirely; those rows keep `priceAmount` as `null` rather than zero.
- Prices are asking prices, not transaction prices.
- Seller phone numbers sit behind a click on the listing page; this Actor returns the listing URL rather than dialling through.
- You are responsible for how you use listing and seller data, including under GDPR.

### FAQ

**Do I need a Bazos account?**
No. Listings are public and this Actor needs nothing from you.

**Can I scrape cars as well as property?**
Yes — every Bazos section is available through the section dropdown.

**Why is the postcode a separate field?**
Because Bazos prints it joined to the town name; splitting it is what makes regional grouping possible.

**What is the view count for?**
It shows how much attention a listing has had — high views with no sale often signals an overpriced ad.

**How am I charged?**
Pay per result — you pay for the listings delivered.

# Actor input Schema

## `section` (type: `string`):

Bazos subdomain to scrape — each section is its own site.

## `categoryPath` (type: `string`):

Path inside the section, e.g. "prodam/byt" (flats for sale), "pronajmu/byt" (flats to rent), "prodam/dum" (houses).

## `query` (type: `string`):

Optional free-text filter inside the category.

## `minPrice` (type: `integer`):

Only return listings at or above this price. 0 disables the filter.

## `maxPrice` (type: `integer`):

Only return listings at or below this price. 0 disables the filter.

## `maxResults` (type: `integer`):

Stop after this many listings. Bazos pages in steps of 20 and the Actor walks until the target is met.

## `proxyConfiguration` (type: `object`):

Bazos blocks datacenter traffic, so residential Czech proxy is required and is preselected. Changing it away from residential will return no results.

## Actor input object example

```json
{
  "section": "reality",
  "categoryPath": "prodam/byt",
  "minPrice": 0,
  "maxPrice": 0,
  "maxResults": 500,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "CZ"
  }
}
```

# Actor output Schema

## `listingId` (type: `string`):

No description

## `title` (type: `string`):

No description

## `listingUrl` (type: `string`):

No description

## `description` (type: `string`):

No description

## `priceLabel` (type: `string`):

No description

## `priceAmount` (type: `string`):

No description

## `currency` (type: `string`):

No description

## `town` (type: `string`):

No description

## `postcode` (type: `string`):

No description

## `postedLabel` (type: `string`):

No description

## `views` (type: `string`):

No description

## `isTop` (type: `string`):

No description

## `imageUrl` (type: `string`):

No description

## `country` (type: `string`):

No description

## `source` (type: `string`):

No description

## `scrapedAt` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "section": "reality",
    "categoryPath": "prodam/byt",
    "query": "",
    "minPrice": 0,
    "maxPrice": 0,
    "maxResults": 500,
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ],
        "apifyProxyCountry": "CZ"
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("logiover/bazos-cz-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "section": "reality",
    "categoryPath": "prodam/byt",
    "query": "",
    "minPrice": 0,
    "maxPrice": 0,
    "maxResults": 500,
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "CZ",
    },
}

# Run the Actor and wait for it to finish
run = client.actor("logiover/bazos-cz-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "section": "reality",
  "categoryPath": "prodam/byt",
  "query": "",
  "minPrice": 0,
  "maxPrice": 0,
  "maxResults": 500,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "CZ"
  }
}' |
apify call logiover/bazos-cz-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,logiover/bazos-cz-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/u2GYJgaYcoX5iZiM9/builds/hJMFT3ZcUuYQQIEOa/openapi.json
