{
  "openapi": "3.0.1",
  "info": {
    "title": "🚀 Y Combinator Scraper - Rental ($10/month) 🚀",
    "description": "A high-performance web scraper for extracting comprehensive company data from Y Combinator - the world's leading startup accelerator.\nWhether you're an investor, founder, researcher, or developer, this tool helps you gather detailed data on 5000+ YC-backed companies.",
    "version": "0.0",
    "x-build-id": "qGZkyYLFRDewMgFFm"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/deltaspider~y-combinator-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-deltaspider-y-combinator-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/deltaspider~y-combinator-scraper/runs": {
      "post": {
        "operationId": "runs-sync-deltaspider-y-combinator-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/deltaspider~y-combinator-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-deltaspider-y-combinator-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": {
          "url": {
            "title": "Companies search URL",
            "type": "string",
            "description": "Companies search URL. \n\nGo to the [Y Combinator directory](https://www.ycombinator.com/companies/), select any filters of your choice, and once you are done, copy the full URL from the address bar and paste it here.",
            "default": "https://www.ycombinator.com/companies"
          },
          "sort_by": {
            "title": "Sort by",
            "enum": [
              "default",
              "launch_date"
            ],
            "type": "string",
            "description": "Sort by",
            "default": "default"
          },
          "max_results": {
            "title": "Max results",
            "minimum": 1,
            "type": "integer",
            "description": "Max number of companies to scrape"
          },
          "scrape_company_details": {
            "title": "Scrape additional company data including founders, launches, job postings (summary)",
            "type": "boolean",
            "description": "This will add an extra request for each company",
            "default": false
          },
          "scrape_job_posting_details": {
            "title": "Scrape extra job postings details (detailed description, interview process, hiring manager)",
            "type": "boolean",
            "description": "This will add an extra request for each job posting",
            "default": false
          },
          "batches": {
            "title": "Batches",
            "type": "array",
            "description": "Select the batches you want to scrape",
            "items": {
              "type": "string",
              "enum": [
                "All batches",
                "Winter 2025",
                "Summer 2025",
                "Spring 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"
              ]
            }
          },
          "team_size_min": {
            "title": "Team Size Min",
            "enum": [
              "1",
              "5",
              "10",
              "25",
              "50",
              "100",
              "250",
              "500",
              "1,000+"
            ],
            "type": "string",
            "description": "Select the minimum team size"
          },
          "team_size_max": {
            "title": "Team Size Max",
            "enum": [
              "1",
              "5",
              "10",
              "25",
              "50",
              "100",
              "250",
              "500",
              "1,000+"
            ],
            "type": "string",
            "description": "Select the maximum team size"
          },
          "top_company": {
            "title": "💎 Top Companies",
            "type": "boolean",
            "description": "Only include 💎Top Companies",
            "default": false
          },
          "is_hiring": {
            "title": "Is Hiring",
            "type": "boolean",
            "description": "Only include companies that are hiring",
            "default": false
          },
          "nonprofit": {
            "title": "Nonprofit",
            "type": "boolean",
            "description": "Only include companies that are nonprofits",
            "default": false
          },
          "app_video_public": {
            "title": "Public Application Video",
            "type": "boolean",
            "description": "Only include companies that have a public application video",
            "default": false
          },
          "demo_day_video_public": {
            "title": "Public Demo Day Video",
            "type": "boolean",
            "description": "Only include companies that have a public demo day video",
            "default": false
          },
          "app_answers": {
            "title": "Has Application Answers",
            "type": "boolean",
            "description": "Only include companies that have answered the app answers",
            "default": false
          },
          "question_answers": {
            "title": "Has Bonus Questions",
            "type": "boolean",
            "description": "Only include companies that have bonus questions",
            "default": false
          },
          "regions": {
            "title": "Regions",
            "type": "array",
            "description": "Only include companies that are in the selected regions",
            "items": {
              "type": "string",
              "enum": [
                "Anywhere",
                "America / Canada",
                "United States of America",
                "Remote",
                "Partly Remote",
                "Fully Remote",
                "Europe",
                "South Asia",
                "Latin America",
                "India",
                "United Kingdom",
                "Canada",
                "Southeast Asia",
                "Africa",
                "Mexico",
                "Middle East and North Africa",
                "France",
                "Nigeria",
                "Singapore",
                "Brazil",
                "Germany",
                "Colombia",
                "Indonesia",
                "Israel",
                "East Asia",
                "Argentina",
                "Chile",
                "Spain",
                "Denmark",
                "Oceania",
                "Egypt",
                "Australia",
                "Netherlands",
                "Switzerland",
                "United Arab Emirates",
                "Kenya",
                "Pakistan",
                "Peru",
                "Philippines",
                "Sweden",
                "China",
                "Hong Kong",
                "Ireland",
                "Malaysia",
                "South Korea",
                "Ghana",
                "Panama",
                "Vietnam",
                "Austria",
                "Norway",
                "Poland",
                "Saudi Arabia",
                "Turkey",
                "Senegal",
                "Slovenia",
                "Estonia",
                "Finland",
                "Italy",
                "Morocco",
                "Portugal",
                "Belgium",
                "Ethiopia",
                "Greece",
                "New Zealand",
                "Puerto Rico",
                "Romania",
                "South Africa",
                "Uganda",
                "Ukraine",
                "Venezuela",
                "Algeria",
                "Armenia",
                "Bahrain",
                "Bangladesh",
                "Belarus",
                "Benin",
                "Costa Rica",
                "Croatia",
                "Cyprus",
                "Czechia",
                "Democratic Republic of the Congo",
                "Ecuador",
                "Georgia",
                "Hungary",
                "Iceland",
                "Iraq",
                "Ivory Coast",
                "Japan",
                "Latvia",
                "Lithuania",
                "Namibia",
                "Nepal",
                "Russia",
                "Rwanda",
                "Seychelles",
                "Taiwan",
                "Tanzania",
                "Thailand",
                "Uruguay",
                "Zambia"
              ]
            }
          },
          "industries": {
            "title": "Industries",
            "type": "array",
            "description": "Only include companies that are in the selected industries",
            "items": {
              "type": "string",
              "enum": [
                "B2B",
                "B2B -> Analytics",
                "B2B -> Engineering, Product and Design",
                "B2B -> Finance and Accounting",
                "B2B -> Human Resources",
                "B2B -> Infrastructure",
                "B2B -> Legal",
                "B2B -> Marketing",
                "B2B -> Office Management",
                "B2B -> Operations",
                "B2B -> Productivity",
                "B2B -> Recruiting and Talent",
                "B2B -> Retail",
                "B2B -> Sales",
                "B2B -> Security",
                "B2B -> Supply Chain and Logistics",
                "Fintech",
                "Fintech -> Asset Management",
                "Fintech -> Banking and Exchange",
                "Fintech -> Consumer Finance",
                "Fintech -> Credit and Lending",
                "Fintech -> Insurance",
                "Fintech -> Payments",
                "Consumer",
                "Consumer -> Apparel and Cosmetics",
                "Consumer -> Consumer Electronics",
                "Consumer -> Content",
                "Consumer -> Food and Beverage",
                "Consumer -> Gaming",
                "Consumer -> Home and Personal",
                "Consumer -> Job and Career Services",
                "Consumer -> Social",
                "Consumer -> Transportation Services",
                "Consumer -> Travel, Leisure and Tourism",
                "Consumer -> Virtual and Augmented Reality",
                "Education",
                "Healthcare",
                "Healthcare -> Consumer Health and Wellness",
                "Healthcare -> Diagnostics",
                "Healthcare -> Drug Discovery and Delivery",
                "Healthcare -> Healthcare IT",
                "Healthcare -> Healthcare Services",
                "Healthcare -> Industrial Bio",
                "Healthcare -> Medical Devices",
                "Healthcare -> Therapeutics",
                "Real Estate and Construction",
                "Real Estate and Construction -> Construction",
                "Real Estate and Construction -> Housing and Real Estate",
                "Industrials",
                "Industrials -> Agriculture",
                "Industrials -> Automotive",
                "Industrials -> Aviation and Space",
                "Industrials -> Climate",
                "Industrials -> Drones",
                "Industrials -> Energy",
                "Industrials -> Manufacturing and Robotics",
                "Government",
                "Unspecified"
              ]
            }
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}