Runnable examples for the XING Jobs Scraper — DACH Job Listings | from $1.09/1K on Apify.
Scrape XING job listings for the DACH market (Germany, Austria, Switzerland). Returns job ID, title, company, location, salary, employment type, posted date, and description snippet. No login required. Paginated search with keyword + optional location filter.
active_until · apply_url · career_level · company · company_id · country_code · description_snippet · employment_type · job_id · job_url · location · parse_confidence · posted_date · region · remote_option · salary · salary_currency · salary_max · salary_min · scraped_at · source_page · source_query · title · warnings · zip_code
- Get your Apify token: https://console.apify.com/account/integrations
- Run a language example below. Both call the actor and print the results.
| Example | File |
|---|---|
Python (apify-client) |
examples/python/run.py |
JavaScript (apify-client) |
examples/javascript/run.js |
| Sample output (real records) | examples/sample_output.json |
{
"searchKeywords": [
"Software Engineer"
],
"location": "Berlin",
"maxItems": 100,
"maxPages": 5,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
}
}- Actor on Apify Store: https://apify.com/bovi/xing-jobs-scraper
- Apify client docs: Python · JavaScript
MIT-licensed examples. The actor runs on the caller's Apify account (you pay platform compute + per-result).