# Bazos.cz Scraper — Czech Classifieds Data (`haketa/bazos-scraper`) Actor

Bazos.cz scraper for Czech classifieds. Extract listings by keyword or category: price, title, location, phone, description and photos. Great for lead generation. Export JSON, CSV, Excel.

- **URL**: https://apify.com/haketa/bazos-scraper.md
- **Developed by:** [Haketa](https://apify.com/haketa) (community)
- **Categories:** E-commerce, Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.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/actors/running/actors-in-store.md#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 🇨🇿

Extract listings from **Bazos.cz — one of the Czech Republic's biggest classifieds sites** — at scale, without an account or API key. Search any keyword or paste category URLs and get clean JSON, CSV or Excel: **prices, locations, categories, descriptions, photos — and seller phone numbers** (Bazos shows them openly, perfect for lead generation).

Whether you track prices, hunt resale deals, build a pricing dataset, or generate leads from sellers, this scraper turns Bazos into a spreadsheet in minutes.

***

### 🔑 What this scraper does

- 🔎 **Search by keyword** — `iphone`, `audi`, `kolo`, anything across all categories.
- 💵 **Prices & location** — amount in CZK and the seller's town + postcode.
- 🗂️ **Category** — auto, mobil, PC, reality, and more (from Bazos's category subdomains).
- 📞 **Seller phone** — with detail mode on, capture the openly-listed phone number and seller name — a strong lead-gen signal.
- 🖼️ **Photos** and listing descriptions.
- ⚡ **Fast, cheap & reliable** — no browser needed, no anti-bot friction.

***

### 📋 Example output

```json
{
  "id": "223337016",
  "url": "https://mobil.bazos.cz/inzerat/223337016/apple-iphone-14-pro-max-128-gb-space-black.php",
  "title": "Apple iPhone 14 Pro Max 128 GB – Space Black",
  "price": 14980,
  "priceText": "14 980 Kč",
  "currency": "CZK",
  "location": "Praha 5, 150 00",
  "category": "mobil",
  "description": "Prodám iPhone 14 Pro Max v perfektním stavu...",
  "imageUrl": "https://www.bazos.cz/img/1t/016/223337016.jpg",
  "phone": "739 993 334",
  "sellerName": "Petr",
  "scrapedAt": "2026-09-07T12:00:00.000Z"
}
```

*(`phone` and `sellerName` appear when **Scrape Detail Pages** is enabled.)*

***

### 🗂️ Fields you get

| Field | Description |
|---|---|
| `id`, `url` | Listing ID and URL |
| `title`, `description` | Ad title and description |
| `price`, `priceText`, `currency` | Price in CZK (numeric + original text) |
| `location` | Seller's town + postcode |
| `category` | Bazos category (auto, mobil, pc, reality…) |
| `imageUrl` | Cover photo |
| `phone`, `sellerName`, `views` | Seller phone, name, view count *(detail mode)* |

***

### 🚀 How to use

1. Click **Try for free**.
2. Enter one or more **Search Terms** (e.g. `iphone`, `audi`) — or paste full Bazos search/category URLs into **Start URLs**.
3. (Optional) Filter by **price range**.
4. (Optional) Turn on **Scrape Detail Pages** to capture the seller's **phone number**, name and full description.
5. Set **Max Items** and run. Export as JSON, CSV, Excel, or pull via API.

#### Example input

```json
{
  "searchTerms": ["iphone 15", "macbook"],
  "priceMin": 1000,
  "priceMax": 30000,
  "scrapeDetails": true,
  "maxItems": 500,
  "maxPagesPerSearch": 20
}
```

***

### 💡 Popular use cases

#### 📞 Lead generation

Bazos lists seller phone numbers openly. Turn detail mode on to build outreach lists of sellers by category and region — ideal for buyers, dealers and service providers.

#### 💰 Reselling & arbitrage

Track what phones, cars or bikes actually sell for in the Czech market. Spot underpriced items and flipping opportunities.

#### 📈 Price monitoring & market research

Build a historical price dataset for any category. Measure supply per region and track trends over time.

***

### 🎛️ Filters explained

- **Search Terms** — keywords across all Bazos categories. Each is searched separately.
- **Start URLs** — paste any Bazos search/category URL to scrape it directly.
- **Min / Max Price (Kč)** — keep only listings inside your budget.
- **Scrape Detail Pages** — opens each ad for the seller phone, name, views and full description. Slower but far richer.
- **Max Items / Max Pages per Search** — control run size. Each result page holds about 20 listings.

***

### ❓ FAQ

**Do I need a Bazos account or API key?**
No. Just enter what you want to scrape and run.

**Can I get seller phone numbers?**
Yes — turn on **Scrape Detail Pages**. Bazos publishes seller phone numbers openly on ad pages.

**Can I scrape a specific category?**
Yes — paste the category URL (e.g. an `auto.bazos.cz` or `reality.bazos.cz` search) into **Start URLs**.

**What formats can I export?**
JSON, CSV, Excel, HTML table, RSS and via the Apify API. Connect to Make, Zapier, Google Sheets, webhooks or an MCP server.

***

### 🔌 Integrations

- Export to **JSON, CSV, Excel, HTML, RSS**.
- Pull data via the **Apify API** or client libraries.
- Connect to **Make, Zapier, Google Sheets, Slack, webhooks** and more.
- Use it from an **MCP server** in your AI agent / LLM workflow.

***

### ⚖️ Legal & responsible use

This scraper collects **publicly available** listing information only — the same data any visitor can see on Bazos.cz without logging in.

You are responsible for how you use the collected data. Please:

- Respect Bazos's Terms of Service and applicable laws (including GDPR).
- Use personal data (names, phone numbers) lawfully and only for legitimate purposes; honour opt-outs and don't send unsolicited bulk messages where prohibited.
- Scrape responsibly and avoid excessive request rates.

This tool is provided for lawful purposes such as price research, market analysis and business intelligence. It is not affiliated with, endorsed by, or connected to Bazos.

# Actor input Schema

## `searchTerms` (type: `array`):

Keywords to search across all Bazos categories, e.g. 'iphone', 'audi', 'kolo'. Each is searched separately. Leave empty if you use Start URLs.

## `startUrls` (type: `array`):

Optional. Paste full Bazos search/category URLs to scrape them directly (e.g. a specific category subdomain like auto.bazos.cz). When provided, Search Terms and filters below are ignored for these URLs.

## `priceMin` (type: `integer`):

Only listings at or above this price.

## `priceMax` (type: `integer`):

Only listings at or below this price.

## `scrapeDetails` (type: `boolean`):

Open each ad for the seller phone number, name, view count and full description. Bazos shows phone numbers openly — great for lead generation. Slower but richer.

## `maxItems` (type: `integer`):

Maximum number of listings to collect across all searches. 0 = unlimited.

## `maxPagesPerSearch` (type: `integer`):

How many result pages to scrape per search term / URL. Each page has about 20 listings.

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

Apify Proxy (Datacenter) is enabled by default and works out of the box. Residential is not recommended (unnecessary per-GB cost).

## Actor input object example

```json
{
  "searchTerms": [
    "iphone"
  ],
  "startUrls": [],
  "scrapeDetails": false,
  "maxItems": 100,
  "maxPagesPerSearch": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `dataset` (type: `string`):

Open to view and export all scraped listings (JSON, CSV, Excel).

# 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 = {
    "searchTerms": [
        "iphone"
    ],
    "startUrls": [],
    "scrapeDetails": false,
    "maxItems": 100,
    "maxPagesPerSearch": 5,
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("haketa/bazos-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 = {
    "searchTerms": ["iphone"],
    "startUrls": [],
    "scrapeDetails": False,
    "maxItems": 100,
    "maxPagesPerSearch": 5,
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("haketa/bazos-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 '{
  "searchTerms": [
    "iphone"
  ],
  "startUrls": [],
  "scrapeDetails": false,
  "maxItems": 100,
  "maxPagesPerSearch": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call haketa/bazos-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,haketa/bazos-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/66sZIQKQ3P5kzxWK6/builds/NUYSd9hHbmkk8PEip/openapi.json
