Xing jobs scraper
No credit card required
This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?
See alternative ActorsXing jobs scraper
No credit card required
Scrape jobs from xing job search results
You can access the Xing jobs scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "url": "https://www.xing.com/jobs/search?keywords=Trainee&location=Germany",
3 "startPage": 1,
4 "count": 100,
5 "proxy": {
6 "useApifyProxy": true,
7 "apifyProxyCountry": "US",
8 "apifyProxyGroups": [
9 "RESIDENTIAL"
10 ]
11 }
12}' |
13apify call curious_coder/xing-scraper --silent --output-dataset
Xing jobs scraper API through CLI
The Apify CLI is the official tool that allows you to use Xing jobs scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include:
Actor Metrics
8 monthly users
-
4 stars
7.9% runs succeeded
10 days response time
Created in Jan 2024
Modified a month ago