# XING Jobs Scraper - DACH Job Listings (`benthepythondev/xing-jobs-scraper`) Actor

Scrape public XING Jobs search results with title, company, location, employment type, salary, posting date, Easy Apply flag and direct listing URL.

- **URL**: https://apify.com/benthepythondev/xing-jobs-scraper.md
- **Developed by:** [Ben](https://apify.com/benthepythondev) (community)
- **Categories:** Jobs, Lead generation, Business
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## XING Jobs Scraper - DACH Jobs, Companies and Salary Data

Extract public listings from **XING Jobs** into structured data for recruiting, job aggregation, hiring intelligence, and DACH labor-market research. Search by role or skill, or paste a fully filtered XING Jobs URL, and receive titles, companies, locations, employment types, salary text, publication timestamps, urgency labels, Easy Apply flags, and direct job links.

The Actor reads XING's server-rendered public search cards, so it does not require a XING login, browser session, or API key. This keeps the engine lightweight and suitable for daily schedules. Results are stored in the Apify default dataset and can be exported to JSON, CSV, Excel, XML, or RSS, accessed through the API, or connected to Make, Zapier, n8n, Google Sheets, and your own application.

### What can the XING Jobs Scraper do?

- Search XING Jobs by title, skill, company, or keyword
- Accept filtered search-result URLs for location and role targeting
- Paginate until the requested unique-result limit is reached
- Return job title, company, location, and employment type
- Extract public salary text and exact posting timestamps when shown
- Detect Easy Apply and urgent-hiring labels
- Deduplicate listings using the source job ID or URL
- Run automatically on an hourly, daily, or weekly schedule

### Data extracted

Each dataset row represents one public XING job listing and can include:

- `job_id` - stable identifier derived from the listing URL
- `title` - advertised role title
- `company` - hiring company name
- `location` - location label displayed by XING
- `employment_type` - full-time, freelance, temporary, or another public marker
- `urgency` - urgent-hiring label when present
- `salary` - source-provided salary text when displayed
- `posted_at` - machine-readable posting timestamp
- `easy_apply` - whether the card offers XING Easy Apply
- `url` - direct public XING job URL
- `search_url`, source, and scrape timestamp

Missing values remain null. The Actor does not estimate undisclosed salaries, infer company contacts, or guess seniority from a title.

### Input

| Field | Description | Default |
|---|---|---|
| `searchUrls` | Full XING Jobs result URLs after applying filters | empty |
| `keywords` | Role, skill, employer, or search phrase | `python` |
| `maxResults` | Maximum unique jobs returned per search | `10` |

If both fields are supplied, the Actor processes the pasted URLs and the keyword search. For the most precise location, employment, experience, and remote filters, configure the search on XING and paste its URL.

#### Example input

```json
{
  "searchUrls": [
    "https://www.xing.com/jobs/search?keywords=data%20engineer"
  ],
  "keywords": "",
  "maxResults": 100
}
````

### Example output

```json
{
  "job_id": "156130156",
  "title": "Fachinformatiker mit Schwerpunkt Programmierung (m/w/d)",
  "company": "HC Hagemann GmbH & Co. KG",
  "location": "Hamburg + 0 more",
  "employment_type": "Full-time",
  "urgency": "Urgently hiring",
  "salary": "€47,500 – €64,000",
  "posted_at": "2026-07-08T07:20:00Z",
  "easy_apply": true,
  "url": "https://www.xing.com/jobs/hamburg-fachinformatiker-schwerpunkt-programmierung-156130156",
  "source": "XING Jobs"
}
```

This example reflects the public card shape. Live values and availability change with XING's search results.

### Use cases

#### DACH job-board aggregation

Collect German-speaking job listings for a niche role, normalize them with other sources, and publish only fresh IDs. The direct URL preserves attribution and sends candidates back to the original listing.

#### Recruiting intelligence

Monitor which companies are expanding specific departments, technologies, or regions. Schedule repeat searches and count newly observed listings by employer, location, or title family.

#### Salary research

Filter jobs with a non-null `salary`, normalize currencies and periods in your own analysis, and compare source-disclosed ranges. Do not interpret missing salary data as a zero value.

#### Hiring-signal lead generation

New roles, urgent-hiring labels, and multiple openings can signal growth. Combine these public company signals with legitimate B2B research before outreach. The existence of a vacancy does not authorize spam or collection of private candidate information.

#### Job alerts and workflow automation

Run a search each morning, compare `job_id` values with the previous dataset, and send newly observed roles to email, Slack, Telegram, a CRM, or a spreadsheet. Keep the max result limit bounded to make recurring cost predictable.

### Pricing

The Actor uses transparent pay-per-event pricing: a very small one-time start event and **$0.002 per job result** saved to the default dataset. That sits between the current low-cost and premium XING competitors while avoiding a high startup fee. The first-run default is ten jobs, and `maxResults` controls larger runs.

### Reliability and data quality

The scraper uses public server-rendered cards rather than an authenticated browser. It retries temporary request failures, paginates conservatively, suppresses duplicate listings, and raises an explicit error when no job is returned. An empty scheduled run therefore becomes visible in Apify instead of being misread as a healthy success.

XING can change its public page structure or labels. If a previously populated field becomes empty, report the run ID and public search URL through the Actor's Issues tab. Do not include private account credentials in support requests.

For repeatable analytics, retain `job_id`, `url`, `search_url`, and `scraped_at`. Treat salary and employment fields as display text from the source unless you normalize them downstream.

### Responsible use

Use this Actor only for lawful processing of public job-listing data. Respect XING's terms, copyright, database rights, request limits, and applicable privacy and employment rules. Do not use the output for discrimination, deceptive recruitment, spam, harassment, or unauthorized profiling.

### FAQ

**Do I need a XING account?**\
No. The Actor reads public job search results.

**Can I target a specific city or remote jobs?**\
Yes. Apply the filters on XING Jobs and paste the resulting URL into `searchUrls`.

**Does it scrape full job descriptions?**\
It focuses on the structured public search-card data and returns the direct job URL. This keeps runs fast and stable.

**Why is salary sometimes empty?**\
Many employers do not publish salary data. The Actor does not invent a value.

**What does Easy Apply mean?**\
`easy_apply` is true when the public card displays XING's Easy Apply option.

**How do I avoid duplicate alerts?**\
Use `job_id`, with `url` as a fallback, when comparing scheduled datasets.

**Can I run several searches?**\
Yes. Add multiple URLs; the maximum applies to each target.

### Support and feedback

If the Actor saves useful time in your recruiting, research, or hiring-signal workflow, please leave a short Apify Store review. Reviews help other users evaluate the Actor and help prioritize future maintenance. For extraction problems, open an issue with the run ID and a public XING Jobs search URL so the failure can be reproduced without exposing private data.

### You might also like

- [StepStone Scraper](https://apify.com/benthepythondev/stepstone-scraper) for European job listings
- [Kleinanzeigen Jobs Scraper](https://apify.com/benthepythondev/kleinanzeigen-jobs-scraper) for German classifieds jobs
- [Remote Jobs Aggregator](https://apify.com/benthepythondev/remote-jobs-aggregator) for remote roles across sources
- [Greenhouse Jobs Scraper](https://apify.com/benthepythondev/greenhouse-jobs-scraper) for ATS-hosted company jobs

***

**Keywords:** XING Jobs scraper, XING scraper, DACH jobs API, German jobs scraper, scrape XING jobs, Germany recruiting data, XING salary data, hiring intelligence DACH, job listings Germany, XING export, DACH job board scraper.

# Actor input Schema

## `searchUrls` (type: `array`):

Paste XING Jobs search-result URLs after applying location, experience, company, remote, or employment filters. Leave empty to use keywords.

## `keywords` (type: `string`):

Role, skill, or company keyword used when no search URL is supplied.

## `maxResults` (type: `integer`):

Maximum number of unique job listings returned for each URL or keyword search.

## Actor input object example

```json
{
  "searchUrls": [
    "https://www.xing.com/jobs/search?keywords=python"
  ],
  "keywords": "python",
  "maxResults": 10
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "searchUrls": [
        "https://www.xing.com/jobs/search?keywords=python"
    ],
    "keywords": "python",
    "maxResults": 10
};

// Run the Actor and wait for it to finish
const run = await client.actor("benthepythondev/xing-jobs-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "searchUrls": ["https://www.xing.com/jobs/search?keywords=python"],
    "keywords": "python",
    "maxResults": 10,
}

# Run the Actor and wait for it to finish
run = client.actor("benthepythondev/xing-jobs-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "searchUrls": [
    "https://www.xing.com/jobs/search?keywords=python"
  ],
  "keywords": "python",
  "maxResults": 10
}' |
apify call benthepythondev/xing-jobs-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=benthepythondev/xing-jobs-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "XING Jobs Scraper - DACH Job Listings",
        "description": "Scrape public XING Jobs search results with title, company, location, employment type, salary, posting date, Easy Apply flag and direct listing URL.",
        "version": "1.0",
        "x-build-id": "6Dwwxas6vsB5PzhLz"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/benthepythondev~xing-jobs-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-benthepythondev-xing-jobs-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/benthepythondev~xing-jobs-scraper/runs": {
            "post": {
                "operationId": "runs-sync-benthepythondev-xing-jobs-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/benthepythondev~xing-jobs-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-benthepythondev-xing-jobs-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "searchUrls": {
                        "title": "XING Jobs search URLs",
                        "type": "array",
                        "description": "Paste XING Jobs search-result URLs after applying location, experience, company, remote, or employment filters. Leave empty to use keywords.",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "keywords": {
                        "title": "Job keywords",
                        "type": "string",
                        "description": "Role, skill, or company keyword used when no search URL is supplied.",
                        "default": "python"
                    },
                    "maxResults": {
                        "title": "Maximum jobs per search",
                        "minimum": 1,
                        "maximum": 1000,
                        "type": "integer",
                        "description": "Maximum number of unique job listings returned for each URL or keyword search.",
                        "default": 10
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
