# Business Services Fundraising SEC Form D Tracker

**Use case:** 

Access up to 300 recent SEC Form D filings in the business services sector. Get detailed funding lead data for your analysis.

## Input

```json
{
  "formType": "D",
  "dateFrom": "2024-03-01",
  "dateTo": "",
  "keyword": "",
  "industry": "Business Services",
  "minAmount": 0,
  "maxResults": 300,
  "includeAmendments": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company Name",
    "format": "string"
  },
  "totalOfferingAmount": {
    "label": "Total Offering Amount ($)",
    "format": "number"
  },
  "totalAmountSold": {
    "label": "Total Amount Sold ($)",
    "format": "number"
  },
  "numberOfInvestors": {
    "label": "Number of Investors",
    "format": "integer"
  },
  "industryGroup": {
    "label": "Industry Group",
    "format": "string"
  },
  "state": {
    "label": "State/Country",
    "format": "string"
  },
  "dateOfFirstSale": {
    "label": "Date of First Sale",
    "format": "string"
  },
  "filingDate": {
    "label": "Filing Date",
    "format": "string"
  },
  "executives": {
    "label": "Executives",
    "format": "string"
  }
}
```

## 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.