# Find jobs for expats in Czech Republic

**Use case:** 

Scrape expat-friendly job listings from Expats.cz. Structured Czech job data for international candidates. Pay per result.

## Input

```json
{
  "searchQuery": "manager",
  "maxResults": 5,
  "fetchDetails": false
}
```

## Output

```json
{
  "url": {
    "label": "Url",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "publishDate": {
    "label": "PublishDate",
    "format": "text"
  },
  "scrapedAt": {
    "label": "ScrapedAt",
    "format": "text"
  }
}
```

## About this Actor

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