{
  "openapi": "3.0.1",
  "info": {
    "title": "SEC Form D Private Placement & Reg D Offering Scraper",
    "description": "Scrape SEC Form D private placement notices: issuer name, address and phone, every executive officer / director / promoter with their address, amount offered vs sold, investor counts, minimum investment, placement agents with CRD, fund type and industry.",
    "version": "0.1",
    "x-build-id": "edOHNPr3eYnTWORWX"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/scrapers_lat~sec-form-d-private-placements-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-scrapers_lat-sec-form-d-private-placements-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/scrapers_lat~sec-form-d-private-placements-scraper/runs": {
      "post": {
        "operationId": "runs-sync-scrapers_lat-sec-form-d-private-placements-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/scrapers_lat~sec-form-d-private-placements-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-scrapers_lat-sec-form-d-private-placements-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": {
          "searchQueries": {
            "title": "Search Keywords",
            "type": "array",
            "description": "Optional. Full-text keywords matched inside the Form D filings (for example 'artificial intelligence', 'venture capital fund', 'biotech'). Each item runs as a separate search. Leave empty to return every Form D filed in the date range.",
            "items": {
              "type": "string"
            }
          },
          "dateFrom": {
            "title": "Filed From (YYYY-MM-DD)",
            "type": "string",
            "description": "Earliest filing date to include. Defaults to 30 days before today."
          },
          "dateTo": {
            "title": "Filed To (YYYY-MM-DD)",
            "type": "string",
            "description": "Latest filing date to include. Defaults to today."
          },
          "usStates": {
            "title": "Issuer States",
            "type": "array",
            "description": "Optional. Two-letter state codes of the issuer's business location, for example 'CA', 'NY', 'TX'. Leave empty for all locations.",
            "items": {
              "type": "string"
            }
          },
          "incorporationStates": {
            "title": "State of Incorporation",
            "type": "array",
            "description": "Optional. Two-letter codes to keep only issuers incorporated in these states, for example 'DE'.",
            "items": {
              "type": "string"
            }
          },
          "issuerNameContains": {
            "title": "Issuer Name Contains",
            "type": "string",
            "description": "Optional. Keep only issuers whose name contains this text (case-insensitive)."
          },
          "offeringType": {
            "title": "Offering Type",
            "enum": [
              "any",
              "operating",
              "pooled"
            ],
            "type": "string",
            "description": "Restrict to operating companies raising capital (startups and businesses) or to pooled investment funds (VC, private equity, hedge funds).",
            "default": "any"
          },
          "fundTypes": {
            "title": "Fund Types",
            "type": "array",
            "description": "Optional. Only for pooled investment funds. Keep only these fund types.",
            "items": {
              "type": "string",
              "enum": [
                "Venture Capital Fund",
                "Private Equity Fund",
                "Hedge Fund",
                "Real Estate Fund",
                "Other Investment Fund"
              ]
            }
          },
          "industryGroups": {
            "title": "Industry Groups",
            "type": "array",
            "description": "Optional. Keep only these Form D industry groups, for example 'Other Technology', 'Biotechnology', 'Commercial Real Estate'.",
            "items": {
              "type": "string"
            }
          },
          "entityTypes": {
            "title": "Entity Types",
            "type": "array",
            "description": "Optional. Keep only these issuer entity types.",
            "items": {
              "type": "string",
              "enum": [
                "Corporation",
                "Limited Partnership",
                "Limited Liability Company",
                "General Partnership",
                "Business Trust",
                "Other"
              ]
            }
          },
          "minOfferingAmount": {
            "title": "Minimum Total Offering Amount (USD)",
            "minimum": 0,
            "type": "integer",
            "description": "Optional. Keep only offerings whose total offering amount is at least this much. Offerings marked 'Indefinite' are kept unless you exclude them below."
          },
          "maxOfferingAmount": {
            "title": "Maximum Total Offering Amount (USD)",
            "minimum": 0,
            "type": "integer",
            "description": "Optional. Keep only offerings whose total offering amount is at most this much."
          },
          "minAmountSold": {
            "title": "Minimum Amount Already Sold (USD)",
            "minimum": 0,
            "type": "integer",
            "description": "Optional. Keep only offerings that have already raised at least this much — a strong signal the round is real and closing."
          },
          "minInvestorCount": {
            "title": "Minimum Investors Already Invested",
            "minimum": 0,
            "type": "integer",
            "description": "Optional. Keep only offerings with at least this many investors already in."
          },
          "excludeIndefiniteAmounts": {
            "title": "Exclude 'Indefinite' Offering Sizes",
            "type": "boolean",
            "description": "Drop filings that report an indefinite (open-ended) offering size instead of a dollar figure. Common for large funds.",
            "default": false
          },
          "includeAmendments": {
            "title": "Include Amendments (Form D/A)",
            "type": "boolean",
            "description": "Include amended filings (D/A) alongside new offerings (D). Amendments update a previously reported raise.",
            "default": false
          },
          "onlyWithSales": {
            "title": "Only Offerings With Sales Already Closed",
            "type": "boolean",
            "description": "Keep only filings where the first sale has occurred and money has actually been raised.",
            "default": false
          },
          "onlyWithRelatedPersons": {
            "title": "Only Filings With Named Officers / Directors",
            "type": "boolean",
            "description": "Keep only filings that list at least one executive officer, director or promoter with a name and address.",
            "default": false
          },
          "requirePhone": {
            "title": "Require Issuer Phone Number",
            "type": "boolean",
            "description": "Keep only filings that include an issuer phone number.",
            "default": false
          },
          "onlyWithPlacementAgent": {
            "title": "Only Offerings Using a Placement Agent / Broker",
            "type": "boolean",
            "description": "Keep only filings that name a broker-dealer, placement agent or finder receiving sales compensation.",
            "default": false
          },
          "maxRecords": {
            "title": "Maximum Results",
            "minimum": 1,
            "type": "integer",
            "description": "Maximum number of Form D filings to return. Free Apify plans are capped at 10 per run.",
            "default": 50
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}