# Find Czech jobs with full descriptions

**Use case:** 

Scrape job listings from Profesia.cz including full descriptions. Clean structured Czech job data. Pay per result.

## Input

```json
{
  "searchQuery": "účetní",
  "fetchDetails": true,
  "maxItems": 5
}
```

## Output

```json
{
  "url": {
    "label": "Url",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "publishDate": {
    "label": "PublishDate",
    "format": "text"
  },
  "scrapedAt": {
    "label": "ScrapedAt",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Profesia.cz Scraper](https://apify.com/unfenced-group/profesia-cz-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/profesia-cz-scraper) to learn more, explore other use cases, and run it yourself.