{
  "openapi": "3.0.1",
  "info": {
    "title": "Greenhouse Job Monitor & Hiring Intent Signals",
    "description": "Greenhouse job board monitor for sales teams. Rank B2B outbound accounts by hiring intent with explainable scores, outreach angles, and new job signals. Starter pack included — click Start to try free.",
    "version": "0.3",
    "x-build-id": "z4fT2cfiQl1GrgmxL"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/alexthecreator~hiring-intent-account-feed/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-alexthecreator-hiring-intent-account-feed",
        "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/alexthecreator~hiring-intent-account-feed/runs": {
      "post": {
        "operationId": "runs-sync-alexthecreator-hiring-intent-account-feed",
        "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/alexthecreator~hiring-intent-account-feed/run-sync": {
      "post": {
        "operationId": "run-sync-alexthecreator-hiring-intent-account-feed",
        "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": [
          "sourceMode"
        ],
        "properties": {
          "sourceMode": {
            "title": "Source Mode",
            "enum": [
              "greenhouse_api",
              "dataset"
            ],
            "type": "string",
            "description": "Choose where jobs are read from. Runtime validation enforces consistency with the source fields below.",
            "default": "greenhouse_api"
          },
          "sourceDatasetId": {
            "title": "Source Dataset ID (Dataset Mode) 📦",
            "type": "string",
            "description": "Dataset mode only. Apify dataset ID containing job posts. Leave empty when using Greenhouse mode."
          },
          "greenhouseBoardTokens": {
            "title": "Greenhouse Board Tokens (Greenhouse Mode) 🌱",
            "maxItems": 100,
            "type": "array",
            "description": "Greenhouse mode only. Board tokens or URLs. Default is a curated B2B starter pack (Stripe, Figma, Datadog, etc.) so first runs show a ranked multi-company overview — replace with your target companies. Clear this field when using dataset mode.",
            "items": {
              "type": "string"
            },
            "default": [
              "stripe",
              "figma",
              "datadog",
              "discord",
              "mongodb",
              "cloudflare",
              "brex",
              "gusto",
              "asana",
              "intercom"
            ]
          },
          "greenhouseIncludeContent": {
            "title": "Include Greenhouse Content 📝",
            "type": "boolean",
            "description": "Greenhouse mode only. When enabled, fetches full job description content from Greenhouse API.",
            "default": true
          },
          "maxSourceItems": {
            "title": "Max Source Items",
            "minimum": 1,
            "maximum": 20000,
            "type": "integer",
            "description": "Maximum number of source jobs to read before normalization/scoring.",
            "default": 3000
          },
          "maxAccounts": {
            "title": "Max Accounts Output 🎯",
            "minimum": 1,
            "maximum": 1000,
            "type": "integer",
            "description": "Maximum number of accounts to output.",
            "default": 50
          },
          "minAccountScore": {
            "title": "Min Account Score ✅",
            "minimum": 0,
            "type": "integer",
            "description": "Minimum score required for an account to be included in output.",
            "default": 25
          },
          "fieldMapping": {
            "title": "Field Mapping",
            "type": "object",
            "description": "Dataset mode only. Candidate source keys used to map normalized fields.",
            "properties": {
              "companyNameFields": {
                "title": "Company Name Fields",
                "type": "array",
                "editor": "stringList",
                "description": "Candidate source keys containing the company name.",
                "items": {
                  "type": "string"
                }
              },
              "companyDomainFields": {
                "title": "Company Domain Fields",
                "type": "array",
                "editor": "stringList",
                "description": "Candidate source keys containing the company domain.",
                "items": {
                  "type": "string"
                }
              },
              "companyUrlFields": {
                "title": "Company URL Fields",
                "type": "array",
                "editor": "stringList",
                "description": "Candidate source keys containing company website URLs.",
                "items": {
                  "type": "string"
                }
              },
              "jobTitleFields": {
                "title": "Job Title Fields",
                "type": "array",
                "editor": "stringList",
                "description": "Candidate source keys containing job titles.",
                "items": {
                  "type": "string"
                }
              },
              "jobUrlFields": {
                "title": "Job URL Fields",
                "type": "array",
                "editor": "stringList",
                "description": "Candidate source keys containing job posting URLs.",
                "items": {
                  "type": "string"
                }
              },
              "locationFields": {
                "title": "Location Fields",
                "type": "array",
                "editor": "stringList",
                "description": "Candidate source keys containing job location text.",
                "items": {
                  "type": "string"
                }
              },
              "postedAtFields": {
                "title": "Posted At Fields",
                "type": "array",
                "editor": "stringList",
                "description": "Candidate source keys containing posting date/time.",
                "items": {
                  "type": "string"
                }
              },
              "descriptionFields": {
                "title": "Description Fields",
                "type": "array",
                "editor": "stringList",
                "description": "Candidate source keys containing job descriptions.",
                "items": {
                  "type": "string"
                }
              }
            },
            "default": {
              "companyNameFields": [
                "companyName",
                "company",
                "organization",
                "employer",
                "accountName"
              ],
              "companyDomainFields": [
                "companyDomain",
                "domain",
                "websiteDomain",
                "company_website_domain"
              ],
              "companyUrlFields": [
                "companyUrl",
                "companyWebsite",
                "companySite",
                "website",
                "company_url"
              ],
              "jobTitleFields": [
                "jobTitle",
                "title",
                "position",
                "role",
                "name"
              ],
              "jobUrlFields": [
                "jobUrl",
                "url",
                "jobLink",
                "postingUrl",
                "applyUrl"
              ],
              "locationFields": [
                "location",
                "jobLocation",
                "city",
                "region",
                "country"
              ],
              "postedAtFields": [
                "postedAt",
                "datePosted",
                "publishedAt",
                "createdAt",
                "posted_on"
              ],
              "descriptionFields": [
                "description",
                "jobDescription",
                "summary",
                "details",
                "text"
              ]
            }
          },
          "roleRules": {
            "title": "Role Rules",
            "type": "array",
            "description": "Intent categories with score weights, keywords, negative keywords, and outreach angle templates.",
            "items": {
              "type": "object",
              "required": [
                "name",
                "weight",
                "keywords",
                "outreachAngles"
              ],
              "properties": {
                "name": {
                  "title": "Name",
                  "type": "string",
                  "editor": "textfield",
                  "description": "Human-readable category name."
                },
                "weight": {
                  "title": "Weight",
                  "type": "integer",
                  "editor": "number",
                  "description": "Score weight for this category.",
                  "minimum": 0
                },
                "keywords": {
                  "title": "Keywords",
                  "type": "array",
                  "editor": "stringList",
                  "description": "Keyword substrings used to match this category.",
                  "items": {
                    "type": "string"
                  }
                },
                "negativeKeywords": {
                  "title": "Negative Keywords",
                  "type": "array",
                  "editor": "stringList",
                  "description": "Optional exclusions. If matched in title or description, this category is skipped for that job.",
                  "items": {
                    "type": "string"
                  }
                },
                "outreachAngles": {
                  "title": "Outreach Angles",
                  "type": "array",
                  "editor": "stringList",
                  "description": "Suggested outreach angles for this category.",
                  "items": {
                    "type": "string"
                  }
                }
              }
            },
            "default": [
              {
                "name": "RevOps/CRM",
                "weight": 18,
                "keywords": [
                  "salesforce",
                  "hubspot",
                  "crm",
                  "revenue operations",
                  "revops",
                  "sales ops"
                ],
                "outreachAngles": [
                  "Support CRM migration and admin load before headcount ramps.",
                  "Accelerate pipeline hygiene with automation and reporting.",
                  "Reduce RevOps backlog with fast implementation capacity."
                ]
              },
              {
                "name": "Data/MLOps",
                "weight": 16,
                "keywords": [
                  "machine learning",
                  "mlops",
                  "data platform",
                  "data engineer",
                  "analytics engineer",
                  "llm"
                ],
                "outreachAngles": [
                  "Shorten data-to-decision cycles while roles are being staffed.",
                  "Stand up practical MLOps workflows without platform delays.",
                  "Bridge analytics engineering gaps during hiring bursts."
                ]
              },
              {
                "name": "Security/Compliance",
                "weight": 20,
                "keywords": [
                  "security engineer",
                  "soc 2",
                  "iso 27001",
                  "compliance",
                  "iam",
                  "governance"
                ],
                "outreachAngles": [
                  "De-risk audits by closing policy and control gaps quickly.",
                  "Ship security roadmap items while security hiring catches up.",
                  "Improve governance visibility for leadership and procurement."
                ]
              },
              {
                "name": "Growth/Paid",
                "weight": 14,
                "keywords": [
                  "paid search",
                  "paid social",
                  "growth marketing",
                  "performance marketing",
                  "demand generation",
                  "acquisition"
                ],
                "outreachAngles": [
                  "Capture demand faster with campaign execution support.",
                  "Improve paid channel ROI while growth team scales.",
                  "Fill demand gen execution gaps during hiring."
                ]
              }
            ]
          },
          "slackWebhookUrl": {
            "title": "Slack Digest Webhook 🔔",
            "type": "string",
            "description": "Optional Slack incoming webhook URL for digest notifications."
          },
          "digestTopN": {
            "title": "Digest Top N",
            "minimum": 1,
            "type": "integer",
            "description": "How many top rows to include in Slack digest.",
            "default": 10
          },
          "alertWebhookUrl": {
            "title": "Failure Alert Webhook 🚨",
            "type": "string",
            "description": "Optional Slack incoming webhook URL for run failures or delivery issues."
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}