{
  "openapi": "3.0.1",
  "info": {
    "title": "Y Combinator Scraper with Founders & Emails",
    "description": "Y Combinator scraper extracts startup profiles, founder names, company details, websites, publicly available emails, industries, batch information, and locations 🚀📧 Perfect for startup research, investor sourcing, B2B outreach, competitor analysis, and lead generation.",
    "version": "0.1",
    "x-build-id": "Sbj5va8Xb0i3IcuIn"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/scrapers-hub~y-combinator-scraper-with-founders-emails/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-scrapers-hub-y-combinator-scraper-with-founders-emails",
        "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/scrapers-hub~y-combinator-scraper-with-founders-emails/runs": {
      "post": {
        "operationId": "runs-sync-scrapers-hub-y-combinator-scraper-with-founders-emails",
        "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/scrapers-hub~y-combinator-scraper-with-founders-emails/run-sync": {
      "post": {
        "operationId": "run-sync-scrapers-hub-y-combinator-scraper-with-founders-emails",
        "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": {
          "topCompanies": {
            "title": "Include Top Companies Only",
            "type": "boolean",
            "description": "Restrict the results to companies YC has flagged as top companies.",
            "default": false
          },
          "isHiring": {
            "title": "Include Hiring Companies Only",
            "type": "boolean",
            "description": "Restrict the results to companies that are currently hiring.",
            "default": false
          },
          "nonprofit": {
            "title": "Include Nonprofit Companies Only",
            "type": "boolean",
            "description": "Restrict the results to nonprofit companies.",
            "default": false
          },
          "queries": {
            "title": "Add Company Search Keywords",
            "type": "array",
            "description": "Enter one or more keywords such as a product category, market, technology, or location. Each keyword runs its own search; more keywords broaden discovery, fewer keep output easier to review. Leave empty to browse by filters only (recommended when using Top Companies / batch / industry filters).",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "batches": {
            "title": "Choose YC Batches",
            "type": "array",
            "description": "Narrow results to one or more Y Combinator batches. Leave empty to include every batch.",
            "items": {
              "type": "string",
              "enum": [
                "Winter 2027",
                "Fall 2026",
                "Summer 2026",
                "Spring 2026",
                "Winter 2026",
                "Fall 2025",
                "Summer 2025",
                "Spring 2025",
                "Winter 2025",
                "Fall 2024",
                "Summer 2024",
                "Winter 2024",
                "Summer 2023",
                "Winter 2023",
                "Summer 2022",
                "Winter 2022",
                "Summer 2021",
                "Winter 2021",
                "Summer 2020",
                "Winter 2020",
                "Summer 2019",
                "Winter 2019",
                "Summer 2018",
                "Winter 2018",
                "Summer 2017",
                "Winter 2017",
                "Summer 2016",
                "Winter 2016",
                "Summer 2015",
                "Winter 2015",
                "Summer 2014",
                "Winter 2014",
                "Summer 2013",
                "Winter 2013",
                "Summer 2012",
                "Winter 2012",
                "Summer 2011",
                "Winter 2011",
                "Summer 2010",
                "Winter 2010",
                "Summer 2009",
                "Winter 2009",
                "Summer 2008",
                "Winter 2008",
                "Summer 2007",
                "Winter 2007",
                "Summer 2006",
                "Winter 2006",
                "Summer 2005"
              ],
              "enumTitles": [
                "Winter 2027 batch",
                "Fall 2026 batch",
                "Summer 2026 batch",
                "Spring 2026 batch",
                "Winter 2026 batch",
                "Fall 2025 batch",
                "Summer 2025 batch",
                "Spring 2025 batch",
                "Winter 2025 batch",
                "Fall 2024 batch",
                "Summer 2024 batch",
                "Winter 2024 batch",
                "Summer 2023 batch",
                "Winter 2023 batch",
                "Summer 2022 batch",
                "Winter 2022 batch",
                "Summer 2021 batch",
                "Winter 2021 batch",
                "Summer 2020 batch",
                "Winter 2020 batch",
                "Summer 2019 batch",
                "Winter 2019 batch",
                "Summer 2018 batch",
                "Winter 2018 batch",
                "Summer 2017 batch",
                "Winter 2017 batch",
                "Summer 2016 batch",
                "Winter 2016 batch",
                "Summer 2015 batch",
                "Winter 2015 batch",
                "Summer 2014 batch",
                "Winter 2014 batch",
                "Summer 2013 batch",
                "Winter 2013 batch",
                "Summer 2012 batch",
                "Winter 2012 batch",
                "Summer 2011 batch",
                "Winter 2011 batch",
                "Summer 2010 batch",
                "Winter 2010 batch",
                "Summer 2009 batch",
                "Winter 2009 batch",
                "Summer 2008 batch",
                "Winter 2008 batch",
                "Summer 2007 batch",
                "Winter 2007 batch",
                "Summer 2006 batch",
                "Winter 2006 batch",
                "Summer 2005 batch"
              ]
            },
            "default": []
          },
          "industries": {
            "title": "Choose Industries",
            "type": "array",
            "description": "Narrow results by YC industry classification. Leave empty to include every industry.",
            "items": {
              "type": "string",
              "enum": [
                "B2B",
                "Consumer",
                "Fintech",
                "Healthcare",
                "Education",
                "Industrials",
                "Real Estate and Construction",
                "Government",
                "Unspecified"
              ],
              "enumTitles": [
                "B2B (enterprise and business tools)",
                "Consumer (consumer products and services)",
                "Fintech (financial technology)",
                "Healthcare (health and life sciences)",
                "Education (edtech and learning)",
                "Industrials (manufacturing and logistics)",
                "Real estate and construction",
                "Government (govtech and public sector)",
                "Unspecified / other"
              ]
            },
            "default": []
          },
          "regions": {
            "title": "Choose Company Regions",
            "type": "array",
            "description": "Narrow results by company region. Leave empty to include companies from anywhere.",
            "items": {
              "type": "string",
              "enum": [
                "America / Canada",
                "Europe",
                "Asia",
                "South Asia",
                "Southeast Asia",
                "East Asia",
                "Latin America",
                "Middle East and North Africa",
                "Africa",
                "Oceania",
                "Australia",
                "United Kingdom",
                "India",
                "Remote",
                "Fully Remote",
                "Partly Remote"
              ],
              "enumTitles": [
                "America / Canada",
                "Europe",
                "Asia",
                "South Asia",
                "Southeast Asia",
                "East Asia",
                "Latin America",
                "Middle East and North Africa",
                "Africa",
                "Oceania",
                "Australia",
                "United Kingdom",
                "India",
                "Remote",
                "Fully Remote",
                "Partly Remote"
              ]
            },
            "default": []
          },
          "minEmployeeSize": {
            "title": "Set Minimum Employee Size",
            "enum": [
              "1+",
              "5+",
              "10+",
              "25+",
              "50+",
              "100+",
              "250+",
              "500+",
              "1000+"
            ],
            "type": "string",
            "description": "Only include companies with at least this many employees.",
            "default": "1+"
          },
          "maxEmployeeSize": {
            "title": "Set Maximum Employee Size",
            "enum": [
              "5",
              "10",
              "25",
              "50",
              "100",
              "250",
              "500",
              "1000+"
            ],
            "type": "string",
            "description": "Only include companies with at most this many employees.",
            "default": "1000+"
          },
          "get_founders": {
            "title": "Include Founder Details",
            "type": "boolean",
            "description": "Fetch each company's detail page to include founders (bio, title, LinkedIn/X), jobs and news.",
            "default": true
          },
          "getEmails": {
            "title": "Find Founder Email Addresses",
            "type": "boolean",
            "description": "Discover a likely founder email (first.last@company-domain) for each founder.",
            "default": true
          },
          "includeRiskyEmails": {
            "title": "Include Lower-Confidence Email Matches",
            "type": "boolean",
            "description": "Keep emails that could not be positively verified (status = risky). Turn off to keep only verified addresses.",
            "default": true
          },
          "smtpVerify": {
            "title": "Verify Emails Over SMTP (advanced)",
            "type": "boolean",
            "description": "Actively probe each mailbox over SMTP (port 25). Apify blocks port 25, so leave OFF on the platform — emails then come back as 'risky'. Only enable where port 25 is open.",
            "default": false
          },
          "limit": {
            "title": "Set Maximum Companies to Save",
            "minimum": 10,
            "type": "integer",
            "description": "Stop saving records after this many companies are collected for each configured search path. Broad directory searches are internally partitioned (by batch and subindustry) to work past YC's 1000-hit search window.",
            "default": 50000
          },
          "proxyConfiguration": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Optional connection settings to improve reliability on larger runs. Apify Proxy is used by default.",
            "default": {
              "useApifyProxy": true,
              "apifyProxyGroups": []
            }
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}