# Find jobs in Prague on Jenprace.cz

**Use case:** 

Scrape job listings in Prague from Jenprace.cz. Structured Czech job data. No subscription, pay per result.

## Input

```json
{
  "searchQuery": "manažer",
  "location": "Praha",
  "jobType": "prace",
  "maxResults": 5,
  "fetchDetails": false,
  "proxyConfiguration": {},
  "startUrls": []
}
```

## Output

```json
{
  "jobId": {
    "label": "Job id"
  },
  "title": {
    "label": "Title",
    "format": "link"
  },
  "url": {
    "label": "Url"
  },
  "company": {
    "label": "Company"
  },
  "companyUrl": {
    "label": "Company url"
  },
  "location": {
    "label": "Location"
  },
  "salaryText": {
    "label": "Salary"
  },
  "salaryMin": {
    "label": "Salary min"
  },
  "salaryMax": {
    "label": "Salary max"
  },
  "salaryCurrency": {
    "label": "Salary currency"
  },
  "employmentTypes": {
    "label": "Employment types"
  },
  "isFullTime": {
    "label": "Full-time",
    "format": "boolean"
  },
  "isPartTime": {
    "label": "Is part time"
  },
  "isForForeigners": {
    "label": "Is for foreigners"
  },
  "isForGraduates": {
    "label": "Is for graduates"
  },
  "isForStudents": {
    "label": "Is for students"
  },
  "isForSeniors": {
    "label": "Is for seniors"
  },
  "isForParents": {
    "label": "Is for parents"
  },
  "isRemote": {
    "label": "Is remote"
  },
  "isNearby": {
    "label": "Nearby",
    "format": "boolean"
  },
  "distanceKm": {
    "label": "Distance km"
  },
  "publishedDate": {
    "label": "Published"
  },
  "publishedDateText": {
    "label": "Published date text"
  },
  "description": {
    "label": "Description (plain, fetchDetails only)"
  },
  "descriptionMarkdown": {
    "label": "Description (Markdown, fetchDetails only)"
  },
  "languageRequirements": {
    "label": "Language requirements"
  },
  "educationRequired": {
    "label": "Education required"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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