# Healthcare Startup Investor Leads from SEC Filings

**Use case:** 

Extract investor data for healthcare startups from SEC EDGAR Form D filings. Get funding leads with a minimum investment of $1,000,000.

## Input

```json
{
  "dateFrom": "2025-01-01",
  "dateTo": "",
  "keyword": "healthcare",
  "minAmount": 1000000,
  "maxResults": 100,
  "includeAmendments": false
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "totalOfferingAmount": {
    "label": "Offering ($)",
    "format": "text"
  },
  "totalAmountSold": {
    "label": "Sold ($)",
    "format": "text"
  },
  "industryGroup": {
    "label": "Industry",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "dateOfFirstSale": {
    "label": "First Sale",
    "format": "text"
  },
  "filingDate": {
    "label": "Filed",
    "format": "text"
  },
  "executives": {
    "label": "Executives",
    "format": "text"
  }
}
```

## About this Actor

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