{
  "openapi": "3.0.1",
  "info": {
    "title": "VC Sheet Funds Scraper – Venture Capital Directory",
    "description": "Scrape the complete VC Sheet fund directory (vcsheet.com) to extract structured data on hundreds of active venture capital funds. Perfect for founders building investor outreach lists, researchers mapping the VC ecosystem, and B2B data providers targeting the startup finance space.",
    "version": "0.0",
    "x-build-id": "PgyJI9uIE8IdwEBk6"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/giovannibiancia~vc-sheet-funds-scraper---venture-capital-directory/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-giovannibiancia-vc-sheet-funds-scraper---venture-capital-directory",
        "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/giovannibiancia~vc-sheet-funds-scraper---venture-capital-directory/runs": {
      "post": {
        "operationId": "runs-sync-giovannibiancia-vc-sheet-funds-scraper---venture-capital-directory",
        "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/giovannibiancia~vc-sheet-funds-scraper---venture-capital-directory/run-sync": {
      "post": {
        "operationId": "run-sync-giovannibiancia-vc-sheet-funds-scraper---venture-capital-directory",
        "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": {
          "type": {
            "title": "Type",
            "type": "array",
            "description": "Which lists to scrape: 'funds' and/or 'investors'",
            "items": {
              "type": "string",
              "enum": [
                "funds",
                "investors"
              ],
              "enumTitles": [
                "Funds",
                "Investors"
              ]
            },
            "default": [
              "funds"
            ]
          },
          "stage": {
            "title": "Investment Stage",
            "type": "array",
            "description": "Filter by investment stage. Leave empty for all stages.",
            "items": {
              "type": "string",
              "enum": [
                "pre-seed",
                "seed",
                "series-a",
                "series-b"
              ],
              "enumTitles": [
                "Pre-Seed",
                "Seed",
                "Series A",
                "Series B"
              ]
            },
            "default": []
          },
          "sector": {
            "title": "Sector",
            "type": "array",
            "description": "Filter by sector. Leave empty for all sectors.",
            "items": {
              "type": "string",
              "enum": [
                "ai",
                "biotech",
                "climate",
                "consumer",
                "cpg-d2c",
                "cybersecurity",
                "deeptech-hardware",
                "defense",
                "ecommerce",
                "education",
                "fintech",
                "gaming-vr",
                "generalist",
                "robotics",
                "saas",
                "web3-crypto"
              ],
              "enumTitles": [
                "AI",
                "Biotech",
                "Climate",
                "Consumer",
                "CPG / D2C",
                "Cybersecurity",
                "Deeptech / Hardware",
                "Defense",
                "E-Commerce",
                "Education",
                "Fintech",
                "Gaming / VR",
                "Generalist",
                "Robotics",
                "SaaS",
                "Web3 / Crypto"
              ]
            },
            "default": []
          },
          "check": {
            "title": "Check Size",
            "type": "array",
            "description": "Filter by typical investment check size. Leave empty for all sizes.",
            "items": {
              "type": "string",
              "enum": [
                "0-100k",
                "100k-500k",
                "500k-1m",
                "1m-3m",
                "3m-10m",
                "10m-50m",
                "50m-plus"
              ],
              "enumTitles": [
                "$0 - $100K",
                "$100K - $500K",
                "$500K - $1M",
                "$1M - $3M",
                "$3M - $10M",
                "$10M - $50M",
                "$50M+"
              ]
            },
            "default": []
          },
          "geography": {
            "title": "Geography",
            "type": "array",
            "description": "Filter by geography. Leave empty for all regions.",
            "items": {
              "type": "string",
              "enum": [
                "anz",
                "africa",
                "asia-pacific",
                "canada",
                "china",
                "europe",
                "india",
                "israel",
                "latam",
                "mena",
                "usa"
              ],
              "enumTitles": [
                "ANZ",
                "Africa",
                "Asia Pacific",
                "Canada",
                "China",
                "Europe",
                "India",
                "Israel",
                "LATAM",
                "MENA",
                "USA"
              ]
            },
            "default": []
          },
          "lead": {
            "title": "Lead Investor",
            "enum": [
              "",
              "yes",
              "no"
            ],
            "type": "string",
            "description": "Filter by lead investor status. Leave empty for all.",
            "default": ""
          },
          "max_results": {
            "title": "Maximum Results",
            "minimum": 0,
            "type": "integer",
            "description": "Maximum number of results to extract across all types (0 = unlimited)",
            "default": 0
          },
          "include_detail": {
            "title": "Include Detail Pages",
            "type": "boolean",
            "description": "Visit individual profile pages for additional data. All key data is already available from the listing page, so this is usually not needed.",
            "default": false
          },
          "delay_seconds": {
            "title": "Delay Between Requests (seconds)",
            "minimum": 0,
            "type": "number",
            "description": "Pause between HTTP requests to avoid rate limiting",
            "default": 1
          },
          "query_params": {
            "title": "Extra Query Parameters",
            "type": "object",
            "description": "Advanced: additional URL query parameters merged with the filters above (e.g. {\"stage\": \"pre-seed\", \"geography\": \"europe\"}). These override the specific filter fields above.",
            "default": {}
          },
          "proxy_configuration": {
            "title": "Proxy Configuration",
            "type": "object",
            "description": "Proxy configuration for HTTP requests",
            "default": {
              "useApifyProxy": true
            }
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}