# Data Analyst Jobs in Berlin auf Xing

**Use case:** 

Stellenangebote für Data Analysten in Berlin auf Xing scrapen. Gehaltsspannen, Karrierestufe, Unternehmen und Beschreibungen.

## Input

```json
{
  "keyword": "Data Analyst",
  "location": "Berlin",
  "results_wanted": 100,
  "max_pages": 20,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "job_type": {
    "label": "Job Type",
    "format": "text"
  },
  "discipline": {
    "label": "Discipline",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "text"
  },
  "date_posted": {
    "label": "Date Posted",
    "format": "text"
  },
  "apply_url": {
    "label": "Apply URL",
    "format": "link"
  },
  "url": {
    "label": "Xing URL",
    "format": "link"
  }
}
```

## About this Actor

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