{
  "openapi": "3.0.1",
  "info": {
    "title": "Job Board API — Live Listings (Greenhouse, Lever, Ashby)",
    "description": "Structured job postings from company ATS boards. Scan greenhouse, lever, Ashby & Recruitee boards for open roles, or enable hiring-intel mode for company hiring velocity, intent roles you define (intentKeywords) and new-role deltas (watchId).",
    "version": "0.1",
    "x-build-id": "s6hYioRmte6OYVXlw"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/teamkamkod~ats-job-boards-api/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-teamkamkod-ats-job-boards-api",
        "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/teamkamkod~ats-job-boards-api/runs": {
      "post": {
        "operationId": "runs-sync-teamkamkod-ats-job-boards-api",
        "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/teamkamkod~ats-job-boards-api/run-sync": {
      "post": {
        "operationId": "run-sync-teamkamkod-ats-job-boards-api",
        "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": {
          "boardPreset": {
            "title": "Mode & companies (quick pick)",
            "enum": [
              "Custom (type your own below)",
              "All catalog — 800 companies (search mode)",
              "Scale-ups — 7 boards (GH×5 + Ashby×2)",
              "Travel & delivery (Airbnb, Lyft)",
              "Productivity SaaS (Notion, Linear, Dropbox)",
              "Recruitee sample (bunq)"
            ],
            "type": "string",
            "description": "Search mode: 'All catalog — 800 companies' scans every validated company board (Greenhouse/Lever/Ashby/Recruitee) — just type your criteria (keywords, sinceDays) and search. Or pick a targeted pack for a small watchlist. Choose 'Custom' to define your own companies below (type the name, a board id or paste a careers URL — auto-detected). Catalog mode = job search only (no hiring-intel); targeted packs & Custom support both. Default when omitted: full-catalog search mode (so API/MCP callers get results from a minimal input).",
            "default": "All catalog — 800 companies (search mode)"
          },
          "boards": {
            "title": "Companies to scan",
            "type": "array",
            "description": "Only needed when boardPreset is 'Custom'. One entry per company — EASIEST: just type the company name (Airbnb, Notion, bunq... auto-detected across Greenhouse/Lever/Ashby/Recruitee), or paste its careers URL (https://boards.greenhouse.io/airbnb...), or use board:org (greenhouse:coinbase, ashby:notion, recruitee:bunq). Workday: full URL required. Empty = no scan.",
            "items": {
              "type": "string"
            },
            "default": []
          },
          "keywords": {
            "title": "Keyword filters (title/department)",
            "type": "array",
            "description": "Keep only jobs whose title, department or location contains one of these (case-insensitive). Empty = all jobs of the scanned boards.",
            "items": {
              "type": "string"
            }
          },
          "remoteOnly": {
            "title": "Remote only",
            "type": "boolean",
            "description": "Drop jobs explicitly marked as non-remote. Default: false.",
            "default": false
          },
          "sinceDays": {
            "title": "Only jobs published in the last N days",
            "minimum": 0,
            "maximum": 90,
            "type": "integer",
            "description": "Keep only roles whose board timestamp is newer than N days (weekly digest pattern: 7). 0 = no date filter.",
            "default": 0
          },
          "intel": {
            "title": "Hiring-intel mode",
            "type": "boolean",
            "description": "Emit one hiring-intel report per scanned company (charged as hiring-intel): open roles, velocity (posted ≤7/≤30 days), top departments, intent roles and growth flags. Pair with watchId to get new_count/new_roles vs your previous scan.",
            "default": false
          },
          "intentKeywords": {
            "title": "Intent roles (YOUR ICP signals)",
            "type": "array",
            "description": "REQUIRED for intent detection: the roles/titles that make a job an intent match for you (e.g. \"revops\", \"sales ops\", \"customer success\", \"product manager\"). Empty = no intent detection (intent_roles stays empty). Each watchlist has its own list.",
            "items": {
              "type": "string"
            }
          },
          "watchId": {
            "title": "Watchlist id (delta tracking)",
            "type": "string",
            "description": "Stable id for this watchlist. When set, the actor remembers the job ids it returned (actor key-value store) and hiring-intel reports include what is NEW since the previous scan. Use a different id per watchlist."
          },
          "maxJobsPerBoard": {
            "title": "Max jobs per board",
            "minimum": 1,
            "maximum": 1000,
            "type": "integer",
            "description": "Cap per board (boards return up to ~500). Default: 500.",
            "default": 500
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}