# Direct-Employer Nursing Jobs in North Rhine-Westphalia

**Use case:** 

Nursing roles within 50 km of Cologne offered directly by hospitals and care homes rather than through staffing agencies.

## Input

```json
{
  "what": "Pflege",
  "where": "Köln",
  "radiusKm": 50,
  "workingTime": "vollzeit",
  "contractType": "permanent",
  "employer": "SAP",
  "publishedWithinDays": 7,
  "excludeTempAgencies": true,
  "maxJobs": 500,
  "requestsPerSecond": 4
}
```

## Output

```json
{
  "employer": {
    "label": "Employer",
    "format": "string"
  },
  "employerHash": {
    "label": "Employer key",
    "format": "string"
  },
  "occupation": {
    "label": "Occupation",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published",
    "format": "string"
  },
  "referenceNumber": {
    "label": "Reference number",
    "format": "string"
  }
}
```

## About this Actor

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