# Monitor Pflege-Berufe.ch job with original source URL

**Use case:** 

Track Pflege-Berufe.ch nursing job listing with original employer source URL resolution for Swiss care recruitment.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://pflege-berufe.ch/job/dipl-experte-expertin-intensivpflege-80-100-39320/3247443179"
    }
  ],
  "getOriginalSourceUrl": true,
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "descriptionText": {
    "label": "Description",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "text"
  },
  "workload": {
    "label": "Workload",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  }
}
```

## About this Actor

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