{
  "openapi": "3.0.1",
  "info": {
    "title": "Xing Jobs Scraper | Fast & Reliable",
    "description": "Extract structured Xing job listings including salaries, company data, roles, and hiring signals across DACH markets. Built for enterprise-grade hiring intelligence, talent market analysis, and automated recruiting or analytics pipelines.",
    "version": "0.0",
    "x-build-id": "nP8zZquAPAxanaEKv"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/fatihtahta~xing-jobs-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-fatihtahta-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/fatihtahta~xing-jobs-scraper/runs": {
      "post": {
        "operationId": "runs-sync-fatihtahta-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/fatihtahta~xing-jobs-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-fatihtahta-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",
        "properties": {
          "enrich_data": {
            "title": "Enrich results with full job data",
            "type": "boolean",
            "description": "Fetch each listing’s detail page to collect richer fields such as full sections, video links, images, and company details.",
            "default": true
          },
          "queries": {
            "title": "Search terms to look up",
            "type": "array",
            "description": "Optional words or phrases to search for. Each one is turned into a search URL by the target-specific search logic in the template.",
            "items": {
              "type": "string"
            }
          },
          "location": {
            "title": "Location for query searches",
            "type": "string",
            "description": "Optional location text such as Berlin or Frankfurt am Main. This is applied only when using `queries`; direct `startUrls` are used as provided."
          },
          "radius": {
            "title": "Radius",
            "enum": [
              "10",
              "20",
              "50",
              "70",
              "100",
              "200"
            ],
            "type": "string",
            "description": "Optional search radius in kilometers. This is applied only when using `queries` together with `location`."
          },
          "date_posted": {
            "title": "Date posted",
            "enum": [
              "LAST_MONTH",
              "LAST_WEEK",
              "LAST_24_HOURS"
            ],
            "type": "string",
            "description": "Optional posting-age filter applied only when using `queries`."
          },
          "workplace": {
            "title": "Workplace",
            "type": "array",
            "description": "Optional workplace filter. You can choose one or more options such as Fully Remote or Hybrid.",
            "items": {
              "type": "string",
              "enum": [
                "FULL_REMOTE.050e26",
                "PARTLY_REMOTE.ca71ca",
                "NON_REMOTE.3ca273"
              ],
              "enumTitles": [
                "Fully Remote",
                "Hybrid",
                "On-site"
              ]
            }
          },
          "employment_type": {
            "title": "Employment type",
            "type": "array",
            "description": "Optional employment type filter. You can choose one or more options.",
            "items": {
              "type": "string",
              "enum": [
                "PART_TIME.58889d",
                "FULL_TIME.ef2fe9",
                "CONTRACTOR.0ed397",
                "INTERN.dc571c",
                "SEASONAL.e4ab1d",
                "TEMPORARY.8ff6ad",
                "VOLUNTARY.c61099"
              ],
              "enumTitles": [
                "Part-time",
                "Full-time",
                "Self-employed",
                "Student",
                "Seasonal",
                "Temp",
                "Volunteer"
              ]
            }
          },
          "seniority": {
            "title": "Seniority",
            "type": "array",
            "description": "Optional seniority filter. You can choose one or more options.",
            "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)"
              ]
            }
          },
          "min_price": {
            "title": "Minimum salary (EUR)",
            "type": "integer",
            "description": "Optional minimum salary in EUR."
          },
          "max_price": {
            "title": "Maximum salary (EUR)",
            "type": "integer",
            "description": "Optional maximum salary in EUR."
          },
          "startUrls": {
            "title": "Pages or links to scrape",
            "type": "array",
            "description": "Add any pages you want the scraper to begin from, such as search results or individual item pages.",
            "items": {
              "type": "string"
            }
          },
          "limit": {
            "title": "Max results for each input",
            "minimum": 1,
            "type": "integer",
            "description": "Optional limit on how many results to save for each starting URL or search term. Leave empty to collect as many as are available."
          },
          "proxyConfiguration": {
            "title": "Proxy and connection settings",
            "type": "object",
            "description": "Optional Apify or custom proxy settings for more reliable requests.",
            "default": {
              "useApifyProxy": true,
              "apifyProxyGroups": [
                "RESIDENTIAL"
              ]
            }
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}