# Monitor Jobs.cz Hybrid Data Jobs in Brno

**Use case:** 

Collect a repeatable dataset of Brno data vacancies that mention hybrid work for scheduled recruiting and labor-market monitoring.

## Input

```json
{
  "searchQueries": [
    "data"
  ],
  "startUrls": [],
  "location": "Brno",
  "workArrangements": [
    "hybrid"
  ],
  "maxItems": 10,
  "maxPages": 3
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "employer": {
    "label": "Employer",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "string"
  },
  "workArrangement": {
    "label": "Arrangement",
    "format": "string"
  },
  "canonicalUrl": {
    "label": "Vacancy",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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