# XING jobs scraper for DACH hiring market research

**Use case:** 

Monitor XING job demand across Berlin, München, Wien, and Zürich for sales and account executive roles.

## Input

```json
{
  "keywords": [
    "sales manager",
    "account executive"
  ],
  "locations": [
    "Berlin",
    "München",
    "Wien",
    "Zürich"
  ],
  "searchUrls": [
    {
      "url": "https://www.xing.com/jobs/search?keywords=developer&location=Berlin"
    }
  ],
  "maxItems": 250,
  "maxPages": 6
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "text"
  },
  "salaryMinimum": {
    "label": "Salary min",
    "format": "number"
  },
  "salaryMaximum": {
    "label": "Salary max",
    "format": "number"
  },
  "salaryMedian": {
    "label": "Salary median",
    "format": "number"
  },
  "url": {
    "label": "XING URL",
    "format": "link"
  },
  "applicationUrl": {
    "label": "Application URL",
    "format": "link"
  },
  "refreshedAt": {
    "label": "Refreshed",
    "format": "date"
  },
  "activeUntil": {
    "label": "Active until",
    "format": "date"
  },
  "sourceKeyword": {
    "label": "Keyword",
    "format": "text"
  },
  "sourceLocation": {
    "label": "Search location",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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