{
  "openapi": "3.0.1",
  "info": {
    "title": "Careers & Jobs Scraper - Company Job Board Extractor",
    "description": "Scrape job listings from company career pages: title, department, location, URL, and new-posting flags. Export to CSV/JSON.",
    "version": "0.1",
    "x-build-id": "9BymPcXIyGue0GmCG"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/samer-samaha~careers-jobs/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-samer-samaha-careers-jobs",
        "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/samer-samaha~careers-jobs/runs": {
      "post": {
        "operationId": "runs-sync-samer-samaha-careers-jobs",
        "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/samer-samaha~careers-jobs/run-sync": {
      "post": {
        "operationId": "run-sync-samer-samaha-careers-jobs",
        "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": [
          "searchTerm"
        ],
        "properties": {
          "searchTerm": {
            "title": "Search term",
            "type": "string",
            "description": "Keyword to match against job titles and locations (e.g. 'software engineer')."
          },
          "searchTerms": {
            "title": "Search terms (list)",
            "type": "array",
            "description": "Optional list of keywords; if provided, jobs matching any of these are included.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "location": {
            "title": "Location",
            "type": "string",
            "description": "Preferred office/location text (best-effort filter; Greenhouse does not always expose this server-side).",
            "default": ""
          },
          "sites": {
            "title": "Company boards (sites)",
            "type": "array",
            "description": "Greenhouse company slugs to search, e.g. 'stripe' for boards.greenhouse.io/embed/job_board?for=stripe.",
            "default": [
              "stripe"
            ],
            "items": {
              "type": "string"
            }
          },
          "maxResults": {
            "title": "Max results",
            "minimum": 1,
            "type": "integer",
            "description": "Maximum number of job postings to return in total.",
            "default": 100
          },
          "isRemote": {
            "title": "Remote only",
            "type": "boolean",
            "description": "If true, best-effort filter for remote-labelled roles.",
            "default": false
          },
          "jobType": {
            "title": "Job type",
            "type": "string",
            "description": "Employment type filter (e.g. full-time, part-time, intern). Not always available on Greenhouse boards.",
            "default": ""
          },
          "hoursOld": {
            "title": "Posted within (hours)",
            "type": "integer",
            "description": "Only return jobs posted within this many hours, if that data is available."
          },
          "countryIndeed": {
            "title": "Country (Indeed compatibility)",
            "type": "string",
            "description": "Present for cross-actor input compatibility; not used by Greenhouse.",
            "default": ""
          },
          "googleSearchTerm": {
            "title": "Google search term (compatibility)",
            "type": "string",
            "description": "Present for cross-actor input compatibility; not used by Greenhouse.",
            "default": ""
          },
          "distance": {
            "title": "Distance (miles)",
            "type": "integer",
            "description": "Present for cross-actor input compatibility; not used by Greenhouse.",
            "default": 25
          },
          "offset": {
            "title": "Offset",
            "type": "integer",
            "description": "Number of results to skip before returning (used together with maxResults).",
            "default": 0
          },
          "easyApply": {
            "title": "Easy apply only",
            "type": "boolean",
            "description": "Present for cross-actor input compatibility; not used by Greenhouse.",
            "default": false
          },
          "linkedinFetchDescription": {
            "title": "Fetch full description (compatibility)",
            "type": "boolean",
            "description": "Present for cross-actor input compatibility; not used by Greenhouse.",
            "default": false
          },
          "linkedinCompanyIds": {
            "title": "LinkedIn company IDs (compatibility)",
            "type": "array",
            "description": "Present for cross-actor input compatibility; not used by Greenhouse.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "descriptionFormat": {
            "title": "Description format",
            "type": "string",
            "description": "Format hint for downstream consumers (markdown/html/text). Not used for parsing here.",
            "default": "markdown"
          },
          "enforceAnnualSalary": {
            "title": "Enforce annual salary",
            "type": "boolean",
            "description": "Present for cross-actor input compatibility; not used by Greenhouse.",
            "default": false
          },
          "userAgent": {
            "title": "User agent",
            "type": "string",
            "description": "Custom User-Agent header to use for requests.",
            "default": "Mozilla/5.0 (compatible; CareersJobsBot/1.0; +https://apify.com)"
          },
          "caCert": {
            "title": "CA certificate",
            "type": "string",
            "description": "Optional custom CA certificate for requests, if required by your proxy.",
            "default": ""
          },
          "proxyConfiguration": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Apify proxy configuration to use for requests.",
            "default": {
              "useApifyProxy": true
            }
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}