XING Data Extractor avatar

XING Data Extractor

Try for free

3 days trial then $10.00/month - No credit card required now

View all Actors
XING Data Extractor

XING Data Extractor

epctex/xing-scraper
Try for free

3 days trial then $10.00/month - No credit card required now

Unleash the power of advanced scraping to gather comprehensive data on companies, jobs, profiles, communities, and groups from XING. Extract job descriptions, images, company details, summarizations and more. Customize your search terms, filters, and mappings for precision.

You can access the XING Data Extractor 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  "search": "product",
3  "location": "berlin",
4  "radius": 100,
5  "startUrls": [
6    "https://www.xing.com/gruppen/freelance",
7    "https://www.xing.com/pages/spectrumag",
8    "https://www.xing.com/profile/Marko_RoeperGrewe",
9    "https://www.xing.com/search/in/jobs?facets%5B%5D=discipline&keywords=product&location=berlin&nrs=1&page=2&radius=10&section=jobs"
10  ],
11  "maxItems": 20,
12  "endPage": 1,
13  "extendOutputFunction": "($) => { return {} }",
14  "customMapFunction": "(object) => { return {...object} }",
15  "proxy": {
16    "useApifyProxy": true
17  }
18}' |
19apify call epctex/xing-scraper --silent --output-dataset

XING Data Scraper API through CLI

The Apify CLI is the official tool that allows you to use XING Data Extractor locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Community
Actor metrics
  • 7 monthly users
  • 2 stars
  • 100.0% runs succeeded
  • 9.4 hours response time
  • Created in May 2022
  • Modified about 17 hours ago