{
  "openapi": "3.0.1",
  "info": {
    "title": "Wellfound Startup Job Scraper",
    "description": "Scrape startup jobs from Wellfound (AngelList Talent) with full job descriptions, salary and equity bands, company size, funding stage and YC/top-investor signals — plus incremental change tracking and notifications. No account needed.",
    "version": "1.0",
    "x-build-id": "mvSt01nECyoO4RIkB"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/corvuslab~wellfound-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-corvuslab-wellfound-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/corvuslab~wellfound-scraper/runs": {
      "post": {
        "operationId": "runs-sync-corvuslab-wellfound-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/corvuslab~wellfound-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-corvuslab-wellfound-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": "Free-text keyword, e.g. \"rust engineer\", \"ML ops\", \"solidity\". Wellfound has no public keyword search, so the keyword is used two ways: it picks the closest role pages to walk, and it is enforced as a required term against every job title and description. For an exact taxonomy match, use **Roles** instead."
          },
          "roles": {
            "title": "💼 Roles",
            "type": "array",
            "description": "Wellfound role pages to walk. Each role runs as its own search. Combine with **Locations** to get every role × location pair.",
            "items": {
              "type": "string",
              "enum": [
                "software-engineer",
                "frontend-engineer",
                "backend-engineer",
                "data-engineer",
                "data-analyst",
                "data-scientist",
                "devops-engineer",
                "mobile-engineer",
                "engineering-manager",
                "product-manager",
                "product-designer",
                "designer",
                "graphic-designer",
                "ui-ux-designer",
                "marketing",
                "growth-marketer",
                "sales",
                "sales-manager",
                "account-manager",
                "recruiter",
                "hr-manager",
                "operations-manager",
                "finance",
                "financial-analyst"
              ],
              "enumTitles": [
                "Software Engineer",
                "Frontend Engineer",
                "Backend Engineer",
                "Data Engineer",
                "Data Analyst",
                "Data Scientist",
                "DevOps Engineer",
                "Mobile Engineer",
                "Engineering Manager",
                "Product Manager",
                "Product Designer",
                "Designer",
                "Graphic Designer",
                "UI/UX Designer",
                "Marketing",
                "Growth Marketer",
                "Sales",
                "Sales Manager",
                "Account Manager",
                "Recruiter",
                "HR Manager",
                "Operations Manager",
                "Finance",
                "Financial Analyst"
              ]
            }
          },
          "location": {
            "title": "📍 Locations",
            "type": "array",
            "description": "Locations to search. Used on its own, or paired with each role. Choose `remote` to search remote-only listings.",
            "items": {
              "type": "string",
              "enum": [
                "remote",
                "san-francisco",
                "new-york",
                "los-angeles",
                "seattle",
                "boston",
                "austin",
                "chicago",
                "denver",
                "district-of-columbia",
                "united-states",
                "india"
              ],
              "enumTitles": [
                "Remote",
                "San Francisco",
                "New York",
                "Los Angeles",
                "Seattle",
                "Boston",
                "Austin",
                "Chicago",
                "Denver",
                "Washington DC",
                "United States",
                "India"
              ]
            }
          },
          "remote": {
            "title": "🌍 Remote only",
            "type": "boolean",
            "description": "Search the remote-only variant of each role page. Ignored when **Locations** already contains specific cities.",
            "default": false
          },
          "searchUrls": {
            "title": "🔗 Wellfound URLs",
            "type": "array",
            "description": "Paste Wellfound search URLs, e.g. `https://wellfound.com/role/l/software-engineer/new-york`. Use this to reach any role or location slug not offered in the dropdowns above.",
            "items": {
              "type": "string"
            }
          },
          "startUrls": {
            "title": "🔗 Start URLs",
            "type": "array",
            "description": "Alias of **Wellfound URLs** above, accepted so input written for other Wellfound scrapers runs here unchanged. Both are merged and deduplicated — use whichever you already have.",
            "items": {
              "type": "object",
              "required": [
                "url"
              ],
              "properties": {
                "url": {
                  "type": "string",
                  "title": "URL of a web page",
                  "format": "uri"
                }
              }
            }
          },
          "maxResults": {
            "title": "🎯 Max results",
            "minimum": 0,
            "maximum": 5000,
            "type": "integer",
            "description": "Maximum job records to output across all searches. `0` means no limit (capped at 5,000).",
            "default": 100
          },
          "maxPages": {
            "title": "📄 Max pages per search",
            "minimum": 1,
            "maximum": 200,
            "type": "integer",
            "description": "Safety bound on how deep each individual search is walked. Each page returns roughly 25–56 jobs.",
            "default": 25
          },
          "includeKeywords": {
            "title": "✅ Must contain",
            "type": "array",
            "description": "Keep only jobs mentioning at least one of these terms. Matched against title, description, role and company name.",
            "items": {
              "type": "string"
            }
          },
          "excludeKeywords": {
            "title": "🚫 Must not contain",
            "type": "array",
            "description": "Drop jobs mentioning any of these terms.",
            "items": {
              "type": "string"
            }
          },
          "jobType": {
            "title": "📋 Job type",
            "enum": [
              "",
              "full-time",
              "part-time",
              "contract",
              "internship",
              "cofounder"
            ],
            "type": "string",
            "description": "Employment type.",
            "default": ""
          },
          "experienceLevel": {
            "title": "🎓 Experience level",
            "enum": [
              "",
              "entry",
              "mid",
              "senior",
              "staff"
            ],
            "type": "string",
            "description": "Filter on the years of experience Wellfound publishes. Jobs that don't state a requirement are kept.",
            "default": ""
          },
          "salaryMin": {
            "title": "💰 Minimum salary",
            "minimum": 0,
            "type": "integer",
            "description": "Drop jobs whose published salary maximum is below this. Jobs with no published band are dropped when this is set. `0` = no minimum.",
            "default": 0
          },
          "salaryMax": {
            "title": "💸 Maximum salary",
            "minimum": 0,
            "type": "integer",
            "description": "Drop jobs whose published salary minimum is above this. `0` = no maximum.",
            "default": 0
          },
          "equityMin": {
            "title": "📈 Minimum equity",
            "minimum": 0,
            "maximum": 100,
            "type": "number",
            "description": "Drop jobs whose maximum equity grant is below this percentage. `0` = no minimum.",
            "default": 0
          },
          "remoteOnly": {
            "title": "🏠 Keep remote jobs only",
            "type": "boolean",
            "description": "Drop anything not flagged remote, whichever pages were searched.",
            "default": false
          },
          "excludeLocations": {
            "title": "📍 Exclude locations",
            "type": "array",
            "description": "Drop jobs whose locations mention any of these, e.g. `India` also drops `Bangalore, India`.",
            "items": {
              "type": "string"
            }
          },
          "companySize": {
            "title": "🏢 Company size",
            "type": "array",
            "description": "Keep only companies in these headcount bands.",
            "items": {
              "type": "string",
              "enum": [
                "SIZE_1_10",
                "SIZE_11_50",
                "SIZE_51_200",
                "SIZE_201_500",
                "SIZE_501_1000",
                "SIZE_1001_5000",
                "SIZE_5001_10000",
                "SIZE_10001_PLUS"
              ],
              "enumTitles": [
                "1–10",
                "11–50",
                "51–200",
                "201–500",
                "501–1000",
                "1001–5000",
                "5001–10000",
                "10001+"
              ]
            }
          },
          "yCombinatorOnly": {
            "title": "🟠 Y Combinator companies only",
            "type": "boolean",
            "description": "Keep only jobs at companies carrying Wellfound's YC badge.",
            "default": false
          },
          "fromDate": {
            "title": "📅 Posted after",
            "type": "string",
            "description": "Keep jobs posted on or after this date (`YYYY-MM-DD`)."
          },
          "toDate": {
            "title": "📅 Posted before",
            "type": "string",
            "description": "Keep jobs posted on or before this date (`YYYY-MM-DD`, inclusive)."
          },
          "maxAgeMinutes": {
            "title": "⏱️ Maximum age",
            "minimum": 0,
            "type": "integer",
            "description": "Keep only jobs posted within this many minutes before the run. Pairs well with a schedule — `60` on an hourly run gives you a live feed. `0` = no limit.",
            "default": 0
          },
          "customFilters": {
            "title": "🧩 Custom field rules",
            "type": "array",
            "description": "Rules over any output field, e.g. `[{\"field\":\"companyStage\",\"operator\":\"equals\",\"value\":\"early_stage\"}]`. Operators: `includes`, `notIncludes`, `equals`, `notEquals`, `gt`, `gte`, `lt`, `lte`, `exists`, `notExists`."
          },
          "enrichDetail": {
            "title": "🔬 Fetch job detail pages",
            "type": "boolean",
            "description": "Adds company website, industry, normalised employment type and map coordinates by fetching each job's page. **Descriptions do not need this** — they already come with the search results. Costs one extra request per job.",
            "default": false
          },
          "includeDetails": {
            "title": "🔬 Include details (alias)",
            "type": "boolean",
            "description": "Alias of **Fetch job detail pages** above, accepted for compatibility with input written for other Wellfound scrapers. Turning on either one enables enrichment.",
            "default": false
          },
          "pageConcurrency": {
            "title": "⚡ Page concurrency",
            "minimum": 1,
            "maximum": 20,
            "type": "integer",
            "description": "Search pages fetched at the same time. This overlaps the waiting between pages; the request delay still caps how fast requests go out. If you see blocks, raise the request delay rather than lowering this.",
            "default": 4
          },
          "detailConcurrency": {
            "title": "⚡ Detail concurrency",
            "minimum": 1,
            "maximum": 20,
            "type": "integer",
            "description": "Parallel detail requests when enrichment is on. Note that the request delay caps the overall rate, so values above about 2 make little difference — with enrichment on, run time is roughly (number of jobs) × (request delay).",
            "default": 5
          },
          "extractContacts": {
            "title": "📧 Extract emails & phones",
            "type": "boolean",
            "description": "Best-effort scan of each description for contact details, emitted as `extractedEmails` and `extractedPhones`.",
            "default": false
          },
          "companyOnlyMode": {
            "title": "🏢 One record per company",
            "type": "boolean",
            "description": "Lead-generation mode: emit a single record per company (with `jobCount` and sample titles) instead of one per job.",
            "default": false
          },
          "descriptionFormat": {
            "title": "📝 Description format",
            "enum": [
              "all",
              "text",
              "markdown",
              "html"
            ],
            "type": "string",
            "description": "Which description variants to keep. Dropping unused ones makes records much smaller.",
            "default": "all"
          },
          "descriptionMaxLength": {
            "title": "✂️ Truncate descriptions",
            "minimum": 0,
            "type": "integer",
            "description": "Cut descriptions to this many characters. Useful for controlling LLM prompt cost. `0` = keep full text.",
            "default": 0
          },
          "compact": {
            "title": "🪶 Compact records",
            "type": "boolean",
            "description": "Emit only the core fields (id, title, company, URL, location, remote, compensation, posted date). Ideal for AI agents and MCP.",
            "default": false
          },
          "excludeEmptyFields": {
            "title": "🧹 Drop empty fields",
            "type": "boolean",
            "description": "Omit null and empty fields from every record.",
            "default": false
          },
          "incrementalMode": {
            "title": "♻️ Incremental mode",
            "type": "boolean",
            "description": "On repeat runs, emit only jobs that are new or changed. Unchanged jobs are recognised before any enrichment, so you skip both the work and the per-result fee. **Set `maxResults` high enough to cover your whole search** — a run that stops early sees a different slice each time and saves nothing.",
            "default": false
          },
          "stateKey": {
            "title": "🔑 State key",
            "type": "string",
            "description": "Names the tracking state, e.g. `us-remote-engineers`. Leave blank to derive one from your search settings. Use a fresh key when you change what you're tracking."
          },
          "emitUnchanged": {
            "title": "📎 Also emit unchanged jobs",
            "type": "boolean",
            "description": "Include `UNCHANGED` records too. Turns incremental mode into a full snapshot that is still change-labelled.",
            "default": false
          },
          "emitExpired": {
            "title": "🗑️ Also emit expired jobs",
            "type": "boolean",
            "description": "Emit an `EXPIRED` record for jobs tracked last run that have since disappeared.",
            "default": false
          },
          "skipReposts": {
            "title": "🔁 Skip reposts",
            "type": "boolean",
            "description": "Drop jobs that look like a re-listing of something already seen under a different ID.",
            "default": false
          },
          "telegramToken": {
            "title": "✈️ Telegram bot token",
            "type": "string",
            "description": "Bot token from @BotFather."
          },
          "telegramChatId": {
            "title": "✈️ Telegram chat ID",
            "type": "string",
            "description": "Target chat or channel ID (channels start with `-100`)."
          },
          "slackWebhookUrl": {
            "title": "💬 Slack webhook URL",
            "type": "string",
            "description": "Slack incoming-webhook URL."
          },
          "discordWebhookUrl": {
            "title": "🎮 Discord webhook URL",
            "type": "string",
            "description": "Discord channel webhook URL."
          },
          "whatsappPhoneNumberId": {
            "title": "🟢 WhatsApp phone number ID",
            "type": "string",
            "description": "Numeric phone-number ID from Meta Business Manager (not the phone number itself)."
          },
          "whatsappAccessToken": {
            "title": "🟢 WhatsApp access token",
            "type": "string",
            "description": "Meta Cloud API token with the `whatsapp_business_messaging` scope."
          },
          "whatsappTo": {
            "title": "🟢 WhatsApp recipient",
            "type": "string",
            "description": "Recipient in E.164 format, e.g. `+4512345678`. They must have messaged your business number within the last 24 hours."
          },
          "webhookUrl": {
            "title": "🪝 Webhook URL",
            "type": "string",
            "description": "Any HTTPS endpoint (n8n, Make, Zapier). Receives a JSON body with run metadata and the matching jobs."
          },
          "webhookHeaders": {
            "title": "🪝 Webhook headers",
            "type": "object",
            "description": "Extra request headers, e.g. `{\"Authorization\": \"Bearer …\"}`."
          },
          "notificationLimit": {
            "title": "🔢 Jobs per message",
            "minimum": 1,
            "maximum": 20,
            "type": "integer",
            "description": "How many jobs to list in the notification.",
            "default": 5
          },
          "notifyOnlyChanges": {
            "title": "🔕 Only notify on changes",
            "type": "boolean",
            "description": "With incremental mode on, notify only about new, updated or reappeared jobs.",
            "default": true
          },
          "includeRunMetadata": {
            "title": "🏷️ Include run summary",
            "type": "boolean",
            "description": "Prepend a one-line summary to each notification.",
            "default": true
          },
          "requestDelayMs": {
            "title": "🐢 Delay between requests",
            "minimum": 0,
            "maximum": 10000,
            "type": "integer",
            "description": "Milliseconds between page requests. Because pages are fetched in parallel, this is what sets the request rate — lowering it speeds runs up but raises the chance Wellfound throttles you, and raising it is the fix if that happens.",
            "default": 600
          },
          "proxyConfiguration": {
            "title": "🌐 Proxy configuration",
            "type": "object",
            "description": "Leave this alone unless you have a reason. The default uses Apify's datacenter proxies, which are the cheapest that reliably clear Wellfound. **If they ever start getting blocked, the run switches itself to residential automatically** — you do not need to do anything. To force residential from the start, pick it here.",
            "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}