{
  "openapi": "3.0.1",
  "info": {
    "title": "YC Scraper",
    "description": "Uncover Y Combinator's hidden startup gems, founders, and more details instantly.",
    "version": "0.0",
    "x-build-id": "rxVg2unHZIcJdo96t"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/mido_99~yc-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-mido_99-yc-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/mido_99~yc-scraper/runs": {
      "post": {
        "operationId": "runs-sync-mido_99-yc-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/mido_99~yc-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-mido_99-yc-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": {
          "company_name": {
            "title": "Company Keyword (Not URL)",
            "type": "string",
            "description": "Find any company with these keywords in its name, location, or short description... (Note Direct URL isn't accepted here)."
          },
          "include_details": {
            "title": "Include Details",
            "type": "boolean",
            "description": "Extract all details from the startup url if available. (e.g.: Jobs, Founders' Information, Company launches, Social media links, etc...",
            "default": true
          },
          "results_limit": {
            "title": "Results limit",
            "minimum": 1,
            "maximum": 1000,
            "type": "integer",
            "description": "Number of companies to Scrape. Limitation: This Actor can return ony 1000 results per run, so you can split your filters on multiple runs to get around."
          },
          "batch": {
            "title": "Batch",
            "uniqueItems": true,
            "type": "array",
            "description": "Select batches",
            "items": {
              "type": "string",
              "enum": [
                "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": [
                "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"
              ]
            }
          },
          "industries": {
            "title": "Industry",
            "uniqueItems": true,
            "type": "array",
            "description": "Select industries",
            "items": {
              "type": "string",
              "enum": [
                "B2B",
                "Education",
                "Fintech",
                "Consumer",
                "Healthcare",
                "Real Estate and Construction",
                "Industrials",
                "Government",
                "Unspecified",
                "Analytics",
                "Engineering, Product and Design",
                "Finance and Accounting",
                "Human Resources",
                "Infrastructure",
                "Legal",
                "Marketing",
                "Office Management",
                "Operations",
                "Productivity",
                "Recruiting and Talent",
                "Retail",
                "Sales",
                "Security",
                "Supply Chain and Logistics",
                "Asset Management",
                "Banking and Exchange",
                "Consumer Finance",
                "Credit and Lending",
                "Insurance",
                "Payments",
                "Apparel and Cosmetics",
                "Consumer Electronics",
                "Content",
                "Food and Beverage",
                "Gaming",
                "Home and Personal",
                "Job and Career Services",
                "Social",
                "Transportation Services",
                "Travel, Leisure and Tourism",
                "Virtual and Augmented Reality",
                "Consumer Health and Wellness",
                "Diagnostics",
                "Drug Discovery and Delivery",
                "Healthcare IT",
                "Healthcare Services",
                "Industrial Bio",
                "Medical Devices",
                "Therapeutics",
                "Construction",
                "Housing and Real Estate",
                "Agriculture",
                "Automotive",
                "Aviation and Space",
                "Climate",
                "Drones",
                "Energy",
                "Manufacturing and Robotics"
              ],
              "enumTitles": [
                "B2B",
                "Education",
                "Fintech",
                "Consumer",
                "Healthcare",
                "Real Estate and Construction",
                "Industrials",
                "Government",
                "Unspecified",
                "Analytics",
                "Engineering, Product and Design",
                "Finance and Accounting",
                "Human Resources",
                "Infrastructure",
                "Legal",
                "Marketing",
                "Office Management",
                "Operations",
                "Productivity",
                "Recruiting and Talent",
                "Retail",
                "Sales",
                "Security",
                "Supply Chain and Logistics",
                "Asset Management",
                "Banking and Exchange",
                "Consumer Finance",
                "Credit and Lending",
                "Insurance",
                "Payments",
                "Apparel and Cosmetics",
                "Consumer Electronics",
                "Content",
                "Food and Beverage",
                "Gaming",
                "Home and Personal",
                "Job and Career Services",
                "Social",
                "Transportation Services",
                "Travel, Leisure and Tourism",
                "Virtual and Augmented Reality",
                "Consumer Health and Wellness",
                "Diagnostics",
                "Drug Discovery and Delivery",
                "Healthcare IT",
                "Healthcare Services",
                "Industrial Bio",
                "Medical Devices",
                "Therapeutics",
                "Construction",
                "Housing and Real Estate",
                "Agriculture",
                "Automotive",
                "Aviation and Space",
                "Climate",
                "Drones",
                "Energy",
                "Manufacturing and Robotics"
              ]
            }
          },
          "regions": {
            "title": "Region",
            "uniqueItems": true,
            "type": "array",
            "description": "Select regions",
            "items": {
              "type": "string",
              "enum": [
                "America / Canada",
                "Remote",
                "Europe",
                "South Asia",
                "Latin America",
                "Southeast Asia",
                "Africa",
                "Middle East and North Africa",
                "East Asia",
                "Oceania",
                "United States of America",
                "Canada",
                "Partly Remote",
                "Fully Remote",
                "United Kingdom",
                "France",
                "Germany",
                "Spain",
                "Denmark",
                "Switzerland",
                "Netherlands",
                "Sweden",
                "Ireland",
                "Austria",
                "Norway",
                "Poland",
                "Italy",
                "Slovenia",
                "Estonia",
                "Finland",
                "Greece",
                "Portugal",
                "Belgium",
                "Romania",
                "Ukraine",
                "Belarus",
                "Croatia",
                "Cyprus",
                "Czechia",
                "Georgia",
                "Hungary",
                "Iceland",
                "Latvia",
                "Lithuania",
                "Russia",
                "Slovakia",
                "India",
                "Pakistan",
                "Bangladesh",
                "Nepal",
                "Mexico",
                "Brazil",
                "Colombia",
                "Argentina",
                "Chile",
                "Peru",
                "Panama",
                "Puerto Rico",
                "Venezuela",
                "Costa Rica",
                "Ecuador",
                "Uruguay",
                "Singapore",
                "Indonesia",
                "Philippines",
                "Malaysia",
                "Vietnam",
                "Thailand",
                "Nigeria",
                "Kenya",
                "Ghana",
                "Senegal",
                "Ethiopia",
                "South Africa",
                "Uganda",
                "Benin",
                "Democratic Republic of the Congo",
                "Ivory Coast",
                "Namibia",
                "Rwanda",
                "Seychelles",
                "Tanzania",
                "Zambia",
                "Israel",
                "Egypt",
                "United Arab Emirates",
                "Saudi Arabia",
                "Turkey",
                "Morocco",
                "Algeria",
                "Armenia",
                "Bahrain",
                "Iraq",
                "China",
                "Hong Kong",
                "South Korea",
                "Japan",
                "Australia",
                "New Zealand"
              ],
              "enumTitles": [
                "America / Canada",
                "Remote",
                "Europe",
                "South Asia",
                "Latin America",
                "Southeast Asia",
                "Africa",
                "Middle East and North Africa",
                "East Asia",
                "Oceania",
                "United States of America",
                "Canada",
                "Partly Remote",
                "Fully Remote",
                "United Kingdom",
                "France",
                "Germany",
                "Spain",
                "Denmark",
                "Switzerland",
                "Netherlands",
                "Sweden",
                "Ireland",
                "Austria",
                "Norway",
                "Poland",
                "Italy",
                "Slovenia",
                "Estonia",
                "Finland",
                "Greece",
                "Portugal",
                "Belgium",
                "Romania",
                "Ukraine",
                "Belarus",
                "Croatia",
                "Cyprus",
                "Czechia",
                "Georgia",
                "Hungary",
                "Iceland",
                "Latvia",
                "Lithuania",
                "Russia",
                "Slovakia",
                "India",
                "Pakistan",
                "Bangladesh",
                "Nepal",
                "Mexico",
                "Brazil",
                "Colombia",
                "Argentina",
                "Chile",
                "Peru",
                "Panama",
                "Puerto Rico",
                "Venezuela",
                "Costa Rica",
                "Ecuador",
                "Uruguay",
                "Singapore",
                "Indonesia",
                "Philippines",
                "Malaysia",
                "Vietnam",
                "Thailand",
                "Nigeria",
                "Kenya",
                "Ghana",
                "Senegal",
                "Ethiopia",
                "South Africa",
                "Uganda",
                "Benin",
                "Democratic Republic of the Congo",
                "Ivory Coast",
                "Namibia",
                "Rwanda",
                "Seychelles",
                "Tanzania",
                "Zambia",
                "Israel",
                "Egypt",
                "United Arab Emirates",
                "Saudi Arabia",
                "Turkey",
                "Morocco",
                "Algeria",
                "Armenia",
                "Bahrain",
                "Iraq",
                "China",
                "Hong Kong",
                "South Korea",
                "Japan",
                "Australia",
                "New Zealand"
              ]
            }
          },
          "top_company": {
            "title": "💎 Top Companies",
            "type": "boolean",
            "description": "",
            "default": false
          },
          "isHiring": {
            "title": "Is Hiring",
            "type": "boolean",
            "description": "",
            "default": false
          },
          "nonprofit": {
            "title": "Nonprofit",
            "type": "boolean",
            "description": "",
            "default": false
          },
          "min_team_size": {
            "title": "Minimum Size",
            "enum": [
              "5",
              "10",
              "25",
              "50",
              "100",
              "250",
              "500",
              "1000"
            ],
            "type": "string",
            "description": "Minimum team size"
          },
          "max_team_size": {
            "title": "Maximum Size",
            "enum": [
              "5",
              "10",
              "25",
              "50",
              "100",
              "250",
              "500",
              "1000"
            ],
            "type": "string",
            "description": "Maximum team size"
          },
          "app_video_public": {
            "title": "Public Application Video",
            "type": "boolean",
            "description": "",
            "default": false
          },
          "demo_day_video_public": {
            "title": "Public Demo Day Video",
            "type": "boolean",
            "description": "",
            "default": false
          },
          "app_answers": {
            "title": "Has Application Answers",
            "type": "boolean",
            "description": "",
            "default": false
          },
          "question_answers": {
            "title": "Has Bonus Questions",
            "type": "boolean",
            "description": "",
            "default": false
          },
          "proxyConfiguration": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Select the type of proxy to use. Residential proxies are the most guaranteed to success with least retries."
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}