# Track Private Fundraising Rounds (Form D)

**Use case:** 

Monitor recent SEC Form D filings to see which companies raised private capital, with amounts and dates for deal sourcing.

## Input

```json
{
  "maxItems": 200,
  "forms": [
    "D",
    "D/A"
  ],
  "startDate": "2026-01-01",
  "endDate": "2026-06-30"
}
```

## Output

```json
{
  "entityName": {
    "label": "Entity Name",
    "format": "text"
  },
  "form": {
    "label": "Form",
    "format": "text"
  },
  "fileDate": {
    "label": "File Date",
    "format": "text"
  },
  "cik": {
    "label": "CIK",
    "format": "text"
  },
  "totalOfferingAmount": {
    "label": "Offering Amount",
    "format": "number"
  },
  "totalAmountSold": {
    "label": "Amount Sold",
    "format": "number"
  },
  "minimumInvestment": {
    "label": "Min Investment",
    "format": "number"
  },
  "totalNumberInvested": {
    "label": "Investors",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "stateOrCountry": {
    "label": "State",
    "format": "text"
  },
  "jurisdictionOfIncorporation": {
    "label": "Jurisdiction",
    "format": "text"
  },
  "entityType": {
    "label": "Entity Type",
    "format": "text"
  },
  "industryGroup": {
    "label": "Industry",
    "format": "text"
  },
  "securitiesOfferedTypes": {
    "label": "Securities Types",
    "format": "object"
  },
  "federalExemptions": {
    "label": "Exemptions",
    "format": "object"
  },
  "xmlUrl": {
    "label": "XML URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [SEC Form D Scraper](https://apify.com/parseforge/sec-form-d-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/sec-form-d-scraper) to learn more, explore other use cases, and run it yourself.