# Xing Jobs Scraper 🎯 (`easyapi/xing-jobs-scraper`) Actor

Scrape job listings from Xing.com - Extract detailed job information including titles, locations, company details, and more. Perfect for job market analysis, recruitment research, and tracking employment opportunities.

- **URL**: https://apify.com/easyapi/xing-jobs-scraper.md
- **Developed by:** [EasyApi](https://apify.com/easyapi) (community)
- **Categories:** Jobs
- **Stats:** 78 total users, 6 monthly users, 100.0% runs succeeded, 4 bookmarks
- **User rating**: 5.00 out of 5 stars

## Pricing

from $2.99 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

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

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
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.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — 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 🎯

Efficiently scrape job listings from Xing.com, Germany's leading professional network platform. This actor helps you extract comprehensive job posting data for market research, recruitment analysis, or job opportunity tracking.

### Features ✨

- 🔍 Scrape job listings based on search keywords and filters
- 💼 Extract detailed job information including titles, locations, and employment types
- 🏢 Gather company information including logos and Kununu ratings
- ⚡ High-performance scraping with built-in anti-blocking measures
- 📊 Clean, structured JSON output format
- 🎛️ Configurable maximum items limit

### Input Parameters 📝

The actor accepts the following input parameters:

| Field | Type | Description |
|-------|------|-------------|
| `searchUrls` | Array | List of Xing job search URLs to scrape |
| `maxItems` | Integer | Maximum number of items to scrape |

### Usage Tips 💡

1. **Search URLs**: Copy the URL directly from Xing's job search page after applying your desired filters
2. **Rate Limiting**: The actor includes built-in delays and anti-blocking measures
3. **Optimization**: Use `maxItems` parameter to limit the number of results for faster execution

### Use Cases 🎯

- Recruitment market research
- Job market analysis
- Competitive intelligence
- Salary benchmarking
- Employment trend monitoring
- Automated job opportunity tracking

#### Input Example

A full explanation of an input example in JSON.

```
{
    "searchUrls": [
        "https://www.xing.com/jobs/search?sc_o=losp_jobs_search_button_click&sc_o_PropActionOrigin=losp_job_search&keywords=AI%20Engineer&id=a68641afc57ee06112317babd32bb9bb&employmentType=FULL_TIME.ef2fe9"
    ],
    "maxItems": 30
}
```

#### Output sample

The results will be wrapped into a dataset which you can always find in the **Storage** tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

```
[
    {
        "searchUrl": "https://www.xing.com/jobs/search?sc_o=losp_jobs_search_button_click&sc_o_PropActionOrigin=losp_job_search&keywords=AI%20Engineer&id=a68641afc57ee06112317babd32bb9bb&employmentType=FULL_TIME.ef2fe9",
        "__typename": "VisibleJob",
        "id": "129410640.0cc77c",
        "slug": "muenchen-junior-machine-learning-engineer-ai-forge-129410640",
        "url": "https://www.xing.com/jobs/muenchen-junior-machine-learning-engineer-ai-forge-129410640",
        "title": "(Junior) Machine Learning Engineer (m/w/d) AI Forge",
        "activatedAt": "2025-01-02T08:17:33Z",
        "refreshedAt": "2025-01-02T08:17:33Z",
        "globalId": "surn:x-xing:jobs:posting:129410640.0cc77c",
        "location": {
            "__typename": "JobLocation",
            "city": "München"
        },
        "employmentType": {
            "__typename": "EmploymentType",
            "localizationValue": "Full-time"
        },
        "companyInfo": {
            "__typename": "Company",
            "id": "50390.ec2c0e",
            "logos": {
                "__typename": "CompanyLogos",
                "logo96px": "https://www.xing.com/imagecache/public/scaled_original_image/eyJ1dWlkIjoiYzQ0NjIwNmUtY2E1YS00MDliLTg4NzktMjhjNWNlMWJiNmNmIiwiYXBwX2NvbnRleHQiOiJlbnRpdHktcGFnZXMiLCJtYXhfd2lkdGgiOjk2LCJtYXhfaGVpZ2h0Ijo5Nn0?signature=a0fc3b6d5d23af2cb7c8dcdf8c101328a078cbef0f7c2dd63748676d1481eab2"
            },
            "kununuData": {
                "__typename": "CompanyKununuData",
                "ratingAverage": 4
            }
        },
        "salary": null,
        "userInteractions": {
            "__typename": "JobUserInteractions",
            "bookmark": {
                "__typename": "JobBookmark",
                "state": "NOT_BOOKMARKED"
            }
        }
    },
    ...
]
```

# Actor input Schema

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

List of Xing job search URLs to scrape

## `maxItems` (type: `integer`):

Maximum number of items to scrape

## Actor input object example

```json
{
  "searchUrls": [
    "https://www.xing.com/jobs/search?sc_o=losp_jobs_search_button_click&sc_o_PropActionOrigin=losp_job_search&keywords=AI%20Engineer&id=a68641afc57ee06112317babd32bb9bb&employmentType=FULL_TIME.ef2fe9"
  ],
  "maxItems": 10
}
```

# 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?sc_o=losp_jobs_search_button_click&sc_o_PropActionOrigin=losp_job_search&keywords=AI%20Engineer&id=a68641afc57ee06112317babd32bb9bb&employmentType=FULL_TIME.ef2fe9"
    ],
    "maxItems": 10
};

// Run the Actor and wait for it to finish
const run = await client.actor("easyapi/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?sc_o=losp_jobs_search_button_click&sc_o_PropActionOrigin=losp_job_search&keywords=AI%20Engineer&id=a68641afc57ee06112317babd32bb9bb&employmentType=FULL_TIME.ef2fe9"],
    "maxItems": 10,
}

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

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).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?sc_o=losp_jobs_search_button_click&sc_o_PropActionOrigin=losp_job_search&keywords=AI%20Engineer&id=a68641afc57ee06112317babd32bb9bb&employmentType=FULL_TIME.ef2fe9"
  ],
  "maxItems": 10
}' |
apify call easyapi/xing-jobs-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,easyapi/xing-jobs-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/ubsVGSTa8DlNbSmTB/builds/2742w6pOAaKjScXCB/openapi.json
