search_jobs
Search XING job postings in the DACH region using keywords, location, and employment type filters. Retrieve job details and salary estimates.
Instructions
Search job postings on XING, the main professional network in the DACH region (Germany, Austria, Switzerland).
Most listings include a salary estimate, which is unusual for job boards.
Args:
keywords: Job title or skills, e.g. "python developer". German terms
often match better for DACH roles ("Softwareentwickler").
location: City or region, e.g. "Berlin", "München", "Wien".
radius: Search radius around location in kilometres.
employment_type: FULL_TIME or PART_TIME. Other values are not
supported by XING's URL filter.
page: 1-based page number. Each page holds up to ~14 visible jobs.
Returns a dict with jobs, total (XING's match count) and page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| radius | No | ||
| keywords | No | ||
| location | No | ||
| employment_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||