Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scrape Xing — examples

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.

What you get per record

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

Quickstart

  1. Get your Apify token: https://console.apify.com/account/integrations
  2. 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

Example input

{
  "searchKeywords": [
    "Software Engineer"
  ],
  "location": "Berlin",
  "maxItems": 100,
  "maxPages": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}

Links


MIT-licensed examples. The actor runs on the caller's Apify account (you pay platform compute + per-result).

About

Runnable Python & JS examples for the XING Jobs Scraper on Apify

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors