# SEC Form D New Funding Filings This Week

**Use case:** 

Track companies that filed a Form D private placement in the last 7 days, with issuer name, state, offering size, amount sold and named executives.

## Input

```json
{
  "formTypes": [
    "D"
  ],
  "daysBack": 7,
  "states": [
    "CA"
  ],
  "excludeFunds": false,
  "newCompaniesOnly": false,
  "includeAmendments": false,
  "requireNamedContacts": false,
  "sortBy": "filedAt",
  "maxResults": 200,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "issuerName": {
    "label": "Issuer",
    "format": "text"
  },
  "regulation": {
    "label": "Type",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "totalOfferingAmount": {
    "label": "Offering ($)",
    "format": "number"
  },
  "totalAmountSold": {
    "label": "Sold ($)",
    "format": "number"
  },
  "offeringSizeTier": {
    "label": "Size tier",
    "format": "text"
  },
  "primaryContactName": {
    "label": "Contact",
    "format": "text"
  },
  "primaryContactTitle": {
    "label": "Title",
    "format": "text"
  },
  "filedAt": {
    "label": "Filed",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  }
}
```

## About this Actor

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