# Find mechanical engineer jobs on Jobs.cz Ostrava

**Use case:** 

Extract mechanical engineer job listings in Ostrava from Jobs.cz with industry sector, shift patterns, and benefits.

## Input

```json
{
  "query": "strojní inženýr",
  "location": "Ostrava",
  "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.