# Pflegejobs auf medi-karriere.ch scrapen

**Use case:** 

Gesundheits- und Pflegestellen von medi-karriere.ch sammeln. Strukturierte Jobdaten mit Standort und Arbeitgeber für Personalrecherche in der Schweiz.

## 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.