{
  "openapi": "3.0.1",
  "info": {
    "title": "XING Jobs Scraper — Jobs, Companies & Contacts",
    "description": "Scrapes XING job listings by keyword and location, returning enriched job details and company profiles for the DACH region.",
    "version": "0.0",
    "x-build-id": "AfiCB8vyjdbBpqNYo"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/datacach~xing-jobs-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-datacach-xing-jobs-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/datacach~xing-jobs-scraper/runs": {
      "post": {
        "operationId": "runs-sync-datacach-xing-jobs-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/datacach~xing-jobs-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-datacach-xing-jobs-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "required": [
          "keywords",
          "location"
        ],
        "properties": {
          "keywords": {
            "title": "🔍 Keywords",
            "maxItems": 10,
            "type": "array",
            "description": "One or more job titles, skills, or keywords to search for. Each entry runs as an independent search and results are combined. Tip: use the same terms you'd type directly on XING.",
            "items": {
              "type": "string"
            },
            "default": [
              "software engineer"
            ]
          },
          "location": {
            "title": "📍 Location",
            "type": "string",
            "description": "City to search in. Partial names work — \"berlin\" and \"Berlin\" both resolve correctly. The scraper picks the top autocomplete match.",
            "default": "Berlin"
          },
          "maxResults": {
            "title": "⚙️ Max Results",
            "minimum": 1,
            "type": "integer",
            "description": "Maximum number of jobs to return. The scraper stops as soon as this limit is reached, even mid-pagination. Leave empty to return all available results."
          },
          "startPage": {
            "title": "📄 Start Page",
            "minimum": 1,
            "type": "integer",
            "description": "Page number to start scraping from (1 = first page). Useful for resuming a previous run or skipping already-scraped pages.",
            "default": 1
          },
          "sincePeriod": {
            "title": "📅 Date Posted",
            "enum": [
              "",
              "LAST_24_HOURS",
              "LAST_WEEK",
              "LAST_MONTH"
            ],
            "type": "string",
            "description": "Return only jobs posted within this period. Leave as \"Any time\" to get all results regardless of posting date.",
            "default": ""
          },
          "radius": {
            "title": "📏 Search Radius (km)",
            "enum": [
              "",
              "10",
              "20",
              "50",
              "70",
              "100",
              "200"
            ],
            "type": "string",
            "description": "Maximum distance from the selected city in kilometres. Leave empty to restrict results to the exact city only.",
            "default": ""
          },
          "remoteOptions": {
            "title": "🏠 Workplace",
            "type": "array",
            "description": "Filter by workplace arrangement. Select one or more options. Leave empty to include all arrangements.",
            "items": {
              "type": "string",
              "enum": [
                "FULL_REMOTE.050e26",
                "PARTLY_REMOTE.ca71ca",
                "NON_REMOTE.3ca273"
              ],
              "enumTitles": [
                "Remote",
                "Hybrid",
                "On-site"
              ]
            },
            "default": []
          },
          "employmentTypes": {
            "title": "💼 Employment Type",
            "type": "array",
            "description": "Filter by contract type. Select one or more options. Leave empty to include all types.",
            "items": {
              "type": "string",
              "enum": [
                "FULL_TIME.ef2fe9",
                "PART_TIME.58889d",
                "CONTRACTOR.0ed397",
                "INTERN.dc571c",
                "TEMPORARY.8ff6ad",
                "SEASONAL.e4ab1d",
                "VOLUNTARY.c61099"
              ],
              "enumTitles": [
                "Full-time",
                "Part-time",
                "Self-employed",
                "Student / Intern",
                "Temporary",
                "Seasonal",
                "Volunteer"
              ]
            },
            "default": []
          },
          "careerLevels": {
            "title": "🎯 Career Level",
            "type": "array",
            "description": "Filter by experience level. Select one or more options. Leave empty to include all levels.",
            "items": {
              "type": "string",
              "enum": [
                "1.795d28",
                "2.24d1f6",
                "3.2ebf16",
                "4.83b992",
                "5.6b837d",
                "6.37d32d"
              ],
              "enumTitles": [
                "Student / Intern",
                "Entry Level",
                "Professional / Experienced",
                "Manager / Supervisor",
                "Executive (VP, SVP, etc.)",
                "Senior Executive (CEO, CFO, President)"
              ]
            },
            "default": []
          },
          "salaryMin": {
            "title": "💰 Minimum Salary (€/year)",
            "minimum": 0,
            "maximum": 200000,
            "type": "integer",
            "description": "Minimum annual gross salary in euros. Leave empty for no lower bound."
          },
          "salaryMax": {
            "title": "💰 Maximum Salary (€/year)",
            "minimum": 0,
            "maximum": 200000,
            "type": "integer",
            "description": "Maximum annual gross salary in euros. Leave empty for no upper bound."
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}