POST /api/xing/jobs/search
Price: 10 credits
Search XING job postings by keyword and filters
Search XING (xing.com) DACH job postings by keyword with filters — narrow by location and radius, employment type, career level, remote-work mode, industry, posting recency and salary range. Each result carries the job id, slug, title, hiring company name, work city, salary estimate (min / max / median), employment type and search keywords. Use /xing/jobs to fetch the full posting (description, discipline, industry, remote options) for a result.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)keyword string required — Search query — job title, skill, or company name (minLength: 1)count integer required — Max number of jobs to return (min: 1)location string nullable — City, region or postal coderadius integer nullable — Search radius around the location in km (min: 0)employment_type array nullable — Restrict to these employment types (one of: "part_time", "full_time", "contractor", "intern", "seasonal", "temporary", "voluntary")career_level array nullable — Restrict to these career levels (one of: "student", "entry_level", "professional", "manager", "director", "executive")remote_option array nullable — Restrict to these remote-work modes (one of: "full_remote", "partly_remote", "non_remote")industry array nullable — Restrict to these industries — top-level industries and their sub-industries (one of: "architektur-bauwesen", "architektur", "baugewerbe", "bauingenieurwesen", "baustoffe", "garten-landschaftsbau", "automobil-fahrzeugbau", "automobile-zweiraeder", "fahrzeugvermietung", "luft-raumfahrzeugbau", "schienenfahrzeugbau", "schiffbau", "verkehrstechnik", "banken-finanzdienstleistungen", "bankwesen", "finanzdienstleistungen", "investmentbanken", "risikokapital-private-equity", "beratung-consulting", "energie-wasser-umwelt", "abfaelle-recycling", "energiewirtschaft", "erneuerbare-energien", "umweltschutz", "wasserversorgung-entsorgung", "erziehung-bildung-wissenschaft", "coaching-fortbildung", "e-learning", "fach-hochschulen", "forschung", "kinderbetreuung", "schulen-kindergaerten", "gesundheit-soziales", "alternative-medizin", "arztpraxen", "krankenhaeuser", "medizinische-dienste", "pflegeberufe", "psychologie-psychotherapie", "sozialwesen", "tiermedizin", "immobilien", "facility-management", "immobilienvermittlung", "immobilienverwaltung", "industrie-maschinenbau", "bio-nanotechnologie", "chemie", "druckwesen", "elektrotechnik", "halbleiter-elektronische-bauteile", "kunststoff-gummiwaren", "maschinenbau-betriebstechnik", "mess-steuer-regelungstechnik", "metallindustrie-verarbeitung", "mineraloel-verarbeitung", "optische-fotografische-geraete", "ruestung", "verbundwerkstoffe", "internet-it", "computer-hardware", "computer-software", "computernetzwerke", "computerspiele", "internet-onlinemedien", "it-dienstleister", "it-sicherheit", "unterhaltungselektronik", "konsumgueter-handel", "einzelhandel", "getraenke", "glas-keramik", "grosshandel", "import-export", "kosmetik-koerperpflege", "lebensmittel", "mode-textilien", "moebel-holzwaren", "papierwaren", "schmuck-luxusgueter", "tabakwaren", "kunst-kultur-sport", "bibliotheken", "darstellende-kunst", "fitness-studios-sportvereine-anlagen", "fotografie", "kunst-kunsthandwerk", "museen-kultureinrichtungen", "musik", "sporttreibende-veranstalter-verbaende", "marketing-pr-design", "design-grafik", "marketing-werbung", "markt-meinungsforschung", "messe-ausstellungen-kongresse", "pr", "medien-verlage", "film-musik", "informationsdienste", "journalismus", "rundfunk-fernsehen", "text-lektorat", "uebersetzen-dolmetschen", "verlagswesen", "oeffentlicher-dienst-verbaende-einrichtungen", "gemeinnuetzige-einrichtungen-vereine", "internationale-angelegenheiten", "oeffentliche-verwaltung", "politik-verbaende", "religioese-einrichtungen", "verteidigung-justiz-polizei", "personaldienstleistungen", "outsourcing-offshoring", "personaldienstleistungen-beratung", "pharma-medizintechnik", "medizintechnik", "pharmazeutische-produkte-arzneimittel", "sonstige-branchen", "bergbau-metalle", "fischerei", "forstwirtschaft-jagd", "geologie", "landwirtschaft", "sicherheit-ermittlungen", "sonstige-dienstleistungen", "spiel-wett-lotteriewesen", "telekommunikation", "tourismus-gastronomie", "freizeiteinrichtungen", "gastronomie", "hotelgewerbe", "reisebueros-veranstalter", "transport-logistik", "bahnverkehr", "lagerhaltung", "luftverkehr", "personenverkehr", "post-spedition", "schifffahrt", "versicherungen", "wirtschaftspruefung-steuern-recht", "rechtsberatung", "steuerberatung", "wirtschaftspruefung")since_period string nullable — Restrict to recently posted jobs (one of: "last_24_hours", "last_week", "last_month")salary_min integer nullable — Minimum annual salary in EUR. Without salary_max the range is capped at 200000 EUR, so postings estimated above that are excluded — pass salary_max explicitly to widen the ceiling (min: 0)salary_max integer nullable — Maximum annual salary in EUR (min: 0)lang string — Content language (default: "de"; one of: "de", "en")@type string (default: "XingJob")id string requiredglobal_id string nullableslug string nullableurl string nullablecompany_name string nullablecompany_id string nullableemployment_type string nullablecareer_level string nullablediscipline string nullableindustry string nullablelanguage string nullablekeywords array (default: [])remote_options array (default: [])salary object nullable@type string (default: "XingJobSalary")currency string nullableminimum number nullablemaximum number nullablemedian number nullablelocation object nullable@type string (default: "XingJobLocation")city string nullablecity_id integer nullableregion string nullablestreet string nullablezip_code string nullablecountry_code string nullablecountry string nullabledescription string nullabledescription_text string nullablewebsite string nullableapply_url string nullableis_paid boolean nullableis_top_job boolean nullableis_prioritized boolean nullableredirects_to_third_party boolean nullableactivated_at integer nullablerefreshed_at integer nullableexpires_at integer nullable422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — The entity was not found, or a precondition failed Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.