# Pflegejobs in der Schweiz finden

**Use case:** 

Pflege- und Betreuungsstellen von deinpflegejob.ch scrapen. Titel, Standort, Arbeitgeber und Links als strukturierte Daten für Recruiting exportieren.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.deinpflegejob.ch/jobs"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

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

## About this Actor

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