# Find permanent Swiss jobs

**Use case:** 

Scrape permanent job listings from Jobs.ch across Switzerland. Filter by contract type, get structured data. Pay per result.

## Input

```json
{
  "searchQuery": [
    "pflegefachfrau"
  ],
  "locations": [],
  "language": "de",
  "contractTypeFilter": "permanent",
  "workloadMin": 0,
  "workloadMax": 100,
  "fetchDetails": false,
  "skipReposts": false,
  "maxItems": 5
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "contractType": {
    "label": "Contract Type",
    "format": "text"
  },
  "workload": {
    "label": "Workload",
    "format": "text"
  },
  "publishDate": {
    "label": "Publish Date",
    "format": "date"
  },
  "isRepost": {
    "label": "Repost",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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