{
  "openapi": "3.0.1",
  "info": {
    "title": "Wellfound (AngelList) Startup Jobs Scraper — Salary & Remote",
    "description": "Scrape startup jobs from wellfound.com (formerly AngelList Talent): title, company, location, salary (min/max/currency), equity, remote flag, job type, posted date and apply URL. A real browser via residential proxy clears DataDome bot protection. Delta mode returns only new postings.",
    "version": "0.1",
    "x-build-id": "fLEbuJIlUHN9aJsVk"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/nomad-agent~wellfound-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-nomad-agent-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/nomad-agent~wellfound-scraper/runs": {
      "post": {
        "operationId": "runs-sync-nomad-agent-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/nomad-agent~wellfound-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-nomad-agent-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": {
          "keyword": {
            "title": "Role / keyword",
            "type": "string",
            "description": "Optional role query appended to the listing URL (e.g. <code>frontend engineer</code>, <code>react</code>). Leave empty to scrape the default jobs listing."
          },
          "maxItems": {
            "title": "Max items",
            "minimum": 1,
            "type": "integer",
            "description": "Maximum number of postings to return.",
            "default": 30
          },
          "postedSince": {
            "title": "Posted within (days)",
            "minimum": 0,
            "type": "integer",
            "description": "Only keep postings posted within this many days. Postings whose posting date wellfound.com didn't expose are still kept, not dropped. Leave at 0 to disable this filter.",
            "default": 0
          },
          "titleExclude": {
            "title": "Exclude titles containing",
            "type": "array",
            "description": "Drop postings whose title contains any of these words/phrases (case-insensitive). Leave empty to keep every title.",
            "items": {
              "type": "string"
            }
          },
          "companyExclude": {
            "title": "Exclude companies containing",
            "type": "array",
            "description": "Drop postings whose company name contains any of these words/phrases (case-insensitive). Leave empty to keep every company.",
            "items": {
              "type": "string"
            }
          },
          "remoteOnly": {
            "title": "Remote jobs only",
            "type": "boolean",
            "description": "Keep only postings Wellfound flags as remote (the <code>isRemote</code> output field is true). Postings without a confirmed remote signal are dropped when this is on.",
            "default": false
          },
          "jobType": {
            "title": "Job type",
            "enum": [
              "",
              "Full-time",
              "Part-time",
              "Contract",
              "Internship",
              "Temporary"
            ],
            "type": "string",
            "description": "Keep only postings of this employment type (matched against the <code>jobType</code> output field, from schema.org <code>employmentType</code>). Leave empty for all types. Postings whose type wellfound.com didn't expose are kept, not dropped.",
            "default": ""
          },
          "salaryMin": {
            "title": "Minimum salary",
            "minimum": 0,
            "type": "integer",
            "description": "Keep only postings whose salary reaches at least this amount (compared against the top of the posting's range). Postings without an exposed salary are kept, not dropped. Leave at 0 to disable.",
            "default": 0
          },
          "salaryMax": {
            "title": "Maximum salary",
            "minimum": 0,
            "type": "integer",
            "description": "Keep only postings whose salary starts at or below this amount (compared against the bottom of the posting's range). Postings without an exposed salary are kept, not dropped. Leave at 0 to disable.",
            "default": 0
          },
          "proxyConfiguration": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Proxy used to load wellfound.com. Required: keep the Residential proxy group selected — Apify Residential needs a paid Apify plan, and its bandwidth is billed separately per your plan's proxy rates. wellfound.com blocks non-residential / non-browser traffic via DataDome: measured 2026-08-01, 15 of 15 requests from the Apify datacenter proxy came back HTTP 403, so a run without Residential returns nothing."
          },
          "startUrl": {
            "title": "Start URL",
            "type": "string",
            "description": "The listing page the actor opens first and harvests job links from. Change this only if you want to start from a specific saved search or filtered listing URL on wellfound.com instead of the default jobs page.",
            "default": "https://wellfound.com/jobs"
          },
          "detailUrlContains": {
            "title": "Detail link pattern",
            "type": "string",
            "description": "Only follow links whose URL contains this text — used to tell individual job postings apart from other links on the listing page. The default (<code>/jobs/</code>) matches wellfound.com's current URL structure; change it only if the site's URL structure changes and the actor stops finding postings.",
            "default": "/jobs/"
          },
          "useResidentialProxy": {
            "title": "Use residential proxy (deprecated)",
            "type": "boolean",
            "description": "Deprecated — use the <code>Proxy configuration</code> field above instead. Kept for backward compatibility: if Proxy configuration is left unset, this flag decides whether the actor routes through Apify's Residential proxy group (required to pass DataDome) or connects directly (will almost certainly be blocked).",
            "default": true
          },
          "debug": {
            "title": "Save debug artifacts on 0 links",
            "type": "boolean",
            "description": "When a listing page yields 0 detail links, save the rendered HTML + a full-page screenshot to this run's key-value store (keys DEBUG_LISTING_HTML / DEBUG_LISTING_PNG) so you can see what the browser saw. Off by default.",
            "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}