{
  "openapi": "3.0.1",
  "info": {
    "title": "SEC Form D Private Raises Feed",
    "description": "Daily feed of new private capital raises from SEC Form D filings: new vs amended, first-time issuers, funds dropped, normalized amounts, industry, state, executives and issuer phone as filed.",
    "version": "0.1",
    "x-build-id": "NyrbMdBD0bL1ddURL"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/bigdavidson~sec-form-d-raises/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-bigdavidson-sec-form-d-raises",
        "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/bigdavidson~sec-form-d-raises/runs": {
      "post": {
        "operationId": "runs-sync-bigdavidson-sec-form-d-raises",
        "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/bigdavidson~sec-form-d-raises/run-sync": {
      "post": {
        "operationId": "run-sync-bigdavidson-sec-form-d-raises",
        "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": {
          "dateFrom": {
            "title": "Filed from",
            "type": "string",
            "description": "First filing date to include, YYYY-MM-DD (also accepts '7 days' = 7 days ago, 'yesterday'). Empty = the last 2 business days (today included). Max range 366 days. Cost is $0.005 per run + $0.02 per matching filing, so wide ranges mainly cost time, not money, when you set maxRecords."
          },
          "dateTo": {
            "title": "Filed to",
            "type": "string",
            "description": "Last filing date to include, YYYY-MM-DD (also 'today'). Empty = today (US Eastern)."
          },
          "filingType": {
            "title": "Filing type",
            "enum": [
              "all",
              "new",
              "amendments"
            ],
            "type": "string",
            "description": "new = original Form D notices only (a new raise), amendments = Form D/A only (updates to an earlier raise, e.g. annual renewals or more money sold), all = both.",
            "default": "all"
          },
          "excludeFunds": {
            "title": "Exclude pooled investment funds",
            "type": "boolean",
            "description": "Drop filings by private funds and SPVs: industry 'Pooled Investment Fund', a claim of the Investment Company Act 3(c)(1) or 3(c)(7) private-fund exclusion, or securities offered marked 'Pooled investment fund interests'. Other 3(c) items alone (3(c)(5) real estate lenders, 3(c)(6), 3(c)(9) oil and gas programs) do not make a filing a fund. About two-thirds of all Form D filings are funds, so this is on by default. Excluded filings are never charged.",
            "default": true
          },
          "firstTimeOnly": {
            "title": "First-time issuers only",
            "type": "boolean",
            "description": "Keep only issuers filing their first-ever Form D (no earlier Form D or D/A on EDGAR). Implies new filings only.",
            "default": false
          },
          "minAmount": {
            "title": "Minimum offering size (USD)",
            "minimum": 0,
            "type": "integer",
            "description": "Keep only offerings whose total offering amount is at least this many US dollars (for 'Indefinite' offerings the amount already sold is used). Leave empty for no minimum."
          },
          "states": {
            "title": "Issuer states / countries",
            "type": "array",
            "description": "Filter by the issuer's principal address as filed: 2-letter state codes or names (CA, New York, TX), EDGAR country codes (E9 = Cayman Islands), 'US', 'foreign', or a country/province name (Canada, Israel, Cayman Islands, Ontario). Unknown entries are skipped with a warning; if none is known the run explains and charges nothing. Empty = everywhere.",
            "items": {
              "type": "string"
            }
          },
          "industries": {
            "title": "Industries",
            "type": "array",
            "description": "Form D industry groups or sectors, case-insensitive: sectors Technology, Health Care, Real Estate, Energy, Banking & Financial Services, Travel, Agriculture, Business Services, Manufacturing, Retailing, Restaurants, Other; or groups like Biotechnology, Pharmaceuticals, Other Technology, Computers, Oil and Gas, Residential, Commercial. Aliases work: 'tech', 'biotech' (= Biotechnology + Pharmaceuticals). Form D has no fintech group: 'fintech' means Other Banking and Financial Services + Other Technology. Empty = all.",
            "items": {
              "type": "string"
            }
          },
          "excludeIndustries": {
            "title": "Exclude industries",
            "type": "array",
            "description": "Drop these sectors or industry groups (same names as Industries). For operating companies only, use [\"Real Estate\", \"Investing\"]: real estate syndications and investment holding LLCs are about a third of non-fund filings (26 of 72 on 2026-09-23). Excluded filings are never charged. Empty = exclude nothing.",
            "items": {
              "type": "string"
            }
          },
          "maxRecords": {
            "title": "Max records",
            "minimum": 0,
            "type": "integer",
            "description": "Stop after this many matching filings. Days are read newest first; within one filing day the order is EDGAR search order, not time of day, so use 0 to get complete days. 0 = no limit (your run's max charge still applies). Each record costs $0.02; the default 20 costs at most $0.405 per run.",
            "default": 20
          },
          "contactEmail": {
            "title": "Contact email for SEC (optional)",
            "type": "string",
            "description": "SEC asks automated clients to declare a contact in the User-Agent. If you give an email it is added to the User-Agent of this run's requests to SEC and nowhere else. Optional — runs work without it."
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}