# Part-Time Nursing Jobs in Berlin

**Use case:** 

Teilzeit nursing and care positions within 25 km of Berlin, for candidates who cannot take a full-time contract.

## Input

```json
{
  "what": "Pflege",
  "where": "Berlin",
  "radiusKm": 25,
  "workingTime": "teilzeit",
  "contractType": "permanent",
  "employer": "SAP",
  "publishedWithinDays": 7,
  "excludeTempAgencies": true,
  "maxJobs": 500,
  "requestsPerSecond": 4
}
```

## Output

```json
{
  "jobTitle": {
    "label": "Job title",
    "format": "string"
  },
  "employer": {
    "label": "Employer",
    "format": "string"
  },
  "occupation": {
    "label": "Occupation",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published",
    "format": "string"
  },
  "startsAt": {
    "label": "Start date",
    "format": "string"
  },
  "jobUrl": {
    "label": "Job URL",
    "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.