# Jobs.cz Job Listings Extractor

**Use case:** 

Collect job titles, employers, locations, and salary details at scale. Get clean, deduplicated job listings for market analysis and recruitment.

## Input

```json
{
  "keyword": "vývojář",
  "location": "Praha",
  "collectDetails": true,
  "results_wanted": 100,
  "max_pages": 20,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "job_type": {
    "label": "Job Type",
    "format": "text"
  },
  "date_posted": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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