# Monitor Jobs.cz accountant job listings in Brno

**Use case:** 

Scrape accountant and finance job vacancies in Brno from Jobs.cz with contract type, experience, and company details.

## Input

```json
{
  "query": "účetní",
  "location": "Brno",
  "maxItems": 10
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "title": {
    "label": "Title"
  },
  "location": {
    "label": "Location"
  },
  "url": {
    "label": "Url"
  },
  "providerImage": {
    "label": "Provider image"
  }
}
```

## About this Actor

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