# Jobs.cz Python Developer Jobs Data

**Use case:** 

Extract current Python developer vacancies from Jobs.cz with employers, locations, terms, descriptions, and canonical job URLs.

## Input

```json
{
  "searchQueries": [
    "python developer"
  ],
  "startUrls": [],
  "maxItems": 10,
  "maxPages": 2
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "employer": {
    "label": "Employer",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "string"
  },
  "workArrangement": {
    "label": "Arrangement",
    "format": "string"
  },
  "canonicalUrl": {
    "label": "Vacancy",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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