{
  "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": "nCiqvtH52Ip8nolVB"
  },
  "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": "Select one or more firm types to filter by.",
            "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",
            "type": "array",
            "description": "Select one or more focus areas/industries to filter by.",
            "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": "Select one or more investment stages to filter by. Examples: Seed, Series A, Series B, Growth, etc.",
            "items": {
              "type": "string"
            }
          },
          "Countries": {
            "title": "Countries",
            "type": "array",
            "description": "Select one or more countries to filter by. Examples: United States, United Kingdom, Canada, etc.",
            "items": {
              "type": "string"
            }
          },
          "Keyword": {
            "title": "Keyword Search",
            "type": "string",
            "description": "Optional keyword to search across firm names, descriptions, and other text fields. Leave empty to search all firms."
          },
          "Max_Results": {
            "title": "Maximum Results",
            "minimum": 1,
            "maximum": 10000,
            "type": "integer",
            "description": "Maximum number of investor firm records to return. Default: 100.",
            "default": 100
          },
          "Order_By": {
            "title": "Order By",
            "enum": [
              "created_at",
              "firm_name",
              "firm_country",
              "firm_type_id"
            ],
            "type": "string",
            "description": "Field to order results by. Options: created_at, firm_name, firm_country, etc.",
            "default": "created_at"
          },
          "Order_Direction": {
            "title": "Order Direction",
            "enum": [
              "asc",
              "desc"
            ],
            "type": "string",
            "description": "Order direction for results.",
            "default": "desc"
          },
          "Include_Contacts": {
            "title": "Include Investor Contacts",
            "type": "boolean",
            "description": "If enabled, each firm returned will include investor contacts associated with that firm.",
            "default": 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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}