{
  "openapi": "3.0.1",
  "info": {
    "title": "Job Delta — Multi-ATS Job Change Monitor",
    "description": "Monitor public Greenhouse, Lever, Ashby, Recruitee, and Workable job boards for new, removed, reopened, and changed jobs, hiring signals, and strict cross-ATS duplicate matches. Unofficial community tool.",
    "version": "1.8",
    "x-build-id": "yCjCHwqRLicXVYVQ3"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/soilair~job-delta-cross-ats-monitor/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-soilair-job-delta-cross-ats-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/soilair~job-delta-cross-ats-monitor/runs": {
      "post": {
        "operationId": "runs-sync-soilair-job-delta-cross-ats-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/soilair~job-delta-cross-ats-monitor/run-sync": {
      "post": {
        "operationId": "run-sync-soilair-job-delta-cross-ats-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",
        "required": [
          "monitorId",
          "companies"
        ],
        "properties": {
          "monitorId": {
            "title": "Monitor ID",
            "minLength": 1,
            "maxLength": 120,
            "type": "string",
            "description": "Keep this stable across scheduled runs. A different value creates separate state.",
            "default": "my-job-delta-monitor"
          },
          "companies": {
            "title": "ATS boards",
            "minItems": 1,
            "maxItems": 200,
            "type": "array",
            "description": "Add public ATS boards. Select the ATS and enter its slug, or choose auto and paste a full supported board URL.",
            "items": {
              "type": "object",
              "additionalProperties": false,
              "properties": {
                "name": {
                  "type": "string",
                  "title": "Company name",
                  "minLength": 1,
                  "description": "Display name used to identify this company in emitted events and run summaries."
                },
                "source": {
                  "type": "string",
                  "title": "ATS source",
                  "enum": [
                    "auto",
                    "greenhouse",
                    "lever",
                    "ashby",
                    "recruitee",
                    "workable"
                  ],
                  "enumTitles": [
                    "Auto-detect from URL",
                    "Greenhouse",
                    "Lever",
                    "Ashby",
                    "Recruitee",
                    "Workable"
                  ],
                  "description": "ATS hosting the public board. Choose auto only when boardToken contains a full supported public URL."
                },
                "boardToken": {
                  "type": "string",
                  "title": "Board slug or public board URL",
                  "description": "Enter the ATS board slug, or a full allow-listed public board URL when source is auto. Examples: acme, Ashby, https://jobs.lever.co/acme.",
                  "minLength": 1,
                  "maxLength": 500
                }
              },
              "required": [
                "name",
                "source",
                "boardToken"
              ]
            },
            "default": [
              {
                "name": "Greenhouse",
                "source": "greenhouse",
                "boardToken": "greenhouse"
              },
              {
                "name": "Highspot",
                "source": "lever",
                "boardToken": "highspot"
              },
              {
                "name": "Ashby",
                "source": "ashby",
                "boardToken": "ashby"
              }
            ]
          },
          "initialRunMode": {
            "title": "Initial run behavior",
            "enum": [
              "baseline_only",
              "emit_added"
            ],
            "type": "string",
            "description": "Create a silent baseline or emit every current job as job_added.",
            "default": "baseline_only"
          },
          "includeDescriptions": {
            "title": "Track description changes",
            "type": "boolean",
            "description": "Fetch public descriptions for hashing, remote detection, and strict cross-ATS duplicate signals.",
            "default": true
          },
          "includeSalaryDetails": {
            "title": "Fetch optional public salary details",
            "type": "boolean",
            "description": "For Greenhouse, adds optional public detail requests; for Ashby, requests compensation. Other public salary fields are parsed when present.",
            "default": false
          },
          "emitDuplicateGroups": {
            "title": "Emit strict cross-ATS duplicate groups",
            "type": "boolean",
            "description": "Emit an advisory duplicate_job_merged event when near-identical public jobs appear on different ATS boards.",
            "default": true
          },
          "removalConfirmationRuns": {
            "title": "Removal confirmation runs",
            "minimum": 1,
            "maximum": 10,
            "type": "integer",
            "description": "A job must be missing from this many successful scans before job_removed is emitted.",
            "default": 2
          },
          "hiringChangeMinJobs": {
            "title": "Hiring surge minimum jobs",
            "minimum": 1,
            "maximum": 1000,
            "type": "integer",
            "description": "Minimum confirmed active-job count change for hiring_surge or hiring_slowdown.",
            "default": 5
          },
          "hiringChangeMinPercent": {
            "title": "Hiring surge minimum percent",
            "minimum": 0,
            "maximum": 1000,
            "type": "number",
            "description": "Minimum percentage change required together with the job-count threshold.",
            "default": 25
          },
          "rejectSuspiciousEmptyBoards": {
            "title": "Protect against false mass removals",
            "type": "boolean",
            "description": "If a board previously contained jobs and suddenly returns zero, preserve state and report a source failure.",
            "default": true
          },
          "maxConcurrency": {
            "title": "Maximum concurrency",
            "minimum": 1,
            "maximum": 50,
            "type": "integer",
            "description": "Maximum number of company-board requests processed concurrently.",
            "default": 10
          },
          "requestTimeoutSecs": {
            "title": "Request timeout (seconds)",
            "minimum": 5,
            "maximum": 120,
            "type": "number",
            "description": "Maximum time allowed for each public ATS HTTP request before retry or failure.",
            "default": 30
          },
          "resetMonitor": {
            "title": "Reset stored state",
            "type": "boolean",
            "description": "Ignore prior snapshots and recreate baselines for this run.",
            "default": false
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}