# Hotel Professional Jobs in Germany — Arbeitsagentur

**Use case:** 

Every open hotel professional position (Hotelfachmann) advertised nationwide on the German federal job board, newest first.

## Input

```json
{
  "what": "Hotelfachmann",
  "where": "Hamburg",
  "radiusKm": 25,
  "workingTime": "vollzeit",
  "contractType": "permanent",
  "employer": "SAP",
  "publishedWithinDays": 7,
  "excludeTempAgencies": true,
  "maxJobs": 1000,
  "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.