# Companies that just filed a funding form

**Use case:** 

Form D, Form C and Reg A filings — companies with money and a reason to buy.

## Input

```json
{
  "preset": "funded_startups",
  "states": [
    "NY",
    "CO",
    "PA",
    "OR",
    "CT"
  ],
  "cities": [],
  "signals": [
    "EDGAR_FORM_D",
    "EDGAR_FORM_C",
    "EDGAR_FORM_1A"
  ],
  "registeredSince": "2026-08-01",
  "maxResultsPerState": 50,
  "requireContact": false,
  "verifyContacts": true,
  "contactQuality": "any",
  "minLeadScore": 0,
  "newFormationsOnly": true,
  "onlyNew": false,
  "radiusMiles": 25,
  "mergeDuplicates": true,
  "includeFunds": false,
  "monitorStoreName": "us-business-filings-monitor",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "type": {
    "label": "Record type",
    "format": "string"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "integer"
  },
  "signal": {
    "label": "Funding signal",
    "format": "string"
  },
  "companyName": {
    "label": "Company name",
    "format": "string"
  },
  "fundingAmountSold": {
    "label": "Amount raised (USD)",
    "format": "number"
  },
  "fundingOfferingAmount": {
    "label": "Offering size (USD)",
    "format": "number"
  },
  "dateOfFirstSale": {
    "label": "Date of first sale",
    "format": "string"
  },
  "formationDate": {
    "label": "Registration date",
    "format": "string"
  },
  "industry": {
    "label": "Industry",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "region": {
    "label": "State",
    "format": "string"
  },
  "contactName": {
    "label": "Contact name",
    "format": "string"
  },
  "contactRole": {
    "label": "Contact role",
    "format": "string"
  },
  "contactPhone": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "platform": {
    "label": "Funding platform",
    "format": "string"
  },
  "investorCount": {
    "label": "Investors",
    "format": "number"
  },
  "yearOfIncorporation": {
    "label": "Year of incorporation",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source record URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [US New Business Leads — Newly Registered Companies](https://apify.com/lergassy/us-business-filings.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lergassy/us-business-filings.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/lergassy/us-business-filings.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
