{
  "openapi": "3.0.1",
  "info": {
    "title": "Wellfound Startups Scraper",
    "description": "The Wellfound Startups Scraper is a tool that extracts key information from startup profiles listed on the Wellfound platform. This scraped data provides valuable insights about the startups, including their concept, location, name, logo, url, and many more.",
    "version": "0.0",
    "x-build-id": "VH7UuBWvNuOstXXQE"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/mscraper~wellfound-startups-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-mscraper-wellfound-startups-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/mscraper~wellfound-startups-scraper/runs": {
      "post": {
        "operationId": "runs-sync-mscraper-wellfound-startups-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/mscraper~wellfound-startups-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-mscraper-wellfound-startups-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",
        "required": [
          "cookie",
          "proxy",
          "market",
          "location"
        ],
        "properties": {
          "cookie": {
            "title": "Cookie",
            "type": "string",
            "description": "Paste the cookie from the EditThisCookie extension, obtained from the logged-in account"
          },
          "market": {
            "title": "Market",
            "enum": [
              "all",
              "aerospace",
              "artificial-intelligence-machine-learning",
              "biotechnology",
              "clean-technology",
              "consumer",
              "cyber-security",
              "developer-tools",
              "e-commerce",
              "education",
              "enterprise-software",
              "fintech-2",
              "health-care",
              "insurance",
              "logistics",
              "mental-health-3",
              "real-estate-1",
              "saas",
              "web3-4"
            ],
            "type": "string",
            "description": "Select your market",
            "default": "web3-4"
          },
          "location": {
            "title": "Location",
            "enum": [
              "all",
              "albuquerque",
              "ann-arbor",
              "arlington-va",
              "atlanta",
              "austin",
              "baltimore",
              "baton-rouge",
              "berkeley",
              "birmingham-al",
              "boise",
              "boston",
              "boulder",
              "brooklyn",
              "buffalo-1",
              "cambridge-ma",
              "charleston",
              "charlotte",
              "chicago",
              "cincinnati",
              "cleveland",
              "colorado",
              "columbus",
              "dallas",
              "dayton",
              "denver",
              "des-moines",
              "detroit",
              "durham",
              "greensboro",
              "hartford",
              "houston",
              "huntsville",
              "indianapolis",
              "jacksonville",
              "jersey-city",
              "kansas-city",
              "las-vegas",
              "lexington",
              "lincoln",
              "little-rock",
              "los-angeles",
              "louisville",
              "madison",
              "memphis",
              "miami",
              "milwaukee",
              "minneapolis",
              "nashville",
              "new-orleans",
              "new-york-city-ny",
              "ogden",
              "oklahoma-city",
              "omaha",
              "orlando",
              "pensacola",
              "peoria-il",
              "philadelphia",
              "phoenix",
              "pittsburgh",
              "portland",
              "providence",
              "provo",
              "raleigh",
              "reno",
              "richmond",
              "rochester",
              "sacramento",
              "salt-lake-city",
              "san-antonio",
              "san-diego",
              "san-francisco",
              "san-jose",
              "san-luis-obispo",
              "santa-cruz",
              "scottsdale",
              "seattle",
              "spokane",
              "saint-louis-1",
              "tallahassee",
              "trenton",
              "tucson",
              "tulsa",
              "washington-dc",
              "wichita",
              "wilmington",
              "alabama",
              "alaska",
              "arizona",
              "arkansas",
              "california",
              "connecticut",
              "delaware",
              "district-of-columbia",
              "florida",
              "georgia",
              "hawaii",
              "idaho",
              "illinois",
              "indiana",
              "iowa",
              "kansas",
              "kentucky",
              "louisiana",
              "maine",
              "maryland",
              "massachusetts",
              "michigan",
              "minnesota",
              "mississippi",
              "missouri",
              "montana",
              "nebraska",
              "nevada",
              "new-hampshire",
              "new-jersey",
              "new-mexico",
              "new-york",
              "north-carolina",
              "north-dakota",
              "ohio",
              "oklahoma",
              "oregon",
              "pennsylvania",
              "rhode-island",
              "south-carolina",
              "south-dakota",
              "tennessee",
              "texas",
              "utah",
              "vermont",
              "virginia",
              "washington",
              "west-virginia",
              "wisconsin",
              "wyoming",
              "remote-friendly",
              "africa",
              "alberta",
              "amsterdam",
              "argentina",
              "asia",
              "australia",
              "austria",
              "bangkok",
              "barcelona",
              "beijing",
              "belfast",
              "belgium",
              "belgrade",
              "bellevue",
              "bangalore",
              "berlin",
              "bogota",
              "brazil",
              "brisbane",
              "british-columbia",
              "brussels",
              "bucharest",
              "budapest",
              "buenos-aires-mexico",
              "calgary",
              "canada-startups",
              "cape-town",
              "madras",
              "chile",
              "china",
              "cologne",
              "colombia",
              "copenhagen",
              "costa-rica",
              "cracow-banana",
              "croatia",
              "cuba",
              "culver-city",
              "czech-republic",
              "czechia",
              "new-delhi",
              "denmark",
              "dubai",
              "dublin-oh",
              "dusseldorf",
              "edinburgh",
              "estonia",
              "europe",
              "finland",
              "fort-lauderdale",
              "fort-worth",
              "france",
              "frankfurt",
              "germany",
              "greece",
              "guadalajara",
              "gurgaon",
              "gurugram",
              "hamburg",
              "helsinki",
              "hong-kong",
              "hungary",
              "hunterdon-county",
              "hyderabad",
              "india",
              "indonesia",
              "ireland",
              "irvine",
              "israel",
              "istanbul-istanbul",
              "italy",
              "jaipur",
              "jakarta-special-capital-region-of-jakarta",
              "japan",
              "karnataka",
              "kitchener",
              "kuala-lumpur-1",
              "lagos",
              "latvia",
              "lehi",
              "lisbon",
              "lithuania",
              "london",
              "luxembourg",
              "madrid-colombia",
              "maharashtra",
              "malaysia",
              "malta",
              "manchester",
              "manila",
              "mclean-1",
              "medellin",
              "melbourne",
              "menlo-park",
              "mexico",
              "mexico-city",
              "middle-east",
              "milan-1",
              "montreal",
              "mountain-view-1",
              "mumbai",
              "munich",
              "netherlands",
              "delhi-in",
              "new-england",
              "new-south-wales",
              "new-zealand",
              "noida",
              "northern-california",
              "norway",
              "oakland",
              "oceania",
              "orange-county",
              "ottawa",
              "palo-alto",
              "paris",
              "philippines",
              "poland",
              "porto",
              "portugal",
              "pune",
              "qc-ca",
              "redwood-city",
              "romania",
              "russia",
              "saint-louis",
              "san-diego-county",
              "san-mateo",
              "santa-clara",
              "santa-monica",
              "sao-paulo",
              "scandinavia",
              "seoul",
              "shanghai",
              "shenzhen",
              "silicon-valley",
              "singapore",
              "slovakia",
              "slovenia",
              "south-africa",
              "south-america",
              "south-san-francisco",
              "southern-california",
              "spain",
              "stockholm",
              "sunnyvale",
              "sweden",
              "switzerland",
              "sydney",
              "tallinn",
              "tamil-nadu",
              "tampa",
              "tel-aviv-rivas",
              "tempe",
              "thailand",
              "tokyo",
              "toronto",
              "ukraine",
              "united-arab-emirates",
              "united-kingdom",
              "united-states",
              "utrecht",
              "uttar-pradesh",
              "vancouver",
              "victoria",
              "vienna",
              "vietnam",
              "warsaw",
              "zurich"
            ],
            "type": "string",
            "description": "Select your location",
            "default": "czech-republic"
          },
          "proxy": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Select proxies to be used by your crawler. Use RESIDENTIAL proxies."
          },
          "includeStartupCompanyProfile": {
            "title": "Include Startup Company Profile",
            "type": "boolean",
            "description": "",
            "default": false
          },
          "includeStartupOverview": {
            "title": "Include Startup Overview",
            "type": "boolean",
            "description": "",
            "default": false
          },
          "includeStartupJobs": {
            "title": "Include Startup Jobs (100)",
            "type": "boolean",
            "description": "",
            "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}