# Apprenticeship Listings Data from Ausbildung.de

**Use case:** 

Extract detailed apprenticeship and vocational training listings from Ausbildung.de. Get structured data on job titles, companies, locations, and more.

## Input

```json
{
  "startUrl": "https://www.ausbildung.de/suche/?search=%7Cberlin",
  "keyword": "Fachinformatiker",
  "location": "Berlin",
  "collectDetails": true,
  "results_wanted": 100,
  "max_pages": 20,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Position Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "bundesland": {
    "label": "Federal State",
    "format": "text"
  },
  "beruf": {
    "label": "Profession",
    "format": "text"
  },
  "ausbildungsart": {
    "label": "Training Type",
    "format": "text"
  },
  "start_date": {
    "label": "Start Date",
    "format": "text"
  },
  "date_posted": {
    "label": "Posted Date",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Ausbildung Jobs Scraper](https://apify.com/shahidirfan/ausbildung-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/ausbildung-jobs-scraper) to learn more, explore other use cases, and run it yourself.