{
  "openapi": "3.0.1",
  "info": {
    "title": "Y-Combinator_companies_and_jobs_scraper",
    "description": "This Y-combinator scraper is built my me and it is in initial state i will improve this script based on user requirements message me through email or raise the issue",
    "version": "0.0",
    "x-build-id": "mJU3aRRaudPcCeFs0"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/hanuman~y-combinator-companies-and-jobs-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-hanuman-y-combinator-companies-and-jobs-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/hanuman~y-combinator-companies-and-jobs-scraper/runs": {
      "post": {
        "operationId": "runs-sync-hanuman-y-combinator-companies-and-jobs-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/hanuman~y-combinator-companies-and-jobs-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-hanuman-y-combinator-companies-and-jobs-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": {
          "startUrls": {
            "title": "Start URLs",
            "type": "array",
            "description": "URLs to start with.",
            "items": {
              "type": "object",
              "required": [
                "url"
              ],
              "properties": {
                "url": {
                  "type": "string",
                  "title": "URL of a web page",
                  "format": "uri"
                }
              }
            }
          },
          "company_Limit": {
            "title": "Company Limit",
            "type": "integer",
            "description": "Maximum number of companies to scrape with job details.",
            "default": 20
          },
          "batch": {
            "title": "Batch",
            "type": "array",
            "description": "Select one or more batches.",
            "items": {
              "type": "string",
              "enum": [
                "S24",
                "W24",
                "S23",
                "W23",
                "S22",
                "W22",
                "S21",
                "W21",
                "S20",
                "W20",
                "S19",
                "W19",
                "S18",
                "W18",
                "S17",
                "W17",
                "IK12",
                "S16",
                "W16",
                "S15",
                "W15",
                "S14",
                "W14",
                "S13",
                "W13",
                "S12",
                "W12",
                "S11",
                "W11",
                "S10",
                "W10",
                "S09",
                "W09",
                "S08",
                "W08",
                "S07",
                "W07",
                "S06",
                "W06",
                "S05"
              ]
            }
          },
          "industry": {
            "title": "Industry",
            "type": "array",
            "description": "Select one or more industries.",
            "items": {
              "type": "string",
              "enum": [
                "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",
                "Education",
                "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": "Regions",
            "type": "array",
            "description": "Select one or more regions.",
            "items": {
              "type": "string",
              "enum": [
                "United States of America",
                "Canada",
                "Partly Remote",
                "Fully Remote",
                "United Kingdom",
                "France",
                "Germany",
                "Spain",
                "Denmark",
                "Switzerland",
                "Netherlands",
                "Ireland",
                "Sweden",
                "Austria",
                "Poland",
                "Norway",
                "Slovenia",
                "Italy",
                "Portugal",
                "Estonia",
                "Finland",
                "Greece",
                "Romania",
                "Ukraine",
                "Belarus",
                "Belgium",
                "Croatia",
                "Cyprus",
                "Czechia",
                "Georgia",
                "Hungary",
                "Iceland",
                "Latvia",
                "Lithuania",
                "Russia",
                "Slovakia",
                "India",
                "Pakistan",
                "Bangladesh",
                "Nepal",
                "Mexico",
                "Brazil",
                "Colombia",
                "Chile",
                "Argentina",
                "Peru",
                "Panama",
                "Puerto Rico",
                "Uruguay",
                "Venezuela",
                "Costa Rica",
                "Ecuador",
                "Singapore",
                "Indonesia",
                "Philippines",
                "Vietnam",
                "Malaysia",
                "Thailand",
                "Africa",
                "Nigeria",
                "Kenya",
                "Ghana",
                "Senegal",
                "Ethiopia",
                "South Africa",
                "Tanzania",
                "Uganda",
                "Benin",
                "Democratic Republic of the Congo",
                "Ivory Coast",
                "Namibia",
                "Rwanda",
                "Seychelles",
                "Zambia",
                "Israel",
                "Egypt",
                "United Arab Emirates",
                "Saudi Arabia",
                "Turkey",
                "Morocco",
                "Algeria",
                "Armenia",
                "Bahrain",
                "Iraq",
                "East Asia",
                "China",
                "Hong Kong",
                "South Korea",
                "Japan",
                "Oceania",
                "Australia",
                "New Zealand"
              ]
            }
          },
          "top_company": {
            "title": "Top companies",
            "type": "boolean",
            "description": "Select if you want to filter Top companies.",
            "default": false
          },
          "isHiring": {
            "title": "Is Hiring",
            "type": "boolean",
            "description": "Select if you want to filter companies that are hiring.",
            "default": false
          },
          "highlight_black": {
            "title": "Black Founded",
            "type": "boolean",
            "description": "Highlight Black-founded companies.",
            "default": false
          },
          "highlight_latinx": {
            "title": "Hispanic & Latino-founded",
            "type": "boolean",
            "description": "Highlight Latinx-founded companies.",
            "default": false
          },
          "highlight_women": {
            "title": "Women Founded",
            "type": "boolean",
            "description": "Highlight women-founded companies.",
            "default": false
          },
          "nonprofit": {
            "title": "Nonprofit",
            "type": "boolean",
            "description": "Filter for nonprofit companies.",
            "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
                  },
                  "PROXY_UNBLOCKER_UNITS": {
                    "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
                  },
                  "PROXY_UNBLOCKER_UNITS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}