Xing jobs scraper ✅ FREE avatar
Xing jobs scraper ✅ FREE
Try for free

No credit card required

View all Actors
Xing jobs scraper ✅ FREE

Xing jobs scraper ✅ FREE

curious_coder/xing-scraper
Try for free

No credit card required

Scrape jobs from xing job search results

The code examples below show how to run the Actor and get its results. To run the code, you need to have an Apify account. Replace <YOUR_API_TOKEN> in the code with your API token, which you can find under Settings > Integrations in Apify Console. Learn more

1# Set API token
2API_TOKEN=<YOUR_API_TOKEN>
3
4# Prepare Actor input
5cat > input.json <<'EOF'
6{
7  "url": "https://www.xing.com/jobs/search?keywords=Trainee&location=Germany",
8  "startPage": 1,
9  "count": 100,
10  "proxy": {
11    "useApifyProxy": true,
12    "apifyProxyCountry": "US",
13    "apifyProxyGroups": [
14      "RESIDENTIAL"
15    ]
16  }
17}
18EOF
19
20# Run the Actor using an HTTP API
21# See the full API reference at https://docs.apify.com/api/v2
22curl "https://api.apify.com/v2/acts/curious_coder~xing-scraper/runs?token=$API_TOKEN" \
23  -X POST \
24  -d @input.json \
25  -H 'Content-Type: application/json'
Developer
Maintained by Community
Actor metrics
  • 5 monthly users
  • 2 stars
  • 87.5% runs succeeded
  • 20 days response time
  • Created in Jan 2024
  • Modified 16 days ago
Categories