{
  "openapi": "3.0.1",
  "info": {
    "title": "Startup Investors Data Scraper",
    "description": "10,469 investment firms at your fingertips (as of Dec 2025).  The most comprehensive startup investor firm database for finding funding and customers.  Access detailed firm profiles to accelerate your startup's growth, find customers, and conduct comprehensive market research.",
    "version": "0.0",
    "x-build-id": "n8RaIKNbdaUBAArE5"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/johnvc~startup-investors-data-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-johnvc-startup-investors-data-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/johnvc~startup-investors-data-scraper/runs": {
      "post": {
        "operationId": "runs-sync-johnvc-startup-investors-data-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/johnvc~startup-investors-data-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-johnvc-startup-investors-data-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": {
          "Firm_Types": {
            "title": "Firm Types",
            "type": "array",
            "description": "Filter by one or more investor firm types. Combine multiple types to broaden the search (e.g. ['Venture Capital Investor', 'Angel Investor']).",
            "items": {
              "type": "string",
              "enum": [
                "Angel Investor",
                "Accelerator",
                "Corporate Venture Capital Investor",
                "Economic Development Organization",
                "Hedge Fund",
                "Incubator",
                "Multi Family Office",
                "Merchant Bank",
                "Other",
                "Private Equity",
                "Real Estate",
                "Single Family Office",
                "Secondary",
                "Startup",
                "Tech Transfer Office",
                "Venture Capital Investor",
                "Venture Debt"
              ]
            }
          },
          "Focus_Areas": {
            "title": "Focus Areas (Industries)",
            "type": "array",
            "description": "Filter by one or more industries the investor firm targets. Combine multiple focus areas to broaden the search (e.g. ['Artificial Intelligence', 'Biotechnology']).",
            "items": {
              "type": "string",
              "enum": [
                "Administrative",
                "Advertising",
                "Agriculture and Food",
                "Apps",
                "Artificial Intelligence",
                "Biotechnology",
                "Blockchain & Crypto",
                "Clothing and Apparel",
                "Commerce and Shopping",
                "Community and Lifestyle",
                "Consumer Electronics",
                "Consumer Goods",
                "Content and Publishing",
                "Data and Analytics",
                "Design",
                "Education",
                "Energy",
                "Events",
                "Financial Services",
                "Food and Beverage",
                "Gaming",
                "Government",
                "Hardware",
                "Health Care",
                "Information Technology",
                "Internet Services",
                "Lending and Investments",
                "Manufacturing",
                "Media and Entertainment",
                "Messaging and Communication",
                "Mobile",
                "Music and Audio",
                "Natural Resources",
                "Navigation and Mapping",
                "Other",
                "Payments",
                "Platforms",
                "Privacy and Security",
                "Professional Services",
                "Real Estate",
                "Sales and Marketing",
                "Science and Engineering",
                "Software",
                "Sports",
                "Sustainability",
                "Transportation",
                "Travel and Tourism",
                "Video",
                "Uncategorized"
              ]
            }
          },
          "Investment_Stages": {
            "title": "Investment Stages",
            "type": "array",
            "description": "Filter by one or more investment stages the firm participates in. Recommended values: Pre-Seed, Seed, Series A, Series B, Series C, Series D, Late Stage, Growth, Private Equity, Mezzanine, IPO, Debt. Other values pass through to the database.",
            "items": {
              "type": "string"
            }
          },
          "Countries": {
            "title": "Countries",
            "type": "array",
            "description": "Filter by one or more countries where the firm is headquartered. Use full English country names. Common values: United States, United Kingdom, Canada, Germany, France, India, China, Israel, Singapore, Australia, Japan, Switzerland, Netherlands, Spain, Brazil, Sweden, Ireland, Hong Kong, United Arab Emirates, South Korea. Other values pass through to the database.",
            "items": {
              "type": "string"
            }
          },
          "Keyword": {
            "title": "Keyword Search",
            "type": "string",
            "description": "Search across firm names, descriptions, and other text fields. Use a partner name, firm name, or thesis keyword. Leave empty to search the full database. Example: 'Sequoia', 'climate', 'fintech'."
          },
          "Max_Results": {
            "title": "Maximum Results",
            "minimum": 1,
            "maximum": 10000,
            "type": "integer",
            "description": "Maximum number of investor firm records to return. Range: 1-10000. Default: 100. Each firm is billed at the per-firm rate; setting this high without other filters can run up cost - use Keyword or Firm_Types to narrow first.",
            "default": 100
          },
          "Order_By": {
            "title": "Order By",
            "enum": [
              "created_at",
              "firm_name",
              "firm_country",
              "firm_type_id"
            ],
            "type": "string",
            "description": "Order results by a single field. One of: created_at (newest firms first), firm_name (alphabetical), firm_country (grouped by country), firm_type_id (grouped by firm type). Unknown values fall back to created_at.",
            "default": "created_at"
          },
          "Order_Direction": {
            "title": "Order Direction",
            "enum": [
              "asc",
              "desc"
            ],
            "type": "string",
            "description": "Sort direction for the Order_By field. 'desc' returns highest/newest first; 'asc' returns lowest/oldest first.",
            "default": "desc"
          },
          "Include_Contacts": {
            "title": "Include Investor Contacts",
            "type": "boolean",
            "description": "Enable to include the investor_contacts array on every firm returned. Each contact includes name, job title, email (when available), LinkedIn URL, and other social profiles. Charged separately at the per-contact rate.",
            "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
                  }
                }
              },
              "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}