# Scrape healthcare jobs in Switzerland

**Use case:** 

Collect nursing and medical job listings from medi-karriere.ch. Get structured job titles, locations, employers, and URLs for Swiss healthcare hiring research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.medi-karriere.ch/pflege-jobs/"
    }
  ],
  "maxItems": 5,
  "filterDate": "2026-06-01",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "companyName": {
    "label": "Company name"
  },
  "location": {
    "label": "Location"
  },
  "categories": {
    "label": "Categories"
  },
  "workload": {
    "label": "Workload"
  },
  "datePosted": {
    "label": "Date posted"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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