{
  "openapi": "3.0.1",
  "info": {
    "title": "Hiring Signal Monitor — ATS Changes (Beta)",
    "description": "Track hiring changes at target accounts across Greenhouse, Lever and Ashby. Save a watchlist, compare daily, and get new roles, confirmed removals and hiring surges with evidence. Beta: no custom event fee; Apify usage applies.",
    "version": "0.1",
    "x-build-id": "6SSVgtHGjubpYle7k"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/matdavis~hiring-signal-monitor/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-matdavis-hiring-signal-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/matdavis~hiring-signal-monitor/runs": {
      "post": {
        "operationId": "runs-sync-matdavis-hiring-signal-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/matdavis~hiring-signal-monitor/run-sync": {
      "post": {
        "operationId": "run-sync-matdavis-hiring-signal-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": {
          "mode": {
            "title": "Mode",
            "enum": [
              "monitor",
              "demo"
            ],
            "type": "string",
            "description": "monitor checks live company boards and updates your baseline. demo returns clearly labeled synthetic examples without checking companies or custom event charges.",
            "default": "monitor"
          },
          "companies": {
            "title": "Companies",
            "maxItems": 100,
            "type": "array",
            "description": "Companies to check. Provide domain and preferably an explicit Greenhouse, Lever or Ashby careerUrl. externalId is your optional CRM account ID. Domain discovery is best effort.",
            "items": {
              "type": "object",
              "additionalProperties": false,
              "required": [
                "domain"
              ],
              "properties": {
                "domain": {
                  "type": "string",
                  "maxLength": 253,
                  "pattern": "^(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\\.)+[a-zA-Z]{2,63}$",
                  "title": "Domain",
                  "description": "The domain for this item.",
                  "editor": "textfield"
                },
                "careerUrl": {
                  "type": "string",
                  "maxLength": 2048,
                  "pattern": "^https://",
                  "title": "Career url",
                  "description": "The career url for this item.",
                  "editor": "textfield"
                },
                "externalId": {
                  "type": "string",
                  "maxLength": 200,
                  "title": "External id",
                  "description": "The external id for this item.",
                  "editor": "textfield"
                }
              }
            },
            "default": []
          },
          "baselineKey": {
            "title": "Baseline key",
            "pattern": "^[a-zA-Z0-9][a-zA-Z0-9_/-]*$",
            "minLength": 1,
            "maxLength": 100,
            "type": "string",
            "description": "Reuse exactly this key for repeated checks of the same watchlist. A different key starts fresh. First runs seed a baseline and generate no live change events.",
            "default": "default-watchlist"
          },
          "rules": {
            "title": "Rules",
            "minItems": 1,
            "maxItems": 20,
            "type": "array",
            "description": "Title phrase rules with stable IDs. Defaults cover Security, RevOps and AI. Changing rules resets comparability. Phrases are literal and matched on word boundaries.",
            "items": {
              "type": "object",
              "additionalProperties": false,
              "required": [
                "id",
                "includeTitles"
              ],
              "properties": {
                "id": {
                  "type": "string",
                  "pattern": "^[a-zA-Z0-9][a-zA-Z0-9_-]{0,63}$",
                  "title": "Id",
                  "description": "The id for this item.",
                  "editor": "textfield"
                },
                "includeTitles": {
                  "type": "array",
                  "minItems": 1,
                  "maxItems": 30,
                  "items": {
                    "type": "string",
                    "minLength": 1,
                    "maxLength": 100
                  },
                  "title": "Include titles",
                  "description": "The include titles for this item.",
                  "editor": "json"
                }
              }
            },
            "default": [
              {
                "id": "security",
                "includeTitles": [
                  "security engineer",
                  "head of security",
                  "ciso"
                ]
              },
              {
                "id": "revops",
                "includeTitles": [
                  "revenue operations",
                  "revops",
                  "sales operations"
                ]
              },
              {
                "id": "ai",
                "includeTitles": [
                  "machine learning",
                  "ai engineer",
                  "ai platform",
                  "llm"
                ]
              }
            ]
          },
          "windowDays": {
            "title": "Window days",
            "minimum": 7,
            "maximum": 30,
            "type": "integer",
            "description": "Complete observation window required for hiring surge signals. Missing coverage restarts warm-up.",
            "default": 7
          },
          "minNewRoles": {
            "title": "Min new roles",
            "minimum": 2,
            "maximum": 100,
            "type": "integer",
            "description": "Minimum number of distinct newly observed job IDs matching a rule in the observation window.",
            "default": 3
          },
          "onlyActionable": {
            "title": "Only actionable",
            "type": "boolean",
            "description": "When true, only role changes matching your rules are emitted. No LLM score or claim of confirmed hiring.",
            "default": true
          },
          "maxCompanies": {
            "title": "Max companies",
            "minimum": 1,
            "maximum": 100,
            "type": "integer",
            "description": "Hard input limit. Oversized lists fail validation rather than silently skip companies.",
            "default": 100
          },
          "maxEvents": {
            "title": "Max events",
            "minimum": 1,
            "maximum": 100,
            "type": "integer",
            "description": "Maximum events in the summary preview. The Dataset retains all delivered events; hasMore indicates a truncated preview.",
            "default": 20
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}