# SaaS Startup Funding Filings for 2024

**Use case:** 

Extract private placement funding leads for SaaS startups in 2024. Acquire detailed Form D filings for targeted investment insights.

## Input

```json
{
  "dateFrom": "2024-01-01",
  "dateTo": "2024-12-31",
  "keyword": "SaaS",
  "minAmount": 0,
  "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.