{
  "openapi": "3.0.1",
  "info": {
    "title": "Job Board Monitor — New & Removed Job Alerts (7 ATS)",
    "description": "Monitor careers pages for changes across 7 ATS (Greenhouse, Workday, Lever, Ashby +3, auto-detected from any URL). Alerts on NEW and REMOVED (filled) postings, repost/ghost-job hints, hiring-freeze detection, Slack-ready digest lines. Schedule daily. No cookies, no anti-bot issues.",
    "version": "0.1",
    "x-build-id": "sMvRYWPunNxhuqEEw"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/opensignals~job-board-monitor/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-opensignals-job-board-monitor",
        "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/opensignals~job-board-monitor/runs": {
      "post": {
        "operationId": "runs-sync-opensignals-job-board-monitor",
        "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/opensignals~job-board-monitor/run-sync": {
      "post": {
        "operationId": "run-sync-opensignals-job-board-monitor",
        "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": {
          "sources": {
            "title": "Sources to monitor",
            "type": "array",
            "description": "Anything that points at a company's jobs: a careers page URL (`https://acme.com/careers` — the embedded ATS is auto-detected), a board URL (`boards.greenhouse.io/gitlab`), a bare slug (`gitlab`) or a plain company name.",
            "items": {
              "type": "string"
            }
          },
          "keywords": {
            "title": "Keywords (optional)",
            "type": "array",
            "description": "Only track jobs whose title/department/location contains ANY of these. Leave empty to track the whole board.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "locationFilter": {
            "title": "Location filter (optional)",
            "type": "array",
            "description": "Only track jobs whose location contains any of these substrings, e.g. `remote`, `berlin`.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "searchDescriptions": {
            "title": "Match keywords inside descriptions",
            "type": "boolean",
            "description": "Slower but catches tech-stack mentions buried in the description text.",
            "default": false
          },
          "notifyOn": {
            "title": "Notify about",
            "type": "array",
            "description": "`new` = postings that appeared; `removed` = postings that disappeared (position likely filled or closed).",
            "items": {
              "type": "string",
              "enum": [
                "new",
                "removed"
              ],
              "enumTitles": [
                "New postings",
                "Removed postings"
              ]
            },
            "default": [
              "new",
              "removed"
            ]
          },
          "emitBaseline": {
            "title": "Emit all jobs on first run",
            "type": "boolean",
            "description": "By default the first run for a board only records the baseline (no flood of `new_job` items). Enable to also output every currently open job on the first run.",
            "default": false
          },
          "rolePresets": {
            "title": "Role presets",
            "type": "array",
            "description": "Curated keyword bundles — pick roles instead of inventing keywords. Adds terms like `account executive`, `sdr`, `revops` (sales) or `backend`, `sre` (engineering) to your keywords.",
            "items": {
              "type": "string",
              "enum": [
                "engineering",
                "sales",
                "marketing",
                "data",
                "devops_platform",
                "ai_ml",
                "product",
                "design",
                "finance",
                "hr_recruiting",
                "support",
                "security",
                "leadership"
              ],
              "enumTitles": [
                "Engineering",
                "Sales",
                "Marketing",
                "Data",
                "DevOps / Platform",
                "AI / ML",
                "Product",
                "Design",
                "Finance",
                "HR / Recruiting",
                "Customer Support",
                "Security",
                "Leadership (VP+)"
              ]
            },
            "default": []
          },
          "watchNiche": {
            "title": "💥 Watch a whole niche (no list needed)",
            "type": "array",
            "description": "Monitor a random-but-frozen sample of companies from the built-in directory of ~8,800 job boards. Pick ATS universes; combine with keywords ('watch everyone hiring Go engineers'). The sample is frozen on first run so day-to-day diffs stay meaningful.",
            "items": {
              "type": "string",
              "enum": [
                "greenhouse",
                "ashby",
                "workable",
                "smartrecruiters",
                "personio",
                "lever"
              ],
              "enumTitles": [
                "Greenhouse (~1,800)",
                "Ashby (~2,700)",
                "Workable (~3,100)",
                "SmartRecruiters (~400)",
                "Personio (~670, EU)",
                "Lever (~70)"
              ]
            },
            "default": []
          },
          "watchLimit": {
            "title": "Niche watchlist size",
            "minimum": 10,
            "maximum": 1000,
            "type": "integer",
            "description": "How many companies to keep under watch (frozen sample).",
            "default": 100
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}