{
  "openapi": "3.0.1",
  "info": {
    "title": "SEC EDGAR Form D - Startup Funding Rounds API",
    "description": "Every US private funding round, from the filing the company itself signed. Reads SEC EDGAR Form D notices and returns issuer, amount raised, offering size, industry, address, phone and the officers and directors named on the filing. Official SEC API, no key, no scraping of a paywalled database.",
    "version": "0.1",
    "x-build-id": "ByWn9NNkwYk9qPqRo"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/thedeadpoet~sec-edgar-form-d-startup-funding-rounds-api/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-thedeadpoet-sec-edgar-form-d-startup-funding-rounds-api",
        "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/thedeadpoet~sec-edgar-form-d-startup-funding-rounds-api/runs": {
      "post": {
        "operationId": "runs-sync-thedeadpoet-sec-edgar-form-d-startup-funding-rounds-api",
        "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/thedeadpoet~sec-edgar-form-d-startup-funding-rounds-api/run-sync": {
      "post": {
        "operationId": "run-sync-thedeadpoet-sec-edgar-form-d-startup-funding-rounds-api",
        "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": {
          "daysBack": {
            "title": "Look back this many days",
            "minimum": 0,
            "maximum": 3650,
            "type": "integer",
            "description": "The simplest way to run this on a schedule: 7 means the last seven days, ending today. Set to 0 to use the explicit start and end dates below instead.",
            "default": 7
          },
          "startDate": {
            "title": "Start date",
            "type": "string",
            "description": "YYYY-MM-DD. Used only when \"Look back this many days\" is 0. EDGAR full-text search covers filings from 2001 onwards.",
            "default": ""
          },
          "endDate": {
            "title": "End date",
            "type": "string",
            "description": "YYYY-MM-DD. Used only when \"Look back this many days\" is 0. Defaults to today.",
            "default": ""
          },
          "formTypes": {
            "title": "Form types",
            "type": "array",
            "description": "D is a new notice of an exempt offering. D/A is an amendment to one - usually a later close of the same round.",
            "items": {
              "type": "string",
              "enum": [
                "D",
                "D/A"
              ],
              "enumTitles": [
                "D - new offering notice",
                "D/A - amendment"
              ]
            },
            "default": [
              "D"
            ]
          },
          "searchQuery": {
            "title": "Full-text search",
            "type": "string",
            "description": "Optional. Passed to EDGAR full-text search, so it matches text inside the filings themselves. Wrap a phrase in double quotes for an exact match, e.g. \"artificial intelligence\". Leave empty for every Form D in the range.",
            "default": ""
          },
          "maxFilings": {
            "title": "Max filings",
            "minimum": 1,
            "maximum": 5000,
            "type": "integer",
            "description": "Hard stop on how many filings are fetched, so a wide date range cannot run away with your budget. Roughly 200 Form D notices are filed on a US business day.",
            "default": 100
          },
          "minAmountSold": {
            "title": "Minimum amount already sold (USD)",
            "minimum": 0,
            "type": "integer",
            "description": "0 = no filter. Filters on totalAmountSold, the money actually raised so far. Filings that declare no amount are dropped when this is set.",
            "default": 0
          },
          "minOfferingAmount": {
            "title": "Minimum offering size (USD)",
            "minimum": 0,
            "type": "integer",
            "description": "0 = no filter. Filters on totalOfferingAmount, the size of the whole round.",
            "default": 0
          },
          "excludePooledInvestmentFunds": {
            "title": "Exclude pooled investment funds",
            "type": "boolean",
            "description": "Roughly half of all Form D filings are funds raising from LPs rather than operating companies raising a round. Turn this on for an operating-company-only list.",
            "default": false
          },
          "onlyCompaniesFormedWithinFiveYears": {
            "title": "Only companies formed in the last 5 years",
            "type": "boolean",
            "description": "Uses the issuer's own declaration on the form. The closest thing Form D has to a \"startup\" flag.",
            "default": false
          },
          "excludeAmendments": {
            "title": "Exclude amendments",
            "type": "boolean",
            "description": "Drops rows where the filing amends an earlier notice, so each round appears once.",
            "default": false
          },
          "industryGroups": {
            "title": "Industry contains any of",
            "type": "array",
            "description": "Case-insensitive substring match against the industry the issuer chose, e.g. \"Technology\", \"Health\", \"Real Estate\", \"Other Banking\".",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "states": {
            "title": "Issuer state or country code",
            "type": "array",
            "description": "Two-character EDGAR codes, e.g. CA, NY, TX, MA. Leave empty for everywhere.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "includeRelatedPersons": {
            "title": "Include the people named on the filing",
            "type": "boolean",
            "description": "Executive officers, directors and promoters, each with their relationships and address. This is the contact-grade part of the dataset; turn it off for a smaller output.",
            "default": true
          },
          "requestsPerSecond": {
            "title": "Requests per second to sec.gov",
            "minimum": 0.5,
            "maximum": 10,
            "type": "number",
            "description": "The SEC's published maximum is 10 requests per second. This Actor defaults to 5 and will not exceed 10.",
            "default": 5
          },
          "contactEmail": {
            "title": "Your contact email for the User-Agent",
            "type": "string",
            "description": "The SEC asks automated clients to declare a contact address in the User-Agent header. Optional - a link to this Actor is sent when you leave it blank - but setting it is the courteous thing to do.",
            "default": ""
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}