# Scrape full-time jobs across Czech Republic

**Use case:** 

Pull full-time job listings from Prace.cz across the Czech Republic. Filter by employment type, get structured data. Pay per result.

## Input

```json
{
  "searchQuery": "developer",
  "location": "brno",
  "employmentType": "plny-uvazek",
  "skipReposts": false,
  "fetchDetails": false,
  "startUrls": [],
  "maxItems": 5
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "salaryPeriod": {
    "label": "Salary Period",
    "format": "text"
  },
  "publishDateISO": {
    "label": "Published",
    "format": "text"
  },
  "isRepost": {
    "label": "Is Repost",
    "format": "text"
  }
}
```

## About this Actor

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