# Scrape jobs by location on Xing.com

**Use case:** 

Scrape Xing.com job listings filtered by location. Structured German job data with titles and companies. Pay per result.

## Input

```json
{
  "location": "Berlin",
  "employmentType": "",
  "fetchDetails": false,
  "keywords": "developer",
  "maxItems": 5
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "employmentType": {
    "label": "Type",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "paid": {
    "label": "Paid"
  },
  "topJob": {
    "label": "Top job"
  },
  "refreshedAt": {
    "label": "Refreshed",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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