# Stellen im öffentlichen Dienst finden

**Use case:** 

Jobangebote von karriere.bund.de scrapen. Titel, Behörde, Standort und Links exportieren – ideal für Recruiting im öffentlichen Dienst in Deutschland.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://karriere.bund.de/suche?location=&occupation=&department=&level=&publicationDate=&sort=date"
    }
  ],
  "maxItems": 5,
  "filterDate": "2026-06-01",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "companyName": {
    "label": "Company name"
  },
  "location": {
    "label": "Location"
  },
  "employmentTypes": {
    "label": "Employment types"
  },
  "datePosted": {
    "label": "Date posted"
  },
  "validThrough": {
    "label": "Valid through"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Karriere.bund.de Scraper](https://apify.com/rainminer/karriere-bund-de-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rainminer/karriere-bund-de-scraper) to learn more, explore other use cases, and run it yourself.