# Xing Job ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/xing/job` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/xing-job | ## Access This endpoint is **private**. Requests return HTTP 403 until access is granted. There is no self-serve request-access button. Open a support ticket from the dashboard Help desk (https://app.piloterr.com/app?returnTo=help-desk/tickets/new) and include the endpoint path, your use case, target fields, and expected volume. ## Description Effortlessly gather Xing job listings data for recruitment, market analysis, and research. Free trial with 50 requests! ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/xing/job' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "benefits": [ "Competitive salary", "Health and dental insurance", "Flexible working hours", "Opportunities for career growth", "Educational reimbursement programs" ], "jobTitle": "BI Developer", "location": "Stockholm", "postedDate": "2023-10-05", "companyName": "Stockholm Inc.", "requirements": [ "Bachelor's degree in Computer Science, IT, or related field", "Experience with BI tools like Power BI, Tableau, or QlikView", "Strong SQL and NoSQL database skills", "Proficient in data modeling and ETL processes", "Excellent problem-solving skills" ], "employmentType": "Full Time", "jobDescription": "As a BI Developer, you will be responsible for transforming complex data sets into insightful business intelligence solutions. You will work closely with our data science team to derive actionable insights and deliver comprehensive reports to support strategic decision-making.", "applicationLink": "https://www.xing.com/jobs/stockholm-bi-developer-119245360?paging_context=search&search_query%5Bkeywords%5D=developer%20BI&search_query%5Blimit%5D=20&search_query%5Boffset%5D=0&search_query%5Bpage%5D=1&ijt=jb_18", "responsibilities": [ "Develop and maintain BI solutions", "Create and manage data warehouses", "Analyze complex data sets to identify trends and patterns", "Design and implement dashboards and reports", "Collaborate with data scientists and IT teams" ] } ``` ## Documentation ## Overview Effortlessly gather Xing job listings data for recruitment, market analysis, and research. Free trial with 50 requests! ## Quickstart ``` GET https://api.piloterr.com/v2/xing/job?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Xing Job data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Xing without maintaining scrapers - Power internal dashboards and workflow automations with live Xing data