{
  "openapi": "3.0.1",
  "info": {
    "title": "SEC EDGAR Company Data Scraper",
    "description": "Extract company data from SEC EDGAR — names, addresses, phone numbers, EIN, CIK, SIC codes, and filing details. Search by keyword, company name, ticker, state, filing type, or date range. Export as JSON, CSV, or Excel. No API key needed.",
    "version": "0.0",
    "x-build-id": "XeoMkYbGvKUi7tDXp"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/scrapyspider~sec-gov-compony-data-scp/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-scrapyspider-sec-gov-compony-data-scp",
        "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/scrapyspider~sec-gov-compony-data-scp/runs": {
      "post": {
        "operationId": "runs-sync-scrapyspider-sec-gov-compony-data-scp",
        "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/scrapyspider~sec-gov-compony-data-scp/run-sync": {
      "post": {
        "operationId": "run-sync-scrapyspider-sec-gov-compony-data-scp",
        "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": {
          "startUrls": {
            "title": "🔗 Start URLs (EDGAR search URLs)",
            "type": "array",
            "description": "Provide EDGAR full-text search URLs directly (e.g. https://www.sec.gov/edgar/search/#/entityName=construction&locationCode=AL&dateRange=5y). If provided, these are used instead of building URLs from Company Names + States. Multiple URLs are all scraped.",
            "default": [
              {
                "url": "https://www.sec.gov/edgar/search/#/q=drives&dateRange=all&locationCode=CA&entityName=DRIVES"
              }
            ],
            "items": {
              "type": "object",
              "required": [
                "url"
              ],
              "properties": {
                "url": {
                  "type": "string",
                  "title": "URL of a web page",
                  "format": "uri"
                }
              }
            }
          },
          "keywords": {
            "title": "🔍 Keywords",
            "type": "string",
            "description": "Search filings for a word or a list of words. A filing must contain all the words to return. Use double quotes for exact phrases, e.g. \"fiduciary product\". Leave empty to skip keyword filtering.",
            "default": ""
          },
          "companyNames": {
            "title": "🏢 Company name, ticker, CIK number or individual's name",
            "type": "array",
            "description": "Search SEC EDGAR by company name, stock ticker, CIK number, or individual's name. Enter one or more search terms.",
            "items": {
              "type": "string"
            },
            "default": [
              "pizza"
            ]
          },
          "states": {
            "title": "📍 States",
            "type": "array",
            "description": "US state/territory codes to search. Leave empty to search ALL states from state.json.",
            "items": {
              "type": "string",
              "enum": [
                "AL",
                "AK",
                "AZ",
                "AR",
                "CA",
                "CO",
                "CT",
                "DE",
                "FL",
                "GA",
                "HI",
                "ID",
                "IL",
                "IN",
                "IA",
                "KS",
                "KY",
                "LA",
                "ME",
                "MD",
                "MA",
                "MI",
                "MN",
                "MS",
                "MO",
                "MT",
                "NE",
                "NV",
                "NH",
                "NJ",
                "NM",
                "NY",
                "NC",
                "ND",
                "OH",
                "OK",
                "OR",
                "PA",
                "RI",
                "SC",
                "SD",
                "TN",
                "TX",
                "UT",
                "VT",
                "VA",
                "WA",
                "WV",
                "WI",
                "WY",
                "DC",
                "AS",
                "GU",
                "MP",
                "PR",
                "UM",
                "VI"
              ],
              "enumTitles": [
                "Alabama",
                "Alaska",
                "Arizona",
                "Arkansas",
                "California",
                "Colorado",
                "Connecticut",
                "Delaware",
                "Florida",
                "Georgia",
                "Hawaii",
                "Idaho",
                "Illinois",
                "Indiana",
                "Iowa",
                "Kansas",
                "Kentucky",
                "Louisiana",
                "Maine",
                "Maryland",
                "Massachusetts",
                "Michigan",
                "Minnesota",
                "Mississippi",
                "Missouri",
                "Montana",
                "Nebraska",
                "Nevada",
                "New Hampshire",
                "New Jersey",
                "New Mexico",
                "New York",
                "North Carolina",
                "North Dakota",
                "Ohio",
                "Oklahoma",
                "Oregon",
                "Pennsylvania",
                "Rhode Island",
                "South Carolina",
                "South Dakota",
                "Tennessee",
                "Texas",
                "Utah",
                "Vermont",
                "Virginia",
                "Washington",
                "West Virginia",
                "Wisconsin",
                "Wyoming",
                "District of Columbia",
                "American Samoa",
                "Guam",
                "Northern Mariana Islands",
                "Puerto Rico",
                "United States Minor Outlying Islands",
                "Virgin Islands, U.S."
              ]
            },
            "default": [
              "CA"
            ]
          },
          "dateRange": {
            "title": "📅 Date Range",
            "enum": [
              "all",
              "10y",
              "5y",
              "1y",
              "30d",
              "custom"
            ],
            "type": "string",
            "description": "Filing date range filter for the EDGAR search.",
            "default": "1y"
          },
          "dateFrom": {
            "title": "📅 Custom Date From",
            "type": "string",
            "description": "Start date for custom range in YYYY-MM-DD format (e.g., 2015-01-01). Only used when Date Range is 'Custom'."
          },
          "dateTo": {
            "title": "📅 Custom Date To",
            "type": "string",
            "description": "End date for custom range in YYYY-MM-DD format (e.g., 2025-12-31). Only used when Date Range is 'Custom'."
          },
          "filingTypes": {
            "title": "📄 Filing Types",
            "type": "array",
            "description": "Filter by specific SEC EDGAR form types (e.g. 8-K, 10-K, D). Do NOT use together with Filing Category — only one filter can be active at a time. If both are selected, Filing Types takes priority and Filing Category is ignored.",
            "items": {
              "type": "string",
              "enum": [
                "1",
                "1-A",
                "1-A POS",
                "1-A-W",
                "1-E",
                "1-E AD",
                "1-K",
                "1-SA",
                "1-U",
                "1-Z",
                "1-Z-W",
                "10-12B",
                "10-12G",
                "10-C",
                "10-D",
                "10-K",
                "10-K405",
                "10-KT",
                "10-M",
                "10-Q",
                "10-QT",
                "10KSB",
                "10KSB40",
                "10KSB405",
                "10KT405",
                "10QSB",
                "10SB12B",
                "10SB12G",
                "11-K",
                "11-KT",
                "12G-2",
                "12G3-2A",
                "12G3-2B",
                "12G32BR",
                "13F-E",
                "13F-HR",
                "13F-NT",
                "13FCONP",
                "144",
                "15-12B",
                "15-12G",
                "15-15D",
                "15F-12B",
                "15F-12G",
                "15F-15D",
                "18-12B",
                "18-12G",
                "18-K",
                "19-B",
                "19B-4",
                "19B-4E",
                "2-A",
                "2-AF",
                "2-E",
                "20-F",
                "20-FR",
                "20FR12B",
                "20FR12G",
                "24F-1",
                "24F-2EL",
                "24F-2NT",
                "24F-2TM",
                "25",
                "25-NSE",
                "253G1",
                "253G2",
                "253G3",
                "253G4",
                "26",
                "27",
                "28",
                "3",
                "305B2",
                "34-12H",
                "34-36CF",
                "34-36MR",
                "35-11",
                "35-2",
                "35-3",
                "35-7B",
                "35-APP",
                "35-CERT",
                "39-10B2",
                "39-304C",
                "39-304D",
                "39-310B",
                "4",
                "40-17F1",
                "40-17F2",
                "40-17G",
                "40-17GCS",
                "40-202A",
                "40-203A",
                "40-205A",
                "40-205E",
                "40-206A",
                "40-24B2",
                "40-33",
                "40-6B",
                "40-6C",
                "40-8B25",
                "40-8F-2",
                "40-8F-A",
                "40-8F-B",
                "40-8F-L",
                "40-8F-M",
                "40-8FC",
                "40-APP",
                "40-F",
                "40-OIP",
                "40-RPT",
                "40FR12B",
                "40FR12G",
                "424A",
                "424B1",
                "424B2",
                "424B3",
                "424B4",
                "424B5",
                "424B7",
                "424B8",
                "424H",
                "425",
                "45B-3",
                "485A24E",
                "485A24F",
                "485APOS",
                "485B24E",
                "485B24F",
                "485BPOS",
                "485BXT",
                "485BXTF",
                "486A24E",
                "486APOS",
                "486B24E",
                "486BPOS",
                "486BXT",
                "487",
                "497",
                "497AD",
                "497H2",
                "497J",
                "497K",
                "497K1",
                "497K2",
                "497K3A",
                "497K3B",
                "497VPI",
                "497VPU",
                "5",
                "6-K",
                "6B NTC",
                "6B ORDR",
                "7-A",
                "8-A12B",
                "8-A12G",
                "8-B12B",
                "8-B12G",
                "8-K",
                "8-K12B",
                "8-K12G3",
                "8-K15D5",
                "8-M",
                "8A12BEF",
                "8A12BT",
                "8F-2 NTC",
                "8F-2 ORDR",
                "9-M",
                "ABS-15G",
                "ABS-EE",
                "ADB",
                "ADN-MTL",
                "ADV",
                "ADV-E",
                "ADV-H-C",
                "ADV-H-T",
                "ADV-NR",
                "ADVCO",
                "ADVW",
                "AFDB",
                "ANNLRPT",
                "APP NTC",
                "APP ORDR",
                "APP WD",
                "APP WDG",
                "ARS",
                "ATS-N",
                "ATS-N ORDR INEFF",
                "ATS-N ORDR LTD OPN",
                "ATS-N ORDR REVK",
                "ATS-N ORDR SUSP",
                "ATS-N-C",
                "ATS-N-W",
                "ATS-N/A ORDR INEFF",
                "ATS-N/CA",
                "ATS-N/MA",
                "ATS-N/MA CP",
                "ATS-N/OFA",
                "ATS-N/UA",
                "AW",
                "AW WD",
                "BDCO",
                "BW-2",
                "BW-3",
                "C",
                "C-AR",
                "C-AR-W",
                "C-AR/A-W",
                "C-TR",
                "C-TR-W",
                "C-U",
                "C-U-W",
                "C-W",
                "C/A-W",
                "CA-1",
                "CB",
                "CERT",
                "CERTAMX",
                "CERTARCA",
                "CERTBATS",
                "CERTBSE",
                "CERTCBO",
                "CERTCIN",
                "CERTCSE",
                "CERTISE",
                "CERTNAS",
                "CERTNYS",
                "CERTPAC",
                "CERTPBS",
                "CFPORTAL",
                "CFPORTAL-W",
                "CORRESP",
                "CT ORDER",
                "D",
                "DEF 14A",
                "DEF 14C",
                "DEF-OC",
                "DEF13E3",
                "DEFA14A",
                "DEFA14C",
                "DEFC14A",
                "DEFC14C",
                "DEFM14A",
                "DEFM14C",
                "DEFN14A",
                "DEFR14A",
                "DEFR14C",
                "DEFS14A",
                "DEFS14C",
                "DEL AM",
                "DFAN14A",
                "DFRN14A",
                "DOS",
                "DOSLTR",
                "DRS",
                "DRSLTR",
                "DSTRBRPT",
                "EBRD",
                "EFFECT",
                "F-1",
                "F-10",
                "F-10EF",
                "F-10MEF",
                "F-10POS",
                "F-1MEF",
                "F-2",
                "F-2D",
                "F-2DPOS",
                "F-2MEF",
                "F-3",
                "F-3ASR",
                "F-3D",
                "F-3DPOS",
                "F-3MEF",
                "F-4",
                "F-4 POS",
                "F-4EF",
                "F-4MEF",
                "F-6",
                "F-6 POS",
                "F-6EF",
                "F-7",
                "F-7 POS",
                "F-8",
                "F-8 POS",
                "F-80",
                "F-80POS",
                "F-9",
                "F-9 POS",
                "F-9EF",
                "F-9MEF",
                "F-N",
                "F-X",
                "FOCUSN",
                "FWP",
                "G-405",
                "G-405N",
                "G-FIN",
                "G-FINW",
                "HISTORY",
                "IADB",
                "IBRD",
                "ID-NEWCIK",
                "IFC",
                "IRANNOTICE",
                "MA",
                "MA-A",
                "MA-I",
                "MA-W",
                "MSD",
                "MSDCO",
                "MSDW",
                "N-1",
                "N-14",
                "N-14 8C",
                "N-14AE",
                "N-14MEF",
                "N-18F1",
                "N-1A",
                "N-1A EL",
                "N-2",
                "N-2 POSASR",
                "N-23C-1",
                "N-23C-2",
                "N-23C3A",
                "N-23C3B",
                "N-23C3C",
                "N-27D-1",
                "N-2ASR",
                "N-2MEF",
                "N-3",
                "N-3 EL",
                "N-30B-2",
                "N-30D",
                "N-4",
                "N-4 EL",
                "N-5",
                "N-54A",
                "N-54C",
                "N-6",
                "N-6C9",
                "N-6F",
                "N-8A",
                "N-8B-2",
                "N-8B-3",
                "N-8B-4",
                "N-8F",
                "N-8F NTC",
                "N-8F ORDR",
                "N-CEN",
                "N-CR",
                "N-CSR",
                "N-CSRS",
                "N-MFP",
                "N-MFP1",
                "N-MFP2",
                "N-PX",
                "N-Q",
                "N-VP",
                "N-VPFS",
                "N14AE24",
                "N14EL24",
                "NO ACT",
                "NPORT-EX",
                "NPORT-NP",
                "NPORT-P",
                "NRSRO-CE",
                "NRSRO-UPD",
                "NSAR-A",
                "NSAR-AT",
                "NSAR-B",
                "NSAR-BT",
                "NSAR-U",
                "NT 10-D",
                "NT 10-K",
                "NT 10-Q",
                "NT 11-K",
                "NT 15D2",
                "NT 20-F",
                "NT N-CEN",
                "NT N-MFP",
                "NT N-MFP1",
                "NT N-MFP2",
                "NT NPORT-EX",
                "NT NPORT-N",
                "NT NPORT-P",
                "NT-NCEN",
                "NT-NCSR",
                "NT-NSAR",
                "NTFNCEN",
                "NTFNCSR",
                "NTFNSAR",
                "NTN 10-D",
                "NTN 10D",
                "NTN 10K",
                "NTN 10Q",
                "NTN 11K",
                "NTN 20F",
                "NTN15D2",
                "OC",
                "OIP NTC",
                "OIP ORDR",
                "POS 8C",
                "POS AM",
                "POS AMC",
                "POS AMI",
                "POS EX",
                "POS462B",
                "POS462C",
                "POSASR",
                "PRE 14A",
                "PRE 14C",
                "PRE13E3",
                "PREA14A",
                "PREA14C",
                "PREC14A",
                "PREC14C",
                "PREM14A",
                "PREM14C",
                "PREN14A",
                "PRER14A",
                "PRER14C",
                "PRES14A",
                "PRES14C",
                "PRRN14A",
                "PWR-ATT",
                "PX14A6G",
                "PX14A6N",
                "QRTLYRPT",
                "QUALIF",
                "REG-NR",
                "REGDEX",
                "REVOKED",
                "RW",
                "RW WD",
                "S-1",
                "S-11",
                "S-11MEF",
                "S-1MEF",
                "S-2",
                "S-20",
                "S-2MEF",
                "S-3",
                "S-3ASR",
                "S-3D",
                "S-3DPOS",
                "S-3MEF",
                "S-4",
                "S-4 POS",
                "S-4EF",
                "S-4MEF",
                "S-6",
                "S-6EL24",
                "S-8",
                "S-8 POS",
                "S-B",
                "S-BMEF",
                "SB-1",
                "SB-1MEF",
                "SB-2",
                "SB-2MEF",
                "SBSE",
                "SBSE-A",
                "SBSE-BD",
                "SBSE-C",
                "SBSE-W",
                "SBSEF",
                "SBSEF-V",
                "SBSEF-W",
                "SBSEF/A",
                "SC 13D",
                "SC 13E1",
                "SC 13E3",
                "SC 13E4",
                "SC 13G",
                "SC 14D1",
                "SC 14D9",
                "SC 14F1",
                "SC 14N",
                "SC 14N-S",
                "SC TO-C",
                "SC TO-I",
                "SC TO-T",
                "SC13E4F",
                "SC14D1F",
                "SC14D9",
                "SC14D9C",
                "SC14D9F",
                "SCHEDULE 13D",
                "SCHEDULE 13G",
                "SD",
                "SDR",
                "SDR-A",
                "SDR-W",
                "SE",
                "SEC ACTION",
                "SEC STAFF ACTION",
                "SEC STAFF LETTER",
                "SF-1",
                "SF-3",
                "SH-ER",
                "SH-NT",
                "SL",
                "SP 15D2",
                "SPDSCL",
                "STOP ORDER",
                "SUPPL",
                "T-3",
                "TA-1",
                "TA-2",
                "TA-W",
                "TACO",
                "TH",
                "TTW",
                "U-1",
                "U-12-IA",
                "U-12-IB",
                "U-13-1",
                "U-13-60",
                "U-13E-1",
                "U-33-S",
                "U-3A-2",
                "U-3A3-1",
                "U-57",
                "U-6B-2",
                "U-7D",
                "U-9C-3",
                "U-R-1",
                "U5A",
                "U5B",
                "U5S",
                "UNDER",
                "UPLOAD",
                "WDL-REQ",
                "X-17A-5"
              ],
              "enumTitles": [
                "Form 1 (1)",
                "Regulation A Offering Statement (1-A)",
                "Post-qualification amendment [Reg A] (1-A POS)",
                "Withdrawal of offering statement [Reg A] (1-A-W)",
                "Notification under Regulation E (SBIC/BDC) (1-E)",
                "Sales materials [Reg E] (1-E AD)",
                "Annual report [Reg A] (1-K)",
                "Semiannual report [Reg A] (1-SA)",
                "Current Report Pursuant to Regulation A (1-U)",
                "Exit report [Reg A] (1-Z)",
                "Withdrawal [Reg A exit report] (1-Z-W)",
                "Registration of securities [Section 12(b)] (10-12B)",
                "Registration of securities [Section 12(g)] (10-12G)",
                "Change of shares outstanding or issuer name (10-C)",
                "ABS Issuer Distribution Report [Section 13 or 15(d)] (10-D)",
                "Annual report [Section 13 or 15(d)] (10-K)",
                "Annual report [Sections 13 and 15(d), S-K Item 405] (10-K405)",
                "Transition annual report [Rule 13a-10 or 15d-10] (10-KT)",
                "Appointment of agent — nonresident broker/dealer (10-M)",
                "Quarterly report [Section 13 or 15(d)] (10-Q)",
                "Transition quarterly report [Rule 13a-10 or 15d-10] (10-QT)",
                "Annual report for small business issuers (10KSB)",
                "Annual report for small businesses (Item 405) (10KSB40)",
                "Annual report for small businesses [S-B Item 405] (10KSB405)",
                "Transition report — Rule 13a-10 or 15d-10, Initial Filing (10KT405)",
                "Quarterly report for small business issuers (10QSB)",
                "Registration of securities for small business [Section 12(b)] (10SB12B)",
                "Registration of securities for small business [Section 12(g)] (10SB12G)",
                "Annual report — employee stock purchase/savings plans [Section 15(d)] (11-K)",
                "Transition report — employee plans [Rule 13a-10 or 15d-10] (11-KT)",
                "Securities deemed Registered [Section 12(g)(1)] (12G-2)",
                "Exemptions for ADRs and Certain Foreign Securities (12G3-2A)",
                "Exemptions for ADRs and Certain Foreign Securities (12G3-2B)",
                "Exemptions for ADRs and Certain Foreign Securities (12G32BR)",
                "Quarterly reports by institutional managers (early) (13F-E)",
                "Quarterly institutional holdings report (13F-HR) (13F-HR)",
                "Quarterly institutional holdings — notice (13F-NT) (13F-NT)",
                "Quarterly report by institutional managers, Holdings (13FCONP)",
                "Filing for proposed sale of securities under Rule 144 (144)",
                "Securities registration termination [Section 12(b)] (15-12B)",
                "Securities registration termination [Section 12(g)] (15-12G)",
                "Suspension of duty to report [Section 13 and 15(d)] (15-15D)",
                "Foreign private issuer — registration termination [Section 12(b)] (15F-12B)",
                "Foreign private issuer — registration termination [Section 12(g)] (15F-12G)",
                "Foreign private issuer — suspension of duty to report (15F-15D)",
                "Registration of securities [Section 12(b)] (18-12B)",
                "Registration of securities [Section 12(g)] (18-12G)",
                "Annual report — foreign governments and political subdivisions (18-K)",
                "Proposed Rule Changes by Self-Regulatory Organizations (19-B)",
                "Proposed Rule Change by SRO [Rule 19b4] (19B-4)",
                "SRO New Derivative Securities Product [Rule 19b-4(e)] (19B-4E)",
                "Report of Sales [Regulation A] (2-A)",
                "Final Report of Sales of Securities [Rule 260] (2-AF)",
                "Report of sales of securities by SBIC/BDC [Regulation E] (2-E)",
                "Annual/transition report for foreign private issuers (20-F)",
                "Annual and transition registration — foreign private issuers (20-FR)",
                "Registration of securities [Section 12(b)] — foreign (20FR12B)",
                "Registration of securities [Section 12(g)] — foreign (20FR12G)",
                "Registration of securities — investment companies [Rule 24F-1] (24F-1)",
                "Registration of securities — investment companies [Rule 24F-2] (24F-2EL)",
                "Rule 24f-2 notice filed on Form 24F-2 (24F-2NT)",
                "Termination of Rule 24F-2 declaration (24F-2TM)",
                "Notification of removal from listing/registration (25)",
                "NSE notification of removal from listing (matured/redeemed securities) (25-NSE)",
                "Disclosure [Regulation A] (253G1)",
                "Disclosure [Regulation A] (253G2)",
                "Disclosure [Regulation A] (253G3)",
                "Disclosure [Regulation A] (253G4)",
                "Notification of admission to unlisted trading — substituted security (26)",
                "Notification of changes in unlisted trading privileges (27)",
                "Notification of termination of unlisted trading privileges (28)",
                "Initial statement of beneficial ownership (3)",
                "Application for designation of new trustee [Trust Indenture Act] (305B2)",
                "Application for Exemption [Section 12(g)] or from reporting [Section 13(a)] (34-12H)",
                "Application for exemption relief [Section 36 Corporation Finance] (34-36CF)",
                "Application for exemption relief [Section 36 Market Regulations] (34-36MR)",
                "Acquisitions by Affiliates exempted from Section 9(a)(2) (35-11)",
                "Application for exemption — intrastate holding companies (35-2)",
                "Application for exemption for certain banks (35-3)",
                "Application for exemption [Rule 7(b)(1)] (35-7B)",
                "Statement on proposed transaction [Rule 20(e)] (35-APP)",
                "Certificate, terms and conditions [Rule 24] (35-CERT)",
                "Application [Rule 10B-2] (39-10B2)",
                "Application for exemption [Trust Indenture Act of 1939] (39-304C)",
                "Application to exempt person or transaction [Trust Indenture Act] (39-304D)",
                "Application regarding conflict of interest [Trust Indenture Act of 1939] (39-310B)",
                "Statement of changes in beneficial ownership (4)",
                "Certificate of accounting of securities — management investment company [Rule 17f-1] (40-17F1)",
                "Certificate of accounting of securities — management investment company [Rule 17f-2] (40-17F2)",
                "Fidelity bond [Rule 17g-1(g)(1)] (40-17G)",
                "Fidelity bond supplement (40-17GCS)",
                "Application — Investment Advisers Act exemption (40-202A)",
                "Exemption from Prohibition on Commission Registration (40-203A)",
                "Performance Fees exemption [Investment Advisers Act] (40-205A)",
                "Application for performance fees exemption [Section 205] (40-205E)",
                "Application for exemption [Section 206(3)] (40-206A)",
                "Sales literature [Rule 24b-2, Investment Company Act 1940] (40-24B2)",
                "Stockholder derivative actions against investment company [Section 33] (40-33)",
                "Application by employees securities company [Investment Company Act 1940] (40-6B)",
                "Application for exemption and other relief [Section 6(c)] (40-6C)",
                "Investment company extension request [Rule 8b-25(a)] (40-8B25)",
                "Initial deregistration application [Investment Company Act Rule 0-2] (40-8F-2)",
                "Application for deregistration — abandonment (40-8F-A)",
                "Application for deregistration — business development company (40-8F-B)",
                "Application for deregistration — liquidation (40-8F-L)",
                "Application for deregistration — merger (40-8F-M)",
                "Investment Company Registration withdrawn by Commission Order (40-8FC)",
                "Application for exemptive or other relief [Investment Company Act 1940] (40-APP)",
                "Registration Statement or Annual Report [Section 12 or 13/15(d)] (40-F)",
                "Application for exemptive relief [Investment Company Act 1940] (40-OIP)",
                "Reports by applicants for exemptions [Investment Company Act 1940] (40-RPT)",
                "Registration of securities — certain Canadian issuers [Section 12(b)] (40FR12B)",
                "Registration of securities — certain Canadian issuers [Section 12(g)] (40FR12G)",
                "Prospectus [Rule 424(a)] (424A)",
                "Prospectus [Rule 424(b)(1)] (424B1)",
                "Prospectus [Rule 424(b)(2)] (424B2)",
                "Prospectus [Rule 424(b)(3)] (424B3)",
                "Prospectus [Rule 424(b)(4)] (424B4)",
                "Prospectus [Rule 424(b)(5)] (424B5)",
                "Prospectus [Rule 424(b)(7)] (424B7)",
                "Prospectus [Rule 424(b)(8)] (424B8)",
                "Prospectus [Rule 424(h)] (424H)",
                "Filing under Rule 425 — business combination prospectuses (425)",
                "Transitional statement — extensions of credit [Rule 45(b)(3)] (45B-3)",
                "Post Effective Amendments (485A24E)",
                "Post Effective Amendments (485A24F)",
                "Post-effective amendment [Securities Act Rule 485(a)] (485APOS)",
                "Post Effective Amendments (485B24E)",
                "Post Effective Amendments (485B24F)",
                "Post-effective amendment [Securities Act Rule 485(b)] (485BPOS)",
                "Post-effective amendment [Rule 485(b)(1)(iii)] (485BXT)",
                "Post Effective Amendments — new effective dates (485BXTF)",
                "Post Effective Amendments of N-2s (486A24E)",
                "Post-effective amendment [Rule 486(a)] (486APOS)",
                "Post Effective Amendments of N-2s (486B24E)",
                "Post-effective amendment [Rule 486(b)] (486BPOS)",
                "Post-effective amendment [Rule 486 BXT] (486BXT)",
                "Pre-effective pricing amendments [Rule 487] (487)",
                "Definitive materials [Securities Act Rule 497] (497)",
                "Investment company Rule 482 advertising [Rule 497] (497AD)",
                "Filings pursuant to Securities Act Rule 497(h)(2) (497H2)",
                "Certification of no change in definitive materials [Rule 497(j)] (497J)",
                "Summary prospectuses [Rule 497(k)] (497K)",
                "Profiles for open-end investment companies [Rule 497(k)(1)(i)] (497K1)",
                "Profiles for open-end investment companies [Rule 497(k)(1)(ii)] (497K2)",
                "Profiles for open-end investment companies [Rule 497(k)(1)(iii)(A)] (497K3A)",
                "Profiles for open-end investment companies [Rule 497(k)(1)(iii)(B)] (497K3B)",
                "Variable Product Initial prospectus [Rule 497] (497VPI)",
                "Variable Product Updated prospectus [Rule 497] (497VPU)",
                "Annual statement of changes in beneficial ownership (5)",
                "Current report — foreign issuer [Rules 13a-16 and 15d-16] (6-K)",
                "40-6B Notice (6B NTC)",
                "40-6B Order (6B ORDR)",
                "Optional Form of Escrow for Securities [Rule 253(c), Reg A] (7-A)",
                "Registration of securities [Section 12(b)] (8-A12B)",
                "Registration of securities [Section 12(g)] (8-A12G)",
                "Registration of Securities of certain successor issuers [12(b)] (8-B12B)",
                "Registration of Securities of certain successor issuers [12(g)] (8-B12G)",
                "Current report (8-K)",
                "Notification that successor class of securities deemed registered [12(b)] (8-K12B)",
                "Notification of successor issuer deemed registered [Section 12] (8-K12G3)",
                "Notification of assumption of duty to report by successor issuer [Section 15(d)] (8-K15D5)",
                "Consent to service of process — Corporation non-Resident BD (8-M)",
                "Registration of certain classes of Securities (8A12BEF)",
                "Registration of certain classes of Securities (8A12BT)",
                "40-8F-2 Notice (8F-2 NTC)",
                "40-8F-2 Order (8F-2 ORDR)",
                "Consent to service of process — Partnership non-Resident BD (9-M)",
                "Asset-Backed Securitizer Report (ABS-15G)",
                "Electronic Exhibits in Asset-Backed Securities Offerings (ABS-EE)",
                "Periodic reports — Asian Development Bank (ADB)",
                "Additional or Detached Materials — no prescribed form (ADN-MTL)",
                "Registration of Investment Advisor (ADV)",
                "Certificate of Accounting of Client Securities and Funds (ADV-E)",
                "Application for Continuing Hardship Exemption (ADV-H-C)",
                "Application for Temporary Hardship Exemption (ADV-H-T)",
                "Appointment of Agent for Service of Process — Non-Resident Investment Advisor (ADV-NR)",
                "Cancellation of registered advisers by commission order (ADVCO)",
                "Notice of withdrawal from Registration as Investment Advisor (ADVW)",
                "African Development Bank (AFDB)",
                "Periodic Development Bank filing — annual (ANNLRPT)",
                "40-APP Notice (APP NTC)",
                "40-APP Order (APP ORDR)",
                "Withdrawal of application for exemptive or other relief (APP WD)",
                "Application Withdrawal (APP WDG)",
                "Annual report to security holders (ARS)",
                "Initial Form ATS-N [Rule 304(a)(1)(i)] (ATS-N)",
                "Order of Ineffective Initial Form ATS-N (ATS-N ORDR INEFF)",
                "Order of Limitation of Exemption from Exchange Definition (ATS-N ORDR LTD OPN)",
                "Order of Revocation of Exemption from Exchange Definition (ATS-N ORDR REVK)",
                "Order of Suspension of Exemption from Exchange Definition (ATS-N ORDR SUSP)",
                "Notice of Cessation of Operations of NMS Stock ATS (ATS-N-C)",
                "Withdrawal of Form ATS-N Filing (ATS-N-W)",
                "Order of Ineffective Form ATS-N Amendment (ATS-N/A ORDR INEFF)",
                "Correcting Amendment to Form ATS-N (ATS-N/CA)",
                "Material Amendment to Form ATS-N (ATS-N/MA)",
                "Cover Page of Material Amendment to Form ATS-N (ATS-N/MA CP)",
                "Order Display and Fair Access Amendment to Form ATS-N (ATS-N/OFA)",
                "Updating Amendment to Form ATS-N (ATS-N/UA)",
                "Withdrawal of amendment to a registration statement [Securities Act] (AW)",
                "Withdrawal of request for withdrawal of a registration amendment (AW WD)",
                "Cancellation of Registered Brokers or Dealers by Commission Order (BDCO)",
                "Periodic World Bank filing — quarterly (BW-2)",
                "Transactional World Bank filing (BW-3)",
                "Offering Statement [Crowdfunding] (C)",
                "Annual Report [Crowdfunding] (C-AR)",
                "Annual Report Withdrawal [Crowdfunding] (C-AR-W)",
                "Annual Report Withdrawal [Crowdfunding] (C-AR/A-W)",
                "Termination of Reporting [Crowdfunding] (C-TR)",
                "Termination of Reporting Withdrawal [Crowdfunding] (C-TR-W)",
                "Progress Update [Crowdfunding] (C-U)",
                "Progress Update Withdrawal [Crowdfunding] (C-U-W)",
                "Offering Statement Withdrawal [Crowdfunding] (C-W)",
                "Offering Statement Withdrawal [Crowdfunding] (C/A-W)",
                "Registration as a Clearing Agency (CA-1)",
                "Notification — certain tender offers/business combinations (foreign issuer) (CB)",
                "Certificate (CERT)",
                "Certification by American Stock Exchange (CERTAMX)",
                "Certification by NYSE Archipelago (CERTARCA)",
                "Certification by BATS Exchange (CERTBATS)",
                "Certification by Boston Stock Exchange (CERTBSE)",
                "Certification by Chicago Board of Options (CERTCBO)",
                "Certification by Cincinnati Stock Exchange (CERTCIN)",
                "Certification by Central/Midwest Stock Exchange (CERTCSE)",
                "Certification by International Stock Exchange (CERTISE)",
                "Certification by Nasdaq Stock Market (CERTNAS)",
                "Certification by New York Stock Exchange (CERTNYS)",
                "Certification by Pacific Coast Stock Exchange (CERTPAC)",
                "Certification by Philadelphia Stock Exchange (CERTPBS)",
                "Crowdfunding Portal Registration (CFPORTAL)",
                "Crowdfunding Portal Withdrawal (CFPORTAL-W)",
                "Correspondence (CORRESP)",
                "Confidential treatment order (CT ORDER)",
                "Notice of sales of securities — Form D (Regulation D) (D)",
                "Definitive Proxy Statement [Section 14(a)] (DEF 14A)",
                "Definitive Information Statement [Section 14(c)] (DEF 14C)",
                "Definitive offering circular [Regulation A] (DEF-OC)",
                "Schedule 13E-3 — definitive materials (DEF13E3)",
                "Definitive additional proxy materials [Section 14(a)] (DEFA14A)",
                "Definitive additional information statement [Section 14(c)] (DEFA14C)",
                "Definitive contested proxy statement [Section 14(a)] (DEFC14A)",
                "Definitive contested information statement [Section 14(c)] (DEFC14C)",
                "Definitive merger proxy statement [Section 14(a)] (DEFM14A)",
                "Definitive merger information statement [Section 14(c)] (DEFM14C)",
                "Definitive non-management proxy statement [Section 14(a)] (DEFN14A)",
                "Definitive revised proxy statement [Section 14(a)] (DEFR14A)",
                "Definitive revised information statement [Section 14(c)] (DEFR14C)",
                "Definitive proxy statement — special meeting (DEFS14A)",
                "Definitive information statement — special meeting (DEFS14C)",
                "Delaying amendment [Rule 473] (DEL AM)",
                "Definitive additional non-management proxy soliciting materials (DFAN14A)",
                "Revised definitive proxy statement — non-management (DFRN14A)",
                "Draft Offering Statement (DOS)",
                "Draft Offering Statement Correspondence (DOSLTR)",
                "Draft Registration Statement (DRS)",
                "Draft Registration Statement Correspondence (DRSLTR)",
                "Distribution of primary obligations — Development Bank report (DSTRBRPT)",
                "European Bank for Reconstruction and Development (EBRD)",
                "Effectiveness filing by commission order (EFFECT)",
                "Registration statement — certain foreign private issuers (F-1)",
                "Registration statement — certain Canadian issuers (F-10)",
                "Auto effective registration — certain Canadian issuers (F-10EF)",
                "Registration adding securities to prior Form F-10 [Rule 462(b)] (F-10MEF)",
                "Post-effective amendment to F-10EF registration (F-10POS)",
                "Registration adding securities to prior Form F-1 [Rule 462(b)] (F-1MEF)",
                "Registration statement — certain foreign private issuers (F-2)",
                "Registration — dividend or interest re-investment plans (foreign) (F-2D)",
                "Post-effective amendment — F-2D registration (F-2DPOS)",
                "Registration adding securities to prior Form F-2 [Rule 462(b)] (F-2MEF)",
                "Registration statement — specified transactions, certain foreign private issuers (F-3)",
                "Automatic shelf registration — well-known seasoned issuers (foreign) (F-3ASR)",
                "Registration — dividend or interest reinvestment plan (foreign private issuers) (F-3D)",
                "Post-Effective amendment to F-3D registration (F-3DPOS)",
                "Registration adding securities to prior Form F-3 [Rule 462(b)] (F-3MEF)",
                "Registration statement — foreign private issuers in business combinations (F-4)",
                "Post-Effective amendment to F-4EF registration (F-4 POS)",
                "Registration — foreign private issuers, business combinations, immediately effective (F-4EF)",
                "Registration adding securities to prior Form F-4 [Rule 462(b)] (F-4MEF)",
                "Registration — American Depositary Receipts (foreign private issuers) (F-6)",
                "Post-effective amendment to F-6EF registration (F-6 POS)",
                "Auto effective registration — ADRs (foreign private issuers) (F-6EF)",
                "Registration — certain Canadian issuers (rights offerings) (F-7)",
                "Post-effective amendment to F-7 registration (F-7 POS)",
                "Registration — certain Canadian issuers (exchange offers/business combinations) (F-8)",
                "Post-effective amendment to F-8 registration (F-8 POS)",
                "Registration — certain Canadian issuers (exchange offers/business combinations) (F-80)",
                "Post-effective amendment to F-80 registration (F-80POS)",
                "Registration — investment grade debt/preferred securities of Canadian issuers (F-9)",
                "Post-effective amendment to F-9EF registration (F-9 POS)",
                "Registration — investment grade debt/preferred securities of Canadian issuers, immediately effective (F-9EF)",
                "Registration adding securities to prior Form F-9 [Rule 462(b)] (F-9MEF)",
                "Notification of appointment of agent for service — certain foreign institutions (F-N)",
                "Appointment of agent for service of process — foreign issuers (F-X)",
                "Non-public annual audit reports — brokers or dealers (FOCUSN)",
                "Free writing prospectuses [Rule 163/433] (FWP)",
                "Report on Financial Operations (FOGS Report) (G-405)",
                "Report on Financial Operations — notice (G-405N)",
                "Notification by financial institutions of status (G-FIN)",
                "Notice of withdrawal — government securities broker/dealer (financial institutions) (G-FINW)",
                "Historical File Numbers (HISTORY)",
                "Inter-American Development Bank (IADB)",
                "International Bank for Reconstruction and Development (IBRD)",
                "New Form ID Submission (ID-NEWCIK)",
                "Periodic Reports — International Finance Corporation (IFC)",
                "Notice of Iran-related disclosure [Section 13(r)(3)] (IRANNOTICE)",
                "Application For Municipal Advisor Registration (MA)",
                "Annual Update of Municipal Advisor Registration (MA-A)",
                "Information Regarding Natural Persons in Municipal Advisory Activities (MA-I)",
                "Notice of Withdrawal From Registration as a Municipal Advisor (MA-W)",
                "Registration of Municipal Securities Dealer (MSD)",
                "Cancellation of Registered Municipal Securities Dealers by Commission Order (MSDCO)",
                "Notice of Withdrawal from Registration as a Municipal Securities Dealer (MSDW)",
                "Initial registration statement — open-end management investment companies (Form N-1) (N-1)",
                "Initial registration statement — open-end investment company, business combinations (Form N-14) (N-14)",
                "Initial registration statement — closed-end investment company, business combinations (N-14 8C)",
                "Registration statement — open-end investment company, business combinations [Rule 488] (N-14AE)",
                "Registration adding securities to prior Form N-14 [Rule 462(b)] (N-14MEF)",
                "Initial notification of election [Rule 18f-1, Investment Company Act 1940] (N-18F1)",
                "Registration statement — open-end management investment companies (Form N-1A) (N-1A)",
                "Registration statements — open end management investment companies (N-1A EL)",
                "Registration statement — closed-end investment companies (Form N-2) (N-2)",
                "Post-effective amendment to automatic shelf registration — closed-end investment company (N-2 POSASR)",
                "Reports by closed-end investment companies of purchase of their own securities (N-23C-1)",
                "Notice of intention to call or redeem securities — closed-end investment company (N-23C-2)",
                "Notification of periodic repurchase offer [Rule 23c-3(b)] (N-23C3A)",
                "Notification of discretionary repurchase offer [Rule 23c-3(c)] (N-23C3B)",
                "Notification of periodic and discretionary repurchase offer [Rule 23c-3] (N-23C3C)",
                "Accounting for segregated trust accounts (N-27D-1)",
                "Automatic shelf registration statement — closed-end investment company (N-2ASR)",
                "Registration adding securities to prior Form N-2 [Rule 462(b)] (N-2MEF)",
                "Registration statement — separate accounts (management investment companies) (N-3)",
                "Registration statements — separate accounts (management investment companies) (N-3 EL)",
                "Periodic and interim reports to investment company shareholders (N-30B-2)",
                "Annual and semi-annual reports to investment company shareholders [Rule 30e-1] (N-30D)",
                "Registration statement — separate accounts (unit investment trusts, Form N-4) (N-4)",
                "Registration statements — separate accounts (unit investment trusts) (N-4 EL)",
                "Registration statement — small business investment companies (Form N-5) (N-5)",
                "BDC notification of election to be subject to Section 55-65 (N-54A)",
                "BDC notification of withdrawal from Section 55-65 election (N-54C)",
                "Registration statement — separate accounts (unit investment trusts, Form N-6) (N-6)",
                "Exemptions for Foreign Banks [Investment Company Act] (N-6C9)",
                "Notice of intent by BDC to elect Sections 55-65 of the 1940 Act (N-6F)",
                "Notification of registration under Section 8(a) (Form N-8A) (N-8A)",
                "Registration statement — unit investment trusts (Form N-8B-2) (N-8B-2)",
                "Registration statement — periodic payment plans (N-8B-3)",
                "Registration statement — face-amount certificate companies (N-8B-4)",
                "Application for deregistration (Form N-8F) (N-8F)",
                "N-8F Notice (N-8F NTC)",
                "N-8F Order (N-8F ORDR)",
                "Annual report — census-type information [Form N-CEN] (N-CEN)",
                "Current report — money market fund [Form N-CR] (N-CR)",
                "Certified annual shareholder report — management investment companies [Form N-CSR] (N-CSR)",
                "Certified semi-annual shareholder report — management investment companies [Form N-CSR] (N-CSRS)",
                "Monthly Schedule of Portfolio Holdings — Money Market Funds [Form N-MFP] (N-MFP)",
                "Monthly portfolio holdings schedule [Form N-MFP1] (N-MFP1)",
                "Monthly portfolio holdings schedule [Form N-MFP2] (N-MFP2)",
                "Annual Report of Proxy Voting Record — management investment companies [Form N-PX] (N-PX)",
                "Quarterly Schedule of Portfolio Holdings — management investment company [Form N-Q] (N-Q)",
                "Notice documents for certain variable contracts (N-VP)",
                "Financial statements for certain variable contracts (N-VPFS)",
                "Registration statements of open end investment companies (business combinations) (N14AE24)",
                "Registration statements of open end investment companies (business combinations) (N14EL24)",
                "No Action Letter (NO ACT)",
                "Portfolio holdings exhibit [Form N-PORT] (NPORT-EX)",
                "Monthly Portfolio Investments Report — Non-Public [Form N-PORT] (NPORT-NP)",
                "Monthly Portfolio Investments Report — Public [Form N-PORT] (NPORT-P)",
                "NRSRO Certification [Rule 17g-7] (NRSRO-CE)",
                "NRSRO Update [Rule 17g-7] (NRSRO-UPD)",
                "Semi-annual report — management companies [Form N-SAR] (NSAR-A)",
                "Transitional semi-annual report [Form N-SAR] (NSAR-AT)",
                "Annual report — management companies [Form N-SAR] (NSAR-B)",
                "Transitional annual report [Form N-SAR] (NSAR-BT)",
                "Annual report — unit investment trusts [Form N-SAR] (NSAR-U)",
                "Notification of inability to timely file Form 10-D (NT 10-D)",
                "Notification of inability to timely file Form 10-K (NT 10-K)",
                "Notification of inability to timely file Form 10-Q (NT 10-Q)",
                "Notification of inability to timely file Form 11-K (NT 11-K)",
                "Notification of inability to timely file special report [Section 15d-2] (NT 15D2)",
                "Notification of inability to timely file Form 20-F (NT 20-F)",
                "EDGAR late filing notification — Annual Report (Investment Companies) (NT N-CEN)",
                "EDGAR late filing notification — Form N-MFP (NT N-MFP)",
                "Late filing notification — Form N-MFP1 (NT N-MFP1)",
                "Late filing notification — Form N-MFP2 (NT N-MFP2)",
                "EDGAR late filing notification — Portfolio Holdings Exhibit (NT NPORT-EX)",
                "EDGAR late filing notification — Form N-PORT (Non-Public) (NT NPORT-N)",
                "EDGAR late filing notification — Form N-PORT (Public) (NT NPORT-P)",
                "Notice of inability to timely file Form N-CEN [Rule 12b-25] (NT-NCEN)",
                "Notice of inability to timely file Form N-CSR [Rule 12b-25] (NT-NCSR)",
                "Notice of inability to timely file Form N-SAR [Rule 12b-25] (NT-NSAR)",
                "EDGAR late notification — inability to file Form N-CEN [Rule 12b-25] (NTFNCEN)",
                "Notification of late filing — Form N-CSR (NTFNCSR)",
                "Notices of Late Filings of Form N-SAR (NTFNSAR)",
                "Notices of Late Filings of Form 10-D (NTN 10-D)",
                "Notification of late filing — Form 10-D (NTN 10D)",
                "Notices of Late Filings of Form 10-K or 10-KSB (NTN 10K)",
                "Notices of Late Filings of Form 10-Q or 10-QSB (NTN 10Q)",
                "Notices of Late Filings of Form 11-K (NTN 11K)",
                "Notices of Late Filings of Form 20-F (NTN 20F)",
                "Notices of Late Filings of Special Financial Reports (NTN15D2)",
                "Offering Circular [Regulation A] (OC)",
                "40-OIP Notice (OIP NTC)",
                "40-OIP Order (OIP ORDR)",
                "Post-effective amendment [Securities Act Section 8(c)] (POS 8C)",
                "Post-effective amendment — not immediately effective (POS AM)",
                "Pre-effective amendments for application or declaration (POS AMC)",
                "Amendment — 1940 Act only filings (POS AMI)",
                "Post-effective amendment — add exhibits only (POS EX)",
                "Post-effective amendment to Rule 462(b) registration statement (POS462B)",
                "Post-effective amendment [Rule 462(c)] (POS462C)",
                "Post-effective amendment to automatic shelf registration [S-3ASR or F-3ASR] (POSASR)",
                "Preliminary Proxy Statement [Section 14(a)] (PRE 14A)",
                "Preliminary Information Statement [Section 14(c)] (PRE 14C)",
                "Preliminary Schedule 13E-3 (PRE13E3)",
                "Additional Preliminary Proxy Solicitation Material (PREA14A)",
                "Additional Preliminary Proxy Information Statements (PREA14C)",
                "Preliminary contested proxy statement [Section 14(a)] (PREC14A)",
                "Preliminary contested information statement [Section 14(c)] (PREC14C)",
                "Preliminary merger proxy statement [Section 14(a)] (PREM14A)",
                "Preliminary merger information statement [Section 14(c)] (PREM14C)",
                "Preliminary non-management proxy statement [Section 14(a)] (PREN14A)",
                "Preliminary revised proxy statement [Section 14(a)] (PRER14A)",
                "Preliminary revised information statement [Section 14(c)] (PRER14C)",
                "Preliminary proxy statements — special meeting (PRES14A)",
                "Preliminary information statements — special meeting (PRES14C)",
                "Preliminary revised non-management proxy statement [Section 14(a)] (PRRN14A)",
                "Power of Attorney (PWR-ATT)",
                "Notice of exempt solicitation — non-management (PX14A6G)",
                "Notice of exempt solicitation — non-management (PX14A6N)",
                "Periodic Development Bank filing — quarterly (QRTLYRPT)",
                "Notice of Qualification [Regulation A] (QUALIF)",
                "Initial undertaking of records for non-resident brokers/dealers/investment advisers (REG-NR)",
                "Notice of Sale of Securities [Regulation D and Section 4(6)] (REGDEX)",
                "Commission order revoking Exchange Act registration [Section 12(j)] (REVOKED)",
                "Registration Withdrawal Request (RW)",
                "Withdrawal of request for withdrawal of a registration statement (RW WD)",
                "Registration statement — general form for all companies (S-1)",
                "Registration statement — real estate companies (S-11)",
                "Registration adding securities to prior Form S-11 [Rule 462(b)] (S-11MEF)",
                "Registration adding securities to prior Form S-1 [Rule 462(b)] (S-1MEF)",
                "Registration of securities (S-2)",
                "Registration statement — standardized options (S-20)",
                "Registration adding securities to prior Form S-2 [Rule 462(b)] (S-2MEF)",
                "Registration statement — specified transactions by certain issuers (S-3)",
                "Automatic shelf registration — well-known seasoned issuers (S-3ASR)",
                "Automatically effective registration — dividend or interest reinvestment plans (S-3D)",
                "Post-effective amendment to S-3D registration statement (S-3DPOS)",
                "Registration adding securities to prior Form S-3 [Rule 462(b)] (S-3MEF)",
                "Registration statement — business combination transactions (S-4)",
                "Post-effective amendment to S-4EF registration statement (S-4 POS)",
                "Auto effective registration — bank/savings and loan holding company formation (S-4EF)",
                "Registration adding securities to prior Form S-4 [Rule 462(b)] (S-4MEF)",
                "Registration statement — unit investment trusts (Form S-6) (S-6)",
                "Registration statements of unit investment trusts (S-6EL24)",
                "Registration statement — securities offered to employees (benefit plans) (S-8)",
                "Post-effective amendment to S-8 registration statement (S-8 POS)",
                "Registration statement — securities of foreign governments [Schedule B] (S-B)",
                "Registration adding securities to prior Form S-B [Rule 462(b)] (S-BMEF)",
                "Optional registration — securities to be sold to public by small business issuers (SB-1)",
                "Registration adding securities to prior Form SB-1 [Rule 462(b)] (SB-1MEF)",
                "Optional registration — small business issuers (SB-2)",
                "Registration adding securities to prior Form SB-2 [Rule 462(b)] (SB-2MEF)",
                "Application for Registration of Security-based Swap Dealers (SBSE)",
                "Application for Registration of Security-based Swap Dealers (CFTC-registered) (SBSE-A)",
                "Application for Registration of Security-based Swap Dealers (broker-dealers) (SBSE-BD)",
                "Certifications for Registration of Security-based Swap Dealers (SBSE-C)",
                "Request for Withdrawal from Registration as a Security-based Swap Dealer (SBSE-W)",
                "Application for Registration of Security-based Swap Execution Facility (SBSEF)",
                "Request for Vacation of Registration [SBSEF] (SBSEF-V)",
                "Request for Withdrawal of Application for Registration [SBSEF] (SBSEF-W)",
                "Amendment to Application for Registration of SBSEF (SBSEF/A)",
                "Schedule 13D — acquisition of 5% or more of equity securities (SC 13D)",
                "Schedule 13-E1 — issuer statement [Rule 13e-1] (SC 13E1)",
                "Schedule 13E-3 — going private transactions (SC 13E3)",
                "Schedule 13E-4 — issuer tender offer statement (SC 13E4)",
                "Schedule 13G — acquisition of 5% or more (passive investors) (SC 13G)",
                "Schedule 14D-1 — tender offer statement (SC 14D1)",
                "Schedule 14D-9 — solicitation/recommendation statement (SC 14D9)",
                "Schedule 14F-1 — change in majority of directors [Rule 14f-1] (SC 14F1)",
                "Schedule 14N — information pursuant to §240.14n-1 (SC 14N)",
                "Schedule 14N-S — solicitation in connection with Rule 14a-11 nominating group (SC 14N-S)",
                "Written communication — issuer or third party tender offer (SC TO-C)",
                "Schedule TO-I — issuer tender offer statement (SC TO-I)",
                "Schedule TO-T — third party tender offer statement (SC TO-T)",
                "Schedule 13E-4F — issuer tender offer (foreign issuers) (SC13E4F)",
                "Schedule 14D-1F — third party tender offer (foreign issuers) (SC14D1F)",
                "Schedule 14D-9 — solicitation, recommendation statements (SC14D9)",
                "Written communication — subject company relating to third party tender offer (SC14D9C)",
                "Solicitation/recommendation statement — foreign issuers [Section 14(d)(4)] (SC14D9F)",
                "Schedule 13D — acquisition of beneficial ownership of more than 5% (SCHEDULE 13D)",
                "Schedule 13G — beneficial ownership of more than 5% (certain investors) (SCHEDULE 13G)",
                "Specialized disclosure (SD)",
                "Swap Data Repository registration (SDR)",
                "Security-Based Swap Data Repository Registration (Annual Amendment) (SDR-A)",
                "Security-Based Swap Data Repository Withdrawal (SDR-W)",
                "Exhibits (SE)",
                "SEC Action (SEC ACTION)",
                "SEC Staff Action (SEC STAFF ACTION)",
                "SEC Staff Letter (SEC STAFF LETTER)",
                "Registration statement [Asset-Backed Securities] (SF-1)",
                "Registration statement [Asset-Backed Securities, automatic shelf] (SF-3)",
                "Weekly Form SH Entries Report — Institutional Investment Managers (SH-ER)",
                "Weekly Form SH Notice Report — Institutional Investment Managers (SH-NT)",
                "Sales Literature (SL)",
                "Special Financial Report [Rule 15d-2] (SP 15D2)",
                "SEC Specialized Disclosure (SPDSCL)",
                "Stop Order (STOP ORDER)",
                "Voluntary supplemental material [Section 11(a), Securities Act] (SUPPL)",
                "Initial application for qualification of trust indentures (T-3)",
                "Application for registration as a transfer agent (TA-1)",
                "Annual report of transfer agent activities (TA-2)",
                "Notice of withdrawal from registration as transfer agent (TA-W)",
                "Cancellation of Registered Transfer Agents by Commission Order (TACO)",
                "Notification of reliance on temporary hardship exemption (TH)",
                "Test The Waters submission [Regulation A] (TTW)",
                "Application or declaration under the act [PUHCA] (U-1)",
                "Statement by holding company employee [Section 12(i)] (U-12-IA)",
                "Three-year statement by holding company employee [Section 12(i)] (U-12-IB)",
                "Application for approval of mutual service company [Rule 88] (U-13-1)",
                "Annual report for mutual and subsidiary service companies [Rule 94] (U-13-60)",
                "Report by affiliate or independent service companies [Rule 95] (U-13E-1)",
                "Annual report Concerning Foreign Utility Companies [Section 33(e)] (U-33-S)",
                "Statement by holding company claiming exemption [Rule 2] (U-3A-2)",
                "Twelve-month statement by bank claiming exemption [Rule 3] (U-3A3-1)",
                "Notification of Foreign Utility Company Status [Section 33(a)(2)] (U-57)",
                "Notification of security issue, renewal or guaranty [Rule 20(d)] (U-6B-2)",
                "Certificate, lease of utility facility [Rule 7(d)] (U-7D)",
                "Quarterly report — energy and gas companies [Rule 58] (U-9C-3)",
                "Declaration as to solicitations [Rule 62] (U-R-1)",
                "Notification of registration [Section 5(a)] (U5A)",
                "Registration statement filed under [Section 5] (U5B)",
                "Annual report for holding companies [Section 5] (U5S)",
                "Initial undertaking to file reports (UNDER)",
                "Upload Submission (UPLOAD)",
                "Withdrawal Request for Materials Filed [Regulation A] (WDL-REQ)",
                "Annual audit report by brokers or dealers (X-17A-5)"
              ]
            },
            "default": []
          },
          "filingCategory": {
            "title": "📂 Filing Category",
            "enum": [
              "all",
              "form-cat0",
              "form-cat1",
              "form-cat2",
              "form-cat3",
              "form-cat4",
              "form-cat5",
              "form-cat6",
              "form-cat7",
              "form-cat8",
              "form-cat9",
              "form-cat10"
            ],
            "type": "string",
            "description": "Filter results by a broad filing category. Do NOT use together with Filing Types — only one filter can be active at a time. If both are selected, Filing Types takes priority and this field is ignored.",
            "default": "form-cat0"
          },
          "maxPagesPerSearch": {
            "title": "📟 Max Pages Per Search",
            "minimum": 0,
            "type": "integer",
            "description": "Maximum number of result pages to scrape per company×state search. Each page has ~100 results. Set 0 for unlimited.",
            "default": 3
          },
          "businessTypes": {
            "title": "🏢 Business Types",
            "type": "array",
            "description": "Filter results by business entity type. Leave empty to scrape ALL business types. Select one or more to only keep companies matching those types.",
            "items": {
              "type": "string",
              "enum": [
                "LLC",
                "INC",
                "CORP",
                "LTD",
                "PLC",
                "LLP",
                "LP",
                "GP",
                "PC",
                "S CORP",
                "C CORP",
                "NPO",
                "B CORP",
                "CO-OP",
                "OPC",
                "PVT LTD",
                "PLLC",
                "PA",
                "REIT",
                "JV",
                "TRUST",
                "SOLE PROP",
                "SA",
                "AG",
                "GMBH",
                "NV",
                "LLLP",
                "SERIES LLC",
                "PBC",
                "SPC",
                "SPV",
                "DAO",
                "STATUTORY TRUST",
                "FOUNDATION",
                "ASSOCIATION",
                "CREDIT UNION",
                "MUTUAL",
                "HOA",
                "ULC",
                "NA",
                "FSB",
                "DBA",
                "CHURCH",
                "UNION",
                "ESOP",
                "HOLDING",
                "VENTURE",
                "FUND",
                "MANAGEMENT",
                "GROUP",
                "ENTERPRISES",
                "PARTNERS"
              ],
              "enumTitles": [
                "LLC — Limited Liability Company",
                "INC — Incorporated",
                "CORP — Corporation",
                "LTD — Limited",
                "PLC — Public Limited Company",
                "LLP — Limited Liability Partnership",
                "LP — Limited Partnership",
                "GP — General Partnership",
                "PC — Professional Corporation",
                "S CORP — S Corporation",
                "C CORP — C Corporation",
                "NPO — Non-Profit Organization",
                "B CORP — Benefit Corporation",
                "CO-OP — Cooperative",
                "OPC — One Person Company",
                "PVT LTD — Private Limited",
                "PLLC — Professional LLC",
                "PA — Professional Association",
                "REIT — Real Estate Investment Trust",
                "JV — Joint Venture",
                "TRUST — Trust",
                "SOLE PROP — Sole Proprietorship",
                "SA — Société Anonyme",
                "AG — Aktiengesellschaft",
                "GmbH — Gesellschaft mit beschränkter Haftung",
                "NV — Naamloze Vennootschap",
                "LLLP — Limited Liability Limited Partnership",
                "SERIES LLC — Series Limited Liability Company",
                "PBC — Public Benefit Corporation",
                "SPC — Special Purpose Corporation",
                "SPV — Special Purpose Vehicle",
                "DAO — Decentralized Autonomous Organization",
                "STATUTORY TRUST — Statutory / Business Trust",
                "FOUNDATION — Private or Public Foundation",
                "ASSOCIATION — Incorporated / Unincorporated Association",
                "CREDIT UNION — Credit Union",
                "MUTUAL — Mutual Company",
                "HOA — Homeowners Association",
                "ULC — Unlimited Liability Company",
                "NA — National Association (Banks)",
                "FSB — Federal Savings Bank",
                "DBA — Doing Business As",
                "CHURCH — Religious Corporation / Organization",
                "UNION — Labor Union",
                "ESOP — Employee Stock Ownership Plan",
                "HOLDING — Holding Company",
                "VENTURE — Venture Capital / Investment Firm",
                "FUND — Investment Fund",
                "MANAGEMENT — Management Company",
                "GROUP — Business Group",
                "ENTERPRISES — Enterprises",
                "PARTNERS — Partners / Partnership"
              ]
            },
            "default": [
              "LLC"
            ]
          },
          "proxyConfiguration": {
            "title": "🛡️ Proxy Configuration",
            "type": "object",
            "description": "Proxy settings for the scraper. Recommended for large-scale scraping.",
            "default": {
              "useApifyProxy": true,
              "apifyProxyGroups": [
                "RESIDENTIAL"
              ],
              "apifyProxyCountry": "US"
            }
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}