{
  "openapi": "3.0.1",
  "info": {
    "title": "ATS Jobs Scraper — Greenhouse, Lever & Ashby",
    "description": "Pull open job postings straight from companies' public ATS boards (Greenhouse, Lever, Ashby). Full descriptions, skills, normalized salary, cross-run dedupe and webhook delivery. No browser, no proxy.",
    "version": "1.0",
    "x-build-id": "VMHPN98U6IilHaxd6"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/mukeshrana90~ats-jobs-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-mukeshrana90-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/mukeshrana90~ats-jobs-scraper/runs": {
      "post": {
        "operationId": "runs-sync-mukeshrana90-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/mukeshrana90~ats-jobs-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-mukeshrana90-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": {
          "greenhouseBoards": {
            "title": "Greenhouse board tokens",
            "type": "array",
            "description": "Greenhouse board tokens, e.g. \"gitlab\" (from boards.greenhouse.io/gitlab).",
            "items": {
              "type": "string"
            }
          },
          "leverBoards": {
            "title": "Lever company slugs",
            "type": "array",
            "description": "Lever company slugs, e.g. \"spotify\" (from jobs.lever.co/spotify). Verified Lever examples: spotify, gopuff, ro, swordhealth.",
            "items": {
              "type": "string"
            }
          },
          "ashbyBoards": {
            "title": "Ashby org slugs",
            "type": "array",
            "description": "Ashby organization slugs, case-sensitive, e.g. \"Ramp\" (from jobs.ashbyhq.com/Ramp). Verified examples: Ramp, Notion, Vanta, Linear, Perplexity, Cohere, Cursor.",
            "items": {
              "type": "string"
            }
          },
          "boardUrls": {
            "title": "Board URLs (auto-detect)",
            "type": "array",
            "description": "Full board URLs for any provider — e.g. https://boards.greenhouse.io/gitlab, https://jobs.lever.co/leverdemo, https://jobs.ashbyhq.com/Ramp. Provider is detected from the host.",
            "items": {
              "type": "string"
            }
          },
          "jobTitle": {
            "title": "Job title",
            "type": "string",
            "description": "Keep only jobs whose TITLE contains this text (case-insensitive), e.g. \"data analyst\", \"software engineer\". Leave empty for all titles. Note: this filters the selected companies' boards — ATS boards have no cross-company search."
          },
          "location": {
            "title": "Location",
            "type": "string",
            "description": "Keep only jobs whose location contains this text (case-insensitive), e.g. \"New York\", \"United States\", \"Berlin\", \"Remote\"."
          },
          "searchKeywords": {
            "title": "Extra keywords (title OR description)",
            "type": "array",
            "description": "Broader than Job title: keep jobs whose title OR description contains ANY of these. Optional. Empty = no extra keyword filter.",
            "items": {
              "type": "string"
            }
          },
          "departmentFilter": {
            "title": "Department contains",
            "type": "string",
            "description": "Keep only jobs whose department contains this text (e.g. \"Engineering\")."
          },
          "remoteOnly": {
            "title": "Remote only",
            "type": "boolean",
            "description": "Keep only roles detected as remote.",
            "default": false
          },
          "postedWithinDays": {
            "title": "Posted within (days)",
            "minimum": 0,
            "type": "integer",
            "description": "Keep only jobs posted within this many days. 0 = no limit.",
            "default": 0
          },
          "maxJobsPerBoard": {
            "title": "Max jobs per board",
            "minimum": 0,
            "type": "integer",
            "description": "Cap per board. 0 = no limit.",
            "default": 0
          },
          "maxJobs": {
            "title": "Max jobs total",
            "minimum": 0,
            "type": "integer",
            "description": "Cap across all boards. 0 = no limit.",
            "default": 0
          },
          "extractSkills": {
            "title": "Extract skills & seniority",
            "type": "boolean",
            "description": "Parse the description into structured skills[], detected seniority and years-of-experience.",
            "default": true
          },
          "normalizeSalary": {
            "title": "Normalize salary",
            "type": "boolean",
            "description": "When a posting carries pay data, add normalizedSalary{} with annualized min/max in a target currency.",
            "default": true
          },
          "targetCurrency": {
            "title": "Target currency",
            "enum": [
              "USD",
              "EUR",
              "GBP",
              "CAD",
              "AUD",
              "INR",
              "SGD",
              "ZAR",
              "BRL",
              "MXN",
              "AED",
              "JPY",
              "CHF",
              "SEK",
              "PLN"
            ],
            "type": "string",
            "description": "Currency for normalized salaries.",
            "default": "USD"
          },
          "fxRatesOverride": {
            "title": "FX rates override",
            "type": "object",
            "description": "Optional. Override built-in exchange rates (units per 1 USD), e.g. {\"EUR\":0.92}.",
            "default": {}
          },
          "includeDescriptionHtml": {
            "title": "Include HTML description",
            "type": "boolean",
            "description": "Include the raw HTML description in addition to plain text.",
            "default": false
          },
          "deduplicate": {
            "title": "Deduplicate within run",
            "type": "boolean",
            "description": "Drop duplicate jobs within this run.",
            "default": true
          },
          "onlyNewSinceLastRun": {
            "title": "Only NEW jobs since last run",
            "type": "boolean",
            "description": "Cross-run dedupe: persist seen jobs in a named store and emit only postings not seen in previous runs. Ideal for scheduled monitoring.",
            "default": false
          },
          "dedupeStoreName": {
            "title": "Dedupe store name",
            "type": "string",
            "description": "Named key-value store used to persist seen jobs across runs.",
            "default": "ats-seen-jobs"
          },
          "notifyWebhookUrl": {
            "title": "Notify webhook URL",
            "type": "string",
            "description": "Optional. POSTs a JSON summary of the run's jobs to this URL on finish (Slack/Make/Zapier/custom). With 'Only NEW jobs' + a schedule this delivers only new postings. Failures never fail the scrape."
          },
          "maxConcurrency": {
            "title": "Max concurrency",
            "minimum": 1,
            "maximum": 50,
            "type": "integer",
            "description": "Parallel board requests.",
            "default": 10
          },
          "proxyConfiguration": {
            "title": "Proxy (optional)",
            "type": "object",
            "description": "Not required — these are public APIs. Optionally enable a proxy for very large board lists.",
            "default": {
              "useApifyProxy": 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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}