# Scrape Jobs.cz developer vacancies in Praha

**Use case:** 

Extract software developer job postings in Praha from Jobs.cz with salaries, employers, and required technologies.

## Input

```json
{
  "query": "vývojář",
  "location": "Praha",
  "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.