# New VC-Backed Company Fundraises (SEC Form D)

**Use case:** 

Spot new VC-backed company fundraises from fresh SEC Form D filings, days before the press. Pooled funds iltered out, scored, with amounts and investors.

## Input

```json
{
  "daysBack": 5,
  "minAmount": 1000000,
  "includeFunds": false,
  "minScore": 20,
  "maxFilings": 250,
  "maxResults": 100
}
```

## Output

```json
{
  "issuer": {
    "label": "Company"
  },
  "score": {
    "label": "Score"
  },
  "amount_sold": {
    "label": "Sold (USD)"
  },
  "amount_offered": {
    "label": "Offered (USD)"
  },
  "industry": {
    "label": "Industry"
  },
  "form": {
    "label": "Form"
  },
  "securities": {
    "label": "Securities"
  },
  "state": {
    "label": "State"
  },
  "filing_date": {
    "label": "Filed"
  },
  "investors_count": {
    "label": "Investors"
  },
  "catalyst": {
    "label": "Catalyst"
  },
  "sec_url": {
    "label": "SEC filing"
  }
}
```

## About this Actor

This example demonstrates how to use [Startup Funding Monitor: SEC Form D Capital Raises](https://apify.com/datasignalslab/startup-funding-form-d-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/datasignalslab/startup-funding-form-d-monitor) to learn more, explore other use cases, and run it yourself.