# XING Remote Data Engineer Jobs Scraper, Munich

**Use case:** 

Scrape remote and hybrid data jobs on XING paying over 70k euros near Munich. For remote-first candidates and talent-market analysts tracking demand weekly.

## Input

```json
{
  "keywords": [
    "data engineer",
    "data scientist"
  ],
  "location": "Munich",
  "maxResults": 10,
  "startPage": 1,
  "sincePeriod": "LAST_WEEK",
  "radius": "200",
  "remoteOptions": [
    "FULL_REMOTE.050e26",
    "PARTLY_REMOTE.ca71ca"
  ],
  "employmentTypes": [
    "FULL_TIME.ef2fe9"
  ],
  "careerLevels": [],
  "salaryMin": 70000,
  "salaryMax": 130000
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "locations": {
    "label": "Locations",
    "format": "array"
  },
  "employment_type": {
    "label": "Employment Type",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "object"
  },
  "salary_forecast": {
    "label": "Salary Forecast",
    "format": "text"
  },
  "date_posted": {
    "label": "Date Posted",
    "format": "date"
  },
  "valid_through": {
    "label": "Valid Through",
    "format": "date"
  },
  "active_until": {
    "label": "Active Until",
    "format": "date"
  },
  "refreshed_at": {
    "label": "Refreshed At",
    "format": "date"
  },
  "direct_apply": {
    "label": "Direct Apply",
    "format": "boolean"
  },
  "paid": {
    "label": "Paid",
    "format": "boolean"
  },
  "top_job": {
    "label": "Top Job",
    "format": "boolean"
  },
  "redirects_to_third_party_url": {
    "label": "External Apply",
    "format": "boolean"
  },
  "apply_url": {
    "label": "Apply URL",
    "format": "link"
  },
  "application_type": {
    "label": "Application Type",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "object"
  },
  "company_url": {
    "label": "Company URL",
    "format": "link"
  },
  "company_profile": {
    "label": "Company Profile",
    "format": "object"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "postal_code": {
    "label": "Postal Code",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "description_text": {
    "label": "Description",
    "format": "text"
  },
  "description_html": {
    "label": "Description (HTML)",
    "format": "text"
  },
  "search_keyword": {
    "label": "Search Keyword",
    "format": "text"
  },
  "location": {
    "label": "Search Location",
    "format": "text"
  },
  "extraction_date": {
    "label": "Extraction Date",
    "format": "date"
  },
  "extraction_datetime": {
    "label": "Extraction Datetime",
    "format": "date"
  },
  "page": {
    "label": "Page",
    "format": "number"
  },
  "position": {
    "label": "Position",
    "format": "number"
  },
  "id": {
    "label": "Job ID",
    "format": "text"
  },
  "global_id": {
    "label": "Global ID",
    "format": "text"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  }
}
```

## About this Actor

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