# Monitor healthcare & biotech startup funding

**Use case:** 

Track new healthcare and biotech funding rounds from SEC filings, TechCrunch & Y Combinator - companies, amounts, rounds, and investors.

## Input

```json
{
  "mode": "all_sources",
  "searchQuery": "healthcare",
  "minAmount": 0,
  "daysBack": 90,
  "maxResults": 100,
  "outputMode": "raw",
  "supabaseTable": "nexgendata_leads",
  "deliveryDedup": true
}
```

## Output

```json
{
  "source": {
    "label": "Source",
    "format": "string"
  },
  "companyName": {
    "label": "Company name",
    "format": "string"
  },
  "fundingAmount": {
    "label": "Funding amount",
    "format": "integer"
  },
  "roundType": {
    "label": "Round type",
    "format": "string"
  },
  "filingDate": {
    "label": "Filing date",
    "format": "string"
  },
  "investors": {
    "label": "Investors",
    "format": "string"
  },
  "industry": {
    "label": "Industry",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [🚀 Startup Funding Tracker — SEC Filings, TechCrunch & YC](https://apify.com/nexgendata/startup-funding-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nexgendata/startup-funding-tracker) to learn more, explore other use cases, and run it yourself.