{
  "openapi": "3.0.1",
  "info": {
    "title": "Job Scraper | Greenhouse, Lever, Ashby & More",
    "description": "Scrape jobs from Greenhouse, Lever, Ashby, Recruitee, SmartRecruiters and Personio. Export descriptions and locations, track new or closed postings, and generate company hiring reports.",
    "version": "0.1",
    "x-build-id": "JFi192Nx6Wbwiwsiw"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/peerless_columbine~multi-ats-jobs-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-peerless_columbine-multi-ats-jobs-scraper",
        "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/peerless_columbine~multi-ats-jobs-scraper/runs": {
      "post": {
        "operationId": "runs-sync-peerless_columbine-multi-ats-jobs-scraper",
        "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/peerless_columbine~multi-ats-jobs-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-peerless_columbine-multi-ats-jobs-scraper",
        "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": {
          "companies": {
            "title": "Companies",
            "type": "array",
            "description": "ATS and company slug, or omit ats to probe all six platforms. Optional when presetLists is set. Auto-detection does not treat an empty feed as identity confirmation. Alternatively use {\"boardUrl\":\"https://jobs.ashbyhq.com/ramp\"} to extract a known ATS and slug. Conflicting explicit ats/company values are rejected; matching URL and slug targets merge."
          },
          "titleKeyword": {
            "title": "Title keyword filter",
            "type": "string",
            "description": "Keep only jobs whose title contains this substring (case-insensitive). Empty = no filter."
          },
          "locationKeyword": {
            "title": "Location keyword filter",
            "type": "string",
            "description": "Keep only jobs whose location contains this substring (case-insensitive). Empty = no filter."
          },
          "remoteOnly": {
            "title": "Remote only",
            "type": "boolean",
            "description": "Keep only postings detected as fully remote.",
            "default": false
          },
          "maxJobsPerCompany": {
            "title": "Max jobs per company",
            "minimum": 0,
            "type": "integer",
            "description": "Limit delivered job records after filtering; 0 means unlimited. The complete source is still fetched, so this does not cap compute, source requests or snapshot storage. Report mode ignores this job-output limit.",
            "default": 50
          },
          "includeDescriptions": {
            "title": "Include job descriptions",
            "type": "boolean",
            "description": "Return full job description (plain text + HTML). Turn off for smaller, faster output when you only need metadata. For SmartRecruiters this adds one detail request per job.",
            "default": true
          },
          "onlyNewSinceLastRun": {
            "title": "Only new since last run (change detection)",
            "type": "boolean",
            "description": "Emit new and closed observations from complete successful snapshots; undelivered new jobs remain pending after output limits. Failed sources do not replace state. A server lease rejects overlapping stateful runs with STATE_BUSY; retry after the prior run finishes. A crash between delivery and state commit can replay a result; deduplicate by global_id and event state.",
            "default": false
          },
          "outputProfile": {
            "title": "Output profile",
            "enum": [
              "full",
              "compact",
              "minimal"
            ],
            "type": "string",
            "description": "full = all fields incl. HTML description. compact = drops description_html. minimal = core fields only (ats, company, title, location, remote, seniority, url, posted_at, global_id).",
            "default": "full"
          },
          "reportMode": {
            "title": "Hiring-Signal Report mode",
            "type": "boolean",
            "description": "Emit one hiring report per company over the complete filtered source, independent of maxJobsPerCompany. One delivered report incurs one report event; platform resources are additional. First-observation growth is unknown. The documented volume score is our heuristic, not a competitor formula.",
            "default": false
          },
          "keywords": {
            "title": "Priority keywords (report mode)",
            "type": "array",
            "description": "Report mode only. Terms to score per company (e.g. AI, security, platform, sales, enterprise). Each is counted against job titles and surfaced as keyword_hits."
          },
          "recentWindowDays": {
            "title": "Recent window days (report mode)",
            "minimum": 1,
            "type": "integer",
            "description": "Report mode only. Window used to frame hiring velocity. Pair with a recurring schedule + the persisted report state for true new-roles-since-last-run velocity and expansion deltas.",
            "default": 30
          },
          "presetLists": {
            "title": "Preset company lists",
            "type": "array",
            "description": "Verified starter bundles: top-tech (Stripe, Spotify, OpenAI); ai-ml (Anthropic, OpenAI); devtools (Postman); fintech (Stripe, Ramp). Combine with companies; duplicate ATS/company targets merged. These small bundles are not exhaustive rankings. Availability may change and failed sources are reported."
          },
          "firstRunMode": {
            "title": "First delta run",
            "enum": [
              "emit",
              "snapshot"
            ],
            "type": "string",
            "description": "Used only with onlyNewSinceLastRun in job mode. snapshot collects the complete source and persists a baseline without emitting initial jobs; later runs emit new/closed jobs. Platform resources still cost money. This mode has a separate state scope: switching from emit establishes a fresh baseline. Existing emit-mode state remains unchanged. Ignored in report mode.",
            "default": "emit"
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}