# Prace.cz Scraper: Czech Republic Jobs, Salaries & Employers (`santamaria-automations/prace-cz-scraper`) Actor

Scrape job listings from Prace.cz, Czech Republic's largest job board. Returns title, company, Czech region, contract type, CZK salary, experience level, and full HTML description.

- **URL**: https://apify.com/santamaria-automations/prace-cz-scraper.md
- **Developed by:** [NanoScrape](https://apify.com/santamaria-automations) (community)
- **Categories:** Jobs, Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

Pay per event

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

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

## Prace.cz Scraper: Czech Republic Jobs, Salaries and Employers

Extract job listings from [Prace.cz](https://www.prace.cz) (prace.cz), Czech Republic's largest generalist job board, part of the AlmaCareer group. Covers all job types, regions, and sectors across the Czech Republic, from full employment contracts to part-time and freelance work.

No login required. No captcha. HTTP-only, no browser under the hood.

### What it does

Pulls live job listings from Prace.cz by keyword, location, and contract type. Results include Czech-specific fields: administrative region, district, contract type in Czech (Hlavni pracovni pomer / Prace na dohodu / Zivnostensky list), working hours, and CZK salary where disclosed. Full job description is available via the JSON-LD JobPosting schema embedded in each detail page.

Filter by:

- **Keywords**: job title, skill, or profession in Czech (e.g. "programator", "ucetni", "obchodni zastupce")
- **Location**: Czech city (e.g. "Praha", "Brno", "Ostrava", "Plzen")
- **Contract type**: Hlavni pracovni pomer, Prace na dohodu, Zivnostensky list
- **Remote only**: return only remote-eligible positions

### Sample output

```json
{
  "_type": "job",
  "id": "981bf78c-7fdd-4fe6-8c9e-e91d6250feb7",
  "title": "Programator / programatorka internich aplikaci",
  "job_url": "https://www.prace.cz/nabidka/981bf78c-7fdd-4fe6-8c9e-e91d6250feb7/",
  "source_url": "https://www.prace.cz/nabidka/981bf78c-7fdd-4fe6-8c9e-e91d6250feb7/",
  "source_platform": "prace.cz",
  "company_name": "SI-KA-TEC s.r.o.",
  "company_website": null,
  "company_logo_url": null,
  "location": "Chebska, Skalna",
  "country": "CZ",
  "region": "Karlovarsky",
  "district": null,
  "posted_at_text": "2026-08-17T13:57:48.190527+02:00",
  "posted_at_datetime": "2026-08-17T00:00:00Z",
  "employment_type": "full-time",
  "working_hours": null,
  "contract_type_cz": null,
  "experience_level": null,
  "salary_min": 60000,
  "salary_max": 80000,
  "salary_currency": "CZK",
  "salary_period": "month",
  "salary_text": null,
  "description": "Jsme dcerinou spolecnosti nemecke firmy SI-KA-TEC GmbH...",
  "description_full": "O nas:\nJsme dcerinou spolecnosti...",
  "description_html": "<p>O nas...</p>",
  "description_md": "**O nas:**\n\nJsme dcerinou spolecnosti...",
  "contact_emails": [],
  "contact_phones": [],
  "contact_urls": [],
  "apply_url": "https://www.prace.cz/odpovedni-formular/981bf78c-7fdd-4fe6-8c9e-e91d6250feb7/",
  "search_query": "programator",
  "scraped_at": "2026-08-25T08:52:30Z"
}
```

### Pricing

| Event | Price |
|---|---|
| Actor start | $0.001 |
| SERP result (`includeJobDetails=false`) | $0.003 per job |
| Detail result (`includeJobDetails=true`) | $0.005 per job |

Typical cost: **$3 per 1,000 jobs** in SERP mode. Detail mode ($5/1,000) adds full HTML descriptions, CZK salary, contract type, and apply URL.

**New to Apify?** Every account gets a $5 free monthly platform credit, enough for around 1,000 results before you pay anything.

### Input

| Field | Type | Default | Description |
|---|---|---|---|
| `searchQueries` | array of strings | - | Czech keywords: "programator", "ucetni", "obchodni zastupce". Each runs as a separate search. |
| `searchUrls` | array of strings | - | Direct Prace.cz search URLs. Wins over `searchQueries`. |
| `startUrls` | array of strings | - | Direct job detail page URLs (e.g. `https://www.prace.cz/nabidka/UUID/`). |
| `location` | string | - | Czech city filter: "Praha", "Brno", "Ostrava", "Plzen". |
| `contractType` | select | any | Filter by contract type: Hlavni, Dohoda, Zivnost. |
| `remoteOnly` | boolean | false | Only return remote-eligible positions. |
| `includeJobDetails` | boolean | false | Fetch full detail page: description\_full, description\_html, salary, contract type, apply URL. Charges `job-detail-result`. |
| `includeCompanyDetails` | boolean | false | Surface company logo URL from detail page. |
| `maxResults` | integer | 5 | Total cap across all queries (max 5000). |
| `maxResultsPerQuery` | integer | 5 | Cap per individual keyword or URL. |
| `maxConcurrency` | integer | 5 | Parallel detail page fetches when includeJobDetails=true. |

### Output fields

**Identity**

- `id`: Prace.cz job UUID from URL
- `title`: position title in Czech
- `job_url`, `source_url`: canonical Prace.cz listing URL

**Company**

- `company_name`: hiring company
- `company_website`: company URL (when available)
- `company_logo_url`: logo from Teamio CDN

**Location (Czech Republic)**

- `location`: display string (street address + city from JSON-LD)
- `country`: always "CZ"
- `region`: Czech administrative region (Praha, Jihomoravsky, Moravskoslezsky, etc.)
- `district`: Czech district (okres) when available from locality string

**Contract and schedule (Czech-specific)**

- `contract_type_cz`: Czech contract label (Hlavni pracovni pomer, Prace na dohodu, Zivnostensky list)
- `employment_type`: normalized English equivalent (full-time, part-time, temporary, contract)
- `working_hours`: "plny uvazek", "castecny uvazek", or "brigada"
- `experience_level`: Bez praxe, Junior, S praci, Senior (inferred from description)

**Salary (CZK)**

- `salary_min`, `salary_max`: numeric values in CZK when disclosed
- `salary_currency`: always "CZK" when salary is present
- `salary_period`: month, hour, year
- `salary_text`: raw salary string from page

**Dates**

- `posted_at_text`: raw date posted string (ISO from JSON-LD or relative Czech)
- `posted_at_datetime`: ISO 8601 UTC

**Description (requires includeJobDetails=true)**

- `description`: ~500 character plain-text snippet in Czech
- `description_full`: full plain text with line breaks preserved
- `description_html`: raw HTML of job description
- `description_md`: Markdown rendering

**Contacts (requires includeJobDetails=true)**

- `contact_emails`: emails found in description
- `contact_phones`: phone numbers found in description
- `contact_urls`: external URLs found in description
- `apply_url`: Prace.cz apply/reply URL

### Related actors

**Job aggregation**

- [Job Feed](https://apify.com/nanoscrape/job-feed) - Unified job feed combining multiple European and global sources into one normalized stream

**Career site scrapers**

- [Career Site Jobs Scraper](https://apify.com/nanoscrape/career-site-jobs-scraper) - Extract jobs from any company career page
- [Website Job Extractor](https://apify.com/nanoscrape/website-job-extractor) - Generic job extraction from any website

**European peers**

- [NoFluffJobs EU Scraper](https://apify.com/santamaria-automations/nofluffjobs-eu-scraper) - Tech jobs across Poland, Czech Republic, and wider EU
- [TargetJobs UK Scraper](https://apify.com/santamaria-automations/targetjobs-uk-scraper) - UK graduate and entry-level job listings

**General job boards**

- [Indeed Scraper](https://apify.com/santamaria-automations/indeed-camoufox-scraper) - Indeed global listings including Czech Republic
- [LinkedIn Jobs Scraper](https://apify.com/santamaria-automations/linkedin-jobs-scraper) - LinkedIn job postings worldwide

### Questions and support

Contact us at <contact@nanoscrape.com> or use the actor's Issues tab.

# Actor input Schema

## `searchQueries` (type: `array`):

One or more job titles or keywords to search on Prace.cz. Each entry runs as a separate search. Use Czech keywords for best results. Examples: 'programator', 'ucetni', 'obchodni zastupce'.

## `searchUrls` (type: `array`):

Direct Prace.cz search result URLs to crawl. Example: https://www.prace.cz/nabidky/programator/

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

Direct Prace.cz job detail page URLs to scrape. Example: https://www.prace.cz/nabidka/0ec9a635-15dc-4744-9b9e-5ce8485946b0/

## `location` (type: `string`):

Czech city to filter results. Examples: 'Praha', 'Brno', 'Ostrava', 'Plzen'. Leave empty for all of Czech Republic.

## `contractType` (type: `string`):

Filter by Czech contract type. Select a specific type or leave as 'any' for all.

## `remoteOnly` (type: `boolean`):

When enabled, only return jobs with remote work options.

## `includeJobDetails` (type: `boolean`):

When enabled, fetches the full job detail page for each listing to populate description\_full, description\_html, description\_md, CZK salary, contract type, and contact fields. Charges the job-detail-result PPE event instead of job-serp-result.

## `includeCompanyDetails` (type: `boolean`):

Surface company logo URL from the job detail page. Requires a detail page fetch per listing.

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

Total cap across all search queries.

## `maxResultsPerQuery` (type: `integer`):

Maximum results per individual search keyword or URL.

## `maxConcurrency` (type: `integer`):

Maximum number of parallel detail page fetches (when includeJobDetails=true).

## Actor input object example

```json
{
  "searchQueries": [
    "programator"
  ],
  "location": "Praha",
  "contractType": "any",
  "remoteOnly": false,
  "includeJobDetails": false,
  "includeCompanyDetails": false,
  "maxResults": 5,
  "maxResultsPerQuery": 5,
  "maxConcurrency": 5
}
```

# Actor output Schema

## `jobListings` (type: `string`):

Dataset containing scraped Prace.cz Czech job listings. Each row includes title, company, location, region, district, contract\_type\_cz, working\_hours, salary in CZK, experience\_level, and 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 = {
    "searchQueries": [
        "programator"
    ],
    "contractType": "any",
    "remoteOnly": false,
    "includeJobDetails": false,
    "includeCompanyDetails": false,
    "maxResults": 5,
    "maxResultsPerQuery": 5,
    "maxConcurrency": 5
};

// Run the Actor and wait for it to finish
const run = await client.actor("santamaria-automations/prace-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 = {
    "searchQueries": ["programator"],
    "contractType": "any",
    "remoteOnly": False,
    "includeJobDetails": False,
    "includeCompanyDetails": False,
    "maxResults": 5,
    "maxResultsPerQuery": 5,
    "maxConcurrency": 5,
}

# Run the Actor and wait for it to finish
run = client.actor("santamaria-automations/prace-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 '{
  "searchQueries": [
    "programator"
  ],
  "contractType": "any",
  "remoteOnly": false,
  "includeJobDetails": false,
  "includeCompanyDetails": false,
  "maxResults": 5,
  "maxResultsPerQuery": 5,
  "maxConcurrency": 5
}' |
apify call santamaria-automations/prace-cz-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,santamaria-automations/prace-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/ff4U128Zf6pSi5f3K/builds/rR8RsQ8fVYdSqJaxy/openapi.json
