# Monitor Nursing Jobs in Munich Weekly

**Use case:** 

Track new nursing job postings in Munich to stay informed on healthcare staffing needs or competitive hiring. Healthcare providers can monitor market demand, wh

## Input

```json
{
  "search": "Krankenpfleger",
  "location": "München",
  "radius": 50,
  "contractType": "permanent",
  "workingTime": "all",
  "publishedSince": 7,
  "maxItems": 200
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "employer": {
    "label": "Employer",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "publishedDate": {
    "label": "Posted",
    "format": "string"
  },
  "portalUrl": {
    "label": "Portal",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Arbeitsagentur (German Job Board) Scraper](https://apify.com/crawlerbros/arbeitsagentur-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/arbeitsagentur-scraper) to learn more, explore other use cases, and run it yourself.