# Find newly funded US startups

**Use case:** 

Returns the most recent funding rounds (default last 14 days) as one deduplicated record per company-round.

## Input

```json
{
  "maxRecords": 50
}
```

## Output

```json
{
  "record_type": {
    "label": "Record type",
    "format": "string"
  },
  "company_name": {
    "label": "Company name",
    "format": "string"
  },
  "round_type": {
    "label": "Round type",
    "format": "string"
  },
  "amount_usd": {
    "label": "Amount usd",
    "format": "integer"
  },
  "investors": {
    "label": "Investors",
    "format": "string"
  },
  "announced_month": {
    "label": "Announced month",
    "format": "string"
  },
  "source_types": {
    "label": "Source types",
    "format": "string"
  },
  "corroborated": {
    "label": "Corroborated",
    "format": "boolean"
  },
  "source_url": {
    "label": "Source url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Startup Funding Leads from SEC Form D Filings](https://apify.com/nexgenwatch/startup-funding-lead-tracker.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nexgenwatch/startup-funding-lead-tracker.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/nexgenwatch/startup-funding-lead-tracker.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`).
