# XING Job Listings Scraper for DACH Region

**Use case:** 

Retrieve live job listings from XING in Germany, Austria, and Switzerland. Get detailed information including title, company, location, and full job

## Input

```json
{
  "max_items": 3,
  "freshness_days": 14,
  "fetch_full_description": true
}
```

## Output

```json
{
  "found": {
    "label": "Found",
    "format": "boolean"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "employment_type": {
    "label": "Employment type",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "posted_date": {
    "label": "Posted",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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