{
  "openapi": "3.0.1",
  "info": {
    "title": "Stepstone Scraper | All-In-One",
    "description": "Extract job postings and hiring company details at scale from Stepstone .de, .at, .be, & .nl. Use direct URLs or build searches with filters for location, salary, & more.  Get clean, structured job data Ideal for market research and job aggregation.",
    "version": "1.4",
    "x-build-id": "SP901kEqI3dja3vgK"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/fatihtahta~stepstone-scraper-fast-reliable-4-1k/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-fatihtahta-stepstone-scraper-fast-reliable-4-1k",
        "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~stepstone-scraper-fast-reliable-4-1k/runs": {
      "post": {
        "operationId": "runs-sync-fatihtahta-stepstone-scraper-fast-reliable-4-1k",
        "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~stepstone-scraper-fast-reliable-4-1k/run-sync": {
      "post": {
        "operationId": "run-sync-fatihtahta-stepstone-scraper-fast-reliable-4-1k",
        "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": {
          "startUrls": {
            "title": "Stepstone URLs to scrape",
            "type": "array",
            "description": "Paste Stepstone search-result or job-detail URLs when you already know which pages you want to collect. Use multiple URLs to combine several searches or specific job pages in one run.",
            "items": {
              "type": "string"
            }
          },
          "domain": {
            "title": "Stepstone country domain 🌎",
            "enum": [
              "stepstone.de",
              "stepstone.at",
              "stepstone.be",
              "stepstone.nl"
            ],
            "type": "string",
            "description": "Select the Stepstone country site for generated searches. Choose the domain that matches the hiring market you want to analyze.",
            "default": "stepstone.de"
          },
          "queries": {
            "title": "Search keywords 🔎",
            "type": "array",
            "description": "Enter keywords that describe the roles you want, such as job titles, skill sets, departments, industries, or employer names. Add multiple queries to run parallel job searches.",
            "items": {
              "type": "string"
            }
          },
          "location": {
            "title": "Location filter 📍",
            "type": "string",
            "description": "Optional city, region, or area for keyword-based searches (for example: Berlin, Vienna, Brussels, Amsterdam). Leave blank to search across all locations on the selected domain."
          },
          "distanceFromSource": {
            "title": "Distance from the source",
            "enum": [
              "5",
              "10",
              "20",
              "30",
              "40",
              "50",
              "75",
              "100"
            ],
            "type": "string",
            "description": "Select the search radius around the source location for keyword-based searches.",
            "default": "30"
          },
          "workRemote": {
            "title": "Remote work preference 🏠",
            "type": "array",
            "description": "Optional remote-work filter for keyword searches. Use this to focus on hybrid roles, fully remote roles, or both.",
            "items": {
              "type": "string",
              "enum": [
                "PARTIALLY_REMOTE_HYBRID",
                "FULLY_REMOTE_ONLY"
              ],
              "enumTitles": [
                "Partially remote / Hybrid",
                "Fully remote only"
              ]
            },
            "default": []
          },
          "ApplicationType": {
            "title": "Application method 📩",
            "type": "array",
            "description": "Optional application-flow filter for keyword searches. Use it when you want postings that route candidates to the company website or support quick application.",
            "items": {
              "type": "string",
              "enum": [
                "EXTERNAL",
                "INTERNAL"
              ],
              "enumTitles": [
                "Filter by Apply on company website",
                "Filter by Quick application"
              ]
            },
            "default": []
          },
          "listingLanguage": {
            "title": "Listing language 🌐",
            "type": "array",
            "description": "Optional language filter for keyword searches. Select one or more languages when you only want postings written in those languages.",
            "items": {
              "type": "string",
              "enum": [
                "GERMAN",
                "ENGLISH"
              ],
              "enumTitles": [
                "Filter by listings in German",
                "Filter by listings in English"
              ]
            },
            "default": []
          },
          "WorkingHours": {
            "title": "Working hours 🕙",
            "type": "array",
            "description": "Optional schedule filter for keyword searches. Choose full-time, part-time, or both based on the role mix you need.",
            "items": {
              "type": "string",
              "enum": [
                "FULL_TIME",
                "PART_TIME"
              ],
              "enumTitles": [
                "Filter by Full time",
                "Filter by Part time"
              ]
            },
            "default": []
          },
          "employmentType": {
            "title": "Employment type 🏢",
            "type": "array",
            "description": "Optional contract-type filter for keyword searches. Use it to target permanent roles, internships, freelance projects, student jobs, trainee roles, and other employment formats.",
            "items": {
              "type": "string",
              "enum": [
                "PERMANENT_POSITION",
                "APPRENTICESHIP_STUDIES",
                "FIXED_TERM_CONTRACT",
                "ENTRY_LEVEL_TRAINEE",
                "TEMPORARY_AGENCY_WORK",
                "STUDENT_JOB_WORKING_STUDENT",
                "INTERNSHIP",
                "FREELANCE_PROJECT_BASED",
                "BACHELORS_MASTERS_DIPLOMA_THESIS",
                "PHD_POSTDOCTORAL_QUALIFICATION"
              ],
              "enumTitles": [
                "Permanent position",
                "Apprenticeship / Studies",
                "Fixed-term contract",
                "Entry-level / Trainee",
                "Temporary agency work",
                "Student job / Working student",
                "Internship",
                "Freelance / Project-based work",
                "Bachelor’s / Master’s / Diploma thesis",
                "PhD / Postdoctoral qualification"
              ]
            },
            "default": []
          },
          "experience": {
            "title": "Experience level 🤝",
            "type": "array",
            "description": "Optional experience filter for keyword searches. Use it to focus on roles for entry-level candidates, experienced professionals, or management-track hiring.",
            "items": {
              "type": "string",
              "enum": [
                "EXPERIENCE_REQUIRED",
                "NO_EXPERIENCE_NEEDED",
                "MANAGEMENT_EXPERIENCE_REQUIRED"
              ],
              "enumTitles": [
                "Experience Required",
                "No Experience Needed",
                "Management experience required"
              ]
            },
            "default": []
          },
          "publishedDate": {
            "title": "Posting recency 📅",
            "enum": [
              "",
              "24Hours",
              "7Days"
            ],
            "type": "string",
            "description": "Optional freshness filter for keyword searches. Select a recent window when you need newly published roles for alerts, outreach, or time-sensitive analysis.",
            "default": ""
          },
          "limit": {
            "title": "Maximum listings per query",
            "minimum": 1,
            "type": "integer",
            "description": "Maximum listings to save (per query). Choose a lower number for quick samples and validation, or a higher number for broader market coverage and deeper analysis.",
            "default": 50000
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}