# Germany Healthcare & Engineering Jobs Scraper

**Use case:** 

Shortage-occupation jobs in Germany like nursing (Krankenpfleger) from Indeed, with employer, city and link for international recruiters and Blue Card hiring.

## Input

```json
{
  "query": "Krankenpfleger",
  "location": "Berlin",
  "country": "de",
  "maxItems": 250,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "postedText": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

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