{
  "openapi": "3.0.1",
  "info": {
    "title": "Wellfound Jobs API - Startup Jobs, Salary & Equity",
    "description": "Wellfound (formerly AngelList) startup jobs API. Search by role, location, and remote status; get full descriptions, parsed salary and equity, company data, and startup signals (YC, top investors, stage). Pay per job. MCP-ready for Claude and AI agents.",
    "version": "0.0",
    "x-build-id": "DwSDJwNHGiUZE6hf3"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/johnvc~wellfound-jobs-api/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-johnvc-wellfound-jobs-api",
        "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/johnvc~wellfound-jobs-api/runs": {
      "post": {
        "operationId": "runs-sync-johnvc-wellfound-jobs-api",
        "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/johnvc~wellfound-jobs-api/run-sync": {
      "post": {
        "operationId": "run-sync-johnvc-wellfound-jobs-api",
        "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": {
          "roles": {
            "title": "Roles",
            "type": "array",
            "description": "Role categories to search. Accepts Wellfound slugs (software-engineer, product-manager, data-scientist, designer, marketing...) or plain words that are mapped for you: 'software' becomes software-engineer, 'pm' becomes product-manager. Each role becomes its own search thread.",
            "items": {
              "type": "string"
            }
          },
          "locations": {
            "title": "Locations",
            "type": "array",
            "description": "Location slugs to filter by (e.g. san-francisco, new-york, london, india, remote). Each role x location pair becomes its own search thread. Leave empty for all locations.",
            "items": {
              "type": "string"
            }
          },
          "remoteOnly": {
            "title": "Remote only",
            "type": "boolean",
            "description": "Return only jobs flagged as remote.",
            "default": false
          },
          "keyword": {
            "title": "Keyword",
            "type": "string",
            "description": "Narrow the results to jobs whose title, description, company, or location contains this phrase (case-insensitive). Wellfound has no site-wide free-text search, so this filters the pages the run fetches. If you give a keyword with no roles and it names a job function, it is used as the role search itself."
          },
          "excludeKeyword": {
            "title": "Exclude keyword",
            "type": "string",
            "description": "Drop jobs whose title or description contains this phrase (case-insensitive)."
          },
          "jobType": {
            "title": "Job type",
            "enum": [
              "any",
              "full-time",
              "part-time",
              "contract",
              "internship"
            ],
            "type": "string",
            "description": "Filter by employment type.",
            "default": "any"
          },
          "minSalary": {
            "title": "Minimum salary (USD/year)",
            "type": "integer",
            "description": "Drop jobs whose maximum salary is below this. 0 = no minimum. Jobs without salary data are dropped when a minimum is set.",
            "default": 0
          },
          "maxSalary": {
            "title": "Maximum salary (USD/year)",
            "type": "integer",
            "description": "Drop jobs whose minimum salary exceeds this. 0 = no maximum.",
            "default": 0
          },
          "minEquity": {
            "title": "Minimum equity (%)",
            "type": "integer",
            "description": "Drop jobs whose maximum equity grant is below this percent. 0 = no minimum. Jobs without equity data are dropped when a minimum is set.",
            "default": 0
          },
          "ycOnly": {
            "title": "Y Combinator companies only",
            "type": "boolean",
            "description": "Keep only jobs at Y Combinator-funded startups (from the company's YC badge).",
            "default": false
          },
          "topInvestorsOnly": {
            "title": "Top-investor companies only",
            "type": "boolean",
            "description": "Keep only jobs at startups flagged as backed by top investors.",
            "default": false
          },
          "activelyHiringOnly": {
            "title": "Actively-hiring companies only",
            "type": "boolean",
            "description": "Keep only jobs at startups with the 'Actively Hiring' badge.",
            "default": false
          },
          "companyStage": {
            "title": "Company stage",
            "type": "string",
            "description": "Keep only jobs at companies at this funding stage (e.g. early_stage, growth_stage). Leave blank for any stage."
          },
          "includeDescription": {
            "title": "Include full description",
            "type": "boolean",
            "description": "Include the full job description (markdown) in each row. Turn off for a lighter, cheaper listing feed.",
            "default": true
          },
          "fetchJobDetails": {
            "title": "Fetch detail-page enrichment",
            "type": "boolean",
            "description": "For each job, also fetch its detail page to add structured salary, benefits, industry, company website, applicant-location requirements, and geo coordinates. One extra request and one extra charge per job.",
            "default": false
          },
          "maxItems": {
            "title": "Max jobs",
            "type": "integer",
            "description": "Maximum number of jobs to return across all search threads (after filtering).",
            "default": 50
          },
          "maxPagesPerSearch": {
            "title": "Max pages per search",
            "type": "integer",
            "description": "Safety cap on pages fetched per search thread (each page holds ~20-50 jobs). maxItems is the primary cap.",
            "default": 20
          },
          "startUrls": {
            "title": "Start URLs",
            "type": "array",
            "description": "Paste Wellfound search URLs to scrape directly (e.g. https://wellfound.com/role/l/product-manager/berlin). Each URL becomes its own search thread. When set, they are used alongside any roles/locations above.",
            "items": {
              "type": "object",
              "required": [
                "url"
              ],
              "properties": {
                "url": {
                  "type": "string",
                  "title": "URL of a web page",
                  "format": "uri"
                }
              }
            }
          },
          "proxyConfiguration": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Wellfound can challenge automated traffic. The default network settings are tuned for reliable runs; advanced users can override them.",
            "default": {
              "useApifyProxy": true,
              "apifyProxyGroups": [
                "RESIDENTIAL"
              ],
              "apifyProxyCountry": "US"
            }
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}