{
  "openapi": "3.0.1",
  "info": {
    "title": "English-speaking Jobs — DE,CH,NL - to be deleted not working",
    "description": "Aggregates English-speaking and remote/work-from-anywhere jobs for Germany and Switzerland from free APIs (Arbeitnow, Remotive, Jobicy, RemoteOK, We Work Remotely, Adzuna) plus optional LinkedIn/Indeed/Xing/StepStone Actors.",
    "version": "0.1",
    "x-build-id": "XNWVHOKDAalXS5qwk"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/pillowy_scraper_2pv~english-jobs-germany-netherlands/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-pillowy_scraper_2pv-english-jobs-germany-netherlands",
        "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/pillowy_scraper_2pv~english-jobs-germany-netherlands/runs": {
      "post": {
        "operationId": "runs-sync-pillowy_scraper_2pv-english-jobs-germany-netherlands",
        "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/pillowy_scraper_2pv~english-jobs-germany-netherlands/run-sync": {
      "post": {
        "operationId": "run-sync-pillowy_scraper_2pv-english-jobs-germany-netherlands",
        "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": {
          "keyword": {
            "title": "Keyword",
            "type": "string",
            "description": "Job title or keyword to search for, e.g. 'python developer'. Leave empty to fetch broadly.",
            "default": ""
          },
          "countries": {
            "title": "Countries",
            "type": "array",
            "description": "Countries to search in. StepStone only supports germany (also Austria/Belgium, not modeled here); all others support all three.",
            "items": {
              "type": "string",
              "enum": [
                "germany",
                "switzerland",
                "netherlands"
              ]
            },
            "default": [
              "germany",
              "switzerland"
            ]
          },
          "remoteAnywhere": {
            "title": "Include remote / work-from-anywhere jobs",
            "type": "boolean",
            "description": "Also include jobs that don't name a specific country — tagged Worldwide/Anywhere/Europe/EMEA/Flexible — regardless of the `countries` filter above. Applies to arbeitnow, remotive, remoteok, weworkremotely, himalayas, and themuse.",
            "default": true
          },
          "sources": {
            "title": "Sources",
            "type": "array",
            "description": "Which job sources to query. Direct-API sources (arbeitnow/remotive/jobicy/adzuna/remoteok/weworkremotely/himalayas/themuse/jooble) are free, no legal/ToS exposure — each either has no restriction on this kind of use, or (RemoteOK) an explicit API-terms-of-service permitting it with attribution. jooble needs a free signup key (joobleApiKey) and has a lifetime cap of 500 requests on its free tier, so it's opt-in. linkedin/indeed/xing/stepstone/roberthalf/visasponsored each run a separate paid Apify Store Actor composed against a site whose own Terms of Service prohibit scraping directly — see README before enabling those.",
            "items": {
              "type": "string",
              "enum": [
                "arbeitnow",
                "remotive",
                "jobicy",
                "adzuna",
                "remoteok",
                "weworkremotely",
                "himalayas",
                "themuse",
                "jooble",
                "linkedin",
                "indeed",
                "xing",
                "stepstone",
                "roberthalf",
                "visasponsored"
              ]
            },
            "default": [
              "arbeitnow",
              "remotive",
              "jobicy",
              "remoteok",
              "weworkremotely",
              "himalayas",
              "themuse"
            ]
          },
          "maxItemsPerSource": {
            "title": "Max items per source",
            "minimum": 1,
            "maximum": 1000,
            "type": "integer",
            "description": "Cap on how many results to request from each of linkedin/indeed/xing (these are pay-per-result Actors — keep this modest while testing).",
            "default": 25
          },
          "adzunaAppId": {
            "title": "Adzuna App ID",
            "type": "string",
            "description": "Optional. Only needed if 'adzuna' is included in sources. Get a free key at https://developer.adzuna.com/"
          },
          "adzunaAppKey": {
            "title": "Adzuna App Key",
            "type": "string",
            "description": "Optional. Only needed if 'adzuna' is included in sources."
          },
          "joobleApiKey": {
            "title": "Jooble API Key",
            "type": "string",
            "description": "Optional. Only needed if 'jooble' is included in sources. Get a free key (500-request lifetime cap) at https://jooble.org/api/about"
          },
          "linkedinActorId": {
            "title": "LinkedIn Actor ID override",
            "type": "string",
            "description": "Apify Store Actor to call for LinkedIn. Default is a well-reviewed public Actor; override if you prefer another.",
            "default": "curious_coder/linkedin-jobs-scraper"
          },
          "indeedActorId": {
            "title": "Indeed Actor ID override",
            "type": "string",
            "description": "Apify Store Actor to call for Indeed.",
            "default": "borderline/indeed-scraper"
          },
          "xingActorId": {
            "title": "Xing Actor ID override",
            "type": "string",
            "description": "Apify Store Actor to call for Xing.",
            "default": "fatihtahta/xing-jobs-scraper"
          },
          "stepstoneActorId": {
            "title": "StepStone Actor ID override",
            "type": "string",
            "description": "Apify Store Actor to call for StepStone. Covers Germany, Austria, Netherlands, and Belgium (Austria/Belgium aren't in our countries list); Switzerland is skipped since StepStone doesn't operate there. Filters for English-language ads directly.",
            "default": "trev0n/stepstone-scraper"
          },
          "robertHalfActorId": {
            "title": "Robert Half Actor ID override",
            "type": "string",
            "description": "Apify Store Actor to call for Robert Half. Covers Germany, Netherlands, and Switzerland (via its English-language CH-en locale).",
            "default": "studio-amba/roberthalf-scraper"
          },
          "visaSponsoredActorId": {
            "title": "Visa Sponsored (Relocate.me) Actor ID override",
            "type": "string",
            "description": "Apify Store Actor to call for Relocate.me visa-sponsored international tech jobs. Covers Germany and Netherlands; Relocate.me doesn't cover Switzerland.",
            "default": "khadinakbar/visa-sponsored-jobs-scraper"
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}