{
  "openapi": "3.0.1",
  "info": {
    "title": "Workable Jobs Scraper",
    "description": "Pull every active Workable job — search 170k+ postings across all Workable customers, or grab every job from one Workable company in one run. Returns titles, locations, departments, employment type, full HTML descriptions, and apply URLs.",
    "version": "0.1",
    "x-build-id": "cDuBPNdSV9itGu0Le"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/schnellscrapers~workable-jobs-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-schnellscrapers-workable-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/schnellscrapers~workable-jobs-scraper/runs": {
      "post": {
        "operationId": "runs-sync-schnellscrapers-workable-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/schnellscrapers~workable-jobs-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-schnellscrapers-workable-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": {
          "query": {
            "title": "Search keyword",
            "type": "string",
            "description": "Keyword run against Workable's own search index (title + description). Example: `engineer`, `nurse`, `account manager`. Combine with the client-side title/description filters below for finer control. Leave blank to skip search mode."
          },
          "location": {
            "title": "Location",
            "type": "string",
            "description": "City, region, or country. Workable matches phrases against location text (e.g. `London`, `California`, `Germany`). Combine with `workplace=remote` to find remote roles tied to a country."
          },
          "workplace": {
            "title": "Workplace",
            "enum": [
              "remote",
              "hybrid",
              "on_site"
            ],
            "type": "string",
            "description": "Restrict to one work arrangement. Workable only exposes three categories."
          },
          "employmentType": {
            "title": "Employment type",
            "enum": [
              "Full-time",
              "Part-time",
              "Contract",
              "Temporary"
            ],
            "type": "string",
            "description": "Contract type. Workable groups internships under Temporary on the search index."
          },
          "dayRange": {
            "title": "Posted within N days",
            "minimum": 0,
            "maximum": 365,
            "type": "integer",
            "description": "Keep only jobs first listed in the last N days (Workable's `day_range` parameter). Leave at 0 to ignore.",
            "default": 0
          },
          "maxItemsPerSearch": {
            "title": "Maximum records from search mode",
            "minimum": 0,
            "maximum": 1000000,
            "type": "integer",
            "description": "Cap on records pulled from cross-customer search. Leave at 0 to keep pulling until `maxItems` or end of results. Useful as a guardrail when buyers experiment with broad queries — Workable can return tens of thousands of matches.",
            "default": 0
          },
          "companies": {
            "title": "Workable companies",
            "type": "array",
            "description": "Companies to pull every active job from. Paste the apply.workable.com slug (e.g. `allucent`, `northramp`, `same-day-water-heaters`) or any apply.workable.com URL — `https://apply.workable.com/allucent`. The slug is the path segment after the host. Use this together with — or instead of — search mode.",
            "items": {
              "type": "string"
            }
          },
          "titleFilter": {
            "title": "Title includes",
            "type": "array",
            "description": "Case-insensitive substring match against the job title. A record is kept if any term matches (e.g. `engineer`, `designer`).",
            "items": {
              "type": "string"
            }
          },
          "titleExcludeFilter": {
            "title": "Title excludes",
            "type": "array",
            "description": "Drop jobs whose title contains any of these substrings (e.g. `senior`, `manager`, `intern`).",
            "items": {
              "type": "string"
            }
          },
          "departmentFilter": {
            "title": "Department includes",
            "type": "array",
            "description": "Substring match against the `department` field (e.g. `engineering`, `operations`, `customer success`). Workable lets employers define their own department names.",
            "items": {
              "type": "string"
            }
          },
          "functionFilter": {
            "title": "Function includes",
            "type": "array",
            "description": "Substring match against the `function` field (e.g. `Information Technology`, `Research`, `Sales`). Only populated on the per-company widget endpoint — not on cross-customer search results.",
            "items": {
              "type": "string"
            }
          },
          "industryFilter": {
            "title": "Industry includes",
            "type": "array",
            "description": "Substring match against the `industry` field (e.g. `Biotechnology`, `Hospitality`). Only populated on the per-company widget endpoint — not on cross-customer search results.",
            "items": {
              "type": "string"
            }
          },
          "experienceLevels": {
            "title": "Experience levels",
            "type": "array",
            "description": "Substring match against the `experience` field. Common Workable values: `Entry level`, `Mid-Senior level`, `Director`, `Executive`. Only populated on the per-company widget endpoint.",
            "items": {
              "type": "string"
            }
          },
          "countryFilter": {
            "title": "Country includes",
            "type": "array",
            "description": "Substring match against the location country (e.g. `United States`, `Germany`, `United Kingdom`).",
            "items": {
              "type": "string"
            }
          },
          "remoteOnly": {
            "title": "Remote only",
            "type": "boolean",
            "description": "Keep only fully-remote jobs (`workplace=remote` or `telecommuting=true`). Faster to apply at the server level via the `workplace` input above — this catches remote jobs from per-company runs too.",
            "default": false
          },
          "postedAfter": {
            "title": "Only jobs posted after",
            "type": "string",
            "description": "ISO 8601 date (e.g. `2026-05-01`). Drops jobs whose `publishedAt` is older. Leave blank to keep every active job."
          },
          "descriptionContains": {
            "title": "Description contains",
            "type": "array",
            "description": "Substring match against the description body (and requirements + benefits sections when present). Useful for terms like `python`, `kubernetes`, `visa sponsorship`. Auto-enables description fetching.",
            "items": {
              "type": "string"
            }
          },
          "includeDescription": {
            "title": "Include full job description",
            "type": "boolean",
            "description": "When ON (default), descriptions are pulled with each record. On the cross-customer search endpoint, descriptions come back in the same response — no extra cost. On the per-company endpoint, this toggles between the lighter `details=false` payload (no description, ~700 bytes/job) and the full payload (~7 KB/job).",
            "default": true
          },
          "parseDescription": {
            "title": "Also produce plain-text description",
            "type": "boolean",
            "description": "Add a `descriptionText` field with HTML stripped and entities decoded. Useful for downstream search, embeddings, and LLM ingestion.",
            "default": false
          },
          "combineDescription": {
            "title": "Combine description + requirements + benefits",
            "type": "boolean",
            "description": "Some buyers want one HTML blob covering description, requirements, and benefits. When ON, `descriptionHtml` becomes the stitched version (sections wrapped in `<section data-section=…>` so they remain identifiable).",
            "default": false
          },
          "enrichLinkout": {
            "title": "Enrich with linkout URL",
            "type": "boolean",
            "description": "Some employers redirect applicants to their own site via a `linkoutUrl`. This field is only on the per-job detail endpoint. Turn this on to pay one extra HTTP fetch per emitted search record and capture it. No effect on per-company runs (the widget never exposes this field).",
            "default": false
          },
          "maxItems": {
            "title": "Maximum records (total)",
            "minimum": 0,
            "maximum": 1000000,
            "type": "integer",
            "description": "Hard cap on total records emitted across both modes. Useful for cost-bounded test runs. Leave at 0 to emit every matching job.",
            "default": 0
          },
          "maxItemsPerCompany": {
            "title": "Maximum records per company",
            "minimum": 0,
            "maximum": 1000000,
            "type": "integer",
            "description": "Per-company cap when iterating `companies`. Useful when one large employer would dominate a multi-company run. Leave at 0 for no per-company cap.",
            "default": 0
          },
          "dryRun": {
            "title": "Dry run",
            "type": "boolean",
            "description": "Fetch and parse but do not write to the dataset. Use to preview without spending credits.",
            "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}