# Czech Job Listings for Programmers Extractor

**Use case:** 

Collect job postings for programming positions in the Czech Republic. Gain insights on titles, companies, salaries, and descriptions for up to 200 listings.

## Input

```json
{
  "keyword": "programator",
  "results_wanted": 200,
  "max_pages": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary_min": {
    "label": "Salary Min",
    "format": "number"
  },
  "salary_max": {
    "label": "Salary Max",
    "format": "number"
  },
  "salary_currency": {
    "label": "Currency",
    "format": "text"
  },
  "employment_type": {
    "label": "Employment Type",
    "format": "text"
  },
  "date_posted": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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