# Startup Funding Feed — SEC Form D Rounds as Clean JSON (`jdepablos/startup-funding-feed`) Actor

US private funding rounds from official SEC Form D filings: company, amount sold and offered, industry, location, investor count and first-sale date. The primary source — days before the press. Built for VCs, sales teams and AI agents.

- **URL**: https://apify.com/jdepablos/startup-funding-feed.md
- **Developed by:** [Juan de Pablos](https://apify.com/jdepablos) (community)
- **Categories:** Lead generation, Automation
- **Stats:** 3 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.00 / 1,000 funding filings

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js/docs.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python/docs.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Startup Funding Feed — SEC Form D Rounds as Clean JSON

**Every US private funding round, from the primary source — days before the press.** Companies raising private capital in the US must file SEC Form D. This Actor turns those filings into a structured feed: who raised, how much, in which industry and state, with how many investors.

Funding databases charge hundreds per seat and still lag the filings. This is the raw regulatory source, structured, for the price of an API call.

### What you get per filing

```json
{
  "company": "Acme Robotics, Inc.",
  "filedAt": "2026-07-02",
  "isAmendment": false,
  "industry": "Other Technology",
  "city": "SAN FRANCISCO",
  "state": "CA",
  "stateDescription": "CALIFORNIA",
  "totalOfferingUsd": 15000000,
  "totalSoldUsd": 12500000,
  "remainingUsd": 2500000,
  "investorsCount": 14,
  "minInvestmentUsd": 25000,
  "revenueRange": "Decline to Disclose",
  "dateOfFirstSale": "2026-06-20",
  "daysSinceFirstSale": 12,
  "slowFill": false,
  "yearOfIncorporation": "2024",
  "url": "https://www.sec.gov/Archives/edgar/data/..."
}
````

Real volume: **~1,300+ new Form D filings per week** — filter by state, industry and minimum amount to get exactly your slice.

### Why the primary source beats funding news

- **Days earlier**: Form D is often filed before (or without) any press release — most rounds never make the news at all.
- **Exact amounts**: `totalSoldUsd` is what was actually raised so far, not a journalist's estimate.
- **Complete**: every exempt offering, not just the VC-backed ones TechCrunch covers — including real estate, funds and SMB raises.
- **New rounds only by default**: amendments (Form D/A) are excluded unless you want them.
- **Slow-fill detection**: `slowFill` flags definite offerings that have sold <50% of the target 90+ days after the first sale — a struggling-raise signal you won't get from press coverage. Most visible on amendments (`includeAmendments: true`), where issuers refresh their sold totals.

### Use cases

- **Sales / lead-gen**: companies that just raised have budget — filter by industry and state, feed your CRM weekly.
- **VCs / corp-dev**: track who is raising in your thesis area before it's public knowledge.
- **Recruiters**: funded startups hire — a fresh-capital feed is a hiring-signal feed.
- **Market research**: capital formation by industry and geography, from the regulator's own data.
- **AI agents**: "which fintechs in NY raised over $5M this month?" — one tool call.

### Input

| Field | Description |
|---|---|
| `daysBack` | Filing window (default 7, max 90) — or explicit `dateFrom`/`dateTo` |
| `states` | Two-letter codes: `["CA", "NY"]` — empty for all |
| `industries` | Substring match: `["technology", "biotech"]` — empty for all |
| `minAmountSold` | Only rounds that already sold ≥ this (USD) |
| `includeAmendments` | Include Form D/A updates (default false) |
| `maxFilings` | Cap per run (default 100, max 2000) |

### Use with AI agents (MCP)

This Actor is exposed as a tool on the [Apify MCP Server](https://mcp.apify.com):

```json
{
  "mcpServers": {
    "startup-funding-feed": {
      "url": "https://mcp.apify.com?tools=jdepablos/startup-funding-feed",
      "headers": { "Authorization": "Bearer <APIFY_TOKEN>" }
    }
  }
}
```

Pairs well with [Insider Trading Feed](https://apify.com/jdepablos/insider-trading-feed) — same official-source discipline, public-company insiders instead of private rounds.

### Pricing

Pay per event: **one flat fee per filing returned** — you pay for exactly the rounds that match your filters. Failed fetches are never charged.

### FAQ

**Does it include investor names?** Form D lists related persons (officers/directors/promoters) in the filing itself — open the `url` for the full document. The structured feed focuses on the offering economics.

**Why is `totalOfferingUsd` sometimes null?** The company declared an indefinite offering size (`offeringIsIndefinite: true`). `totalSoldUsd` still shows what they actually raised.

**How is `slowFill` computed?** `true` when `daysSinceFirstSale >= 90` and `totalSoldUsd / totalOfferingUsd < 0.5`. It is `null` (not evaluable) for indefinite offerings, filings where the first sale is yet to occur, or missing amounts — so open-ended raises never muddy the signal. `daysSinceFirstSale` counts from `dateOfFirstSale` to `filedAt`, because `totalSoldUsd` is a snapshot as of the filing date; if you prefer your own threshold, compute it from those raw fields.

**Is this only tech startups?** No — every Regulation D exempt offering: startups, funds, real estate syndications, SMBs. Use `industries` to slice.

### More data tools by this developer

- [Insider Trading Feed — SEC Form 4 buys & sells](https://apify.com/jdepablos/insider-trading-feed)
- [Clinical Trials Watch — new & updated studies](https://apify.com/jdepablos/clinical-trials-watch)
- [Global Trademark Watch (TMview) — new filings & opposition deadlines](https://apify.com/jdepablos/trademark-watch-tmview)
- [eBay Sold Price Appraiser — real market value from confirmed sales](https://apify.com/jdepablos/ebay-sold-price-appraiser)
- [Second-hand Deal Scanner EU — Vinted/Wallapop/Milanuncios deals vs eBay sold](https://apify.com/jdepablos/second-hand-deal-scanner-es)
- [Spanish Company Feed (BORME) — daily registry acts as JSON](https://apify.com/jdepablos/borme-company-feed)
- [Spain Public Auctions (BOE) — judicial auctions with market comparison](https://apify.com/jdepablos/spain-boe-auctions)

# Actor input Schema

## `daysBack` (type: `integer`):

Window of Form D filings to fetch (ignored if dateFrom is set).

## `dateFrom` (type: `string`):

YYYY-MM-DD (optional, overrides daysBack).

## `dateTo` (type: `string`):

YYYY-MM-DD (default today).

## `states` (type: `array`):

Two-letter state codes, e.g. \["CA", "NY", "TX"]. Empty = all.

## `industries` (type: `array`):

Substring match on the Form D industry group, e.g. \["technology", "biotech", "real estate"]. Empty = all.

## `minAmountSold` (type: `integer`):

Only rounds that have already sold at least this amount.

## `includeAmendments` (type: `boolean`):

Amendments update earlier filings; excluded by default so you only see NEW rounds.

## `maxFilings` (type: `integer`):

Cap per run.

## Actor input object example

```json
{
  "daysBack": 7,
  "includeAmendments": false,
  "maxFilings": 100
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("jdepablos/startup-funding-feed").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("jdepablos/startup-funding-feed").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call jdepablos/startup-funding-feed --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=jdepablos/startup-funding-feed",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Startup Funding Feed — SEC Form D Rounds as Clean JSON",
        "description": "US private funding rounds from official SEC Form D filings: company, amount sold and offered, industry, location, investor count and first-sale date. The primary source — days before the press. Built for VCs, sales teams and AI agents.",
        "version": "0.2",
        "x-build-id": "bzuttyTvoDdF63fXI"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/jdepablos~startup-funding-feed/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-jdepablos-startup-funding-feed",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/jdepablos~startup-funding-feed/runs": {
            "post": {
                "operationId": "runs-sync-jdepablos-startup-funding-feed",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/jdepablos~startup-funding-feed/run-sync": {
            "post": {
                "operationId": "run-sync-jdepablos-startup-funding-feed",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "daysBack": {
                        "title": "Days back",
                        "minimum": 1,
                        "maximum": 90,
                        "type": "integer",
                        "description": "Window of Form D filings to fetch (ignored if dateFrom is set).",
                        "default": 7
                    },
                    "dateFrom": {
                        "title": "From date",
                        "type": "string",
                        "description": "YYYY-MM-DD (optional, overrides daysBack)."
                    },
                    "dateTo": {
                        "title": "To date",
                        "type": "string",
                        "description": "YYYY-MM-DD (default today)."
                    },
                    "states": {
                        "title": "US states",
                        "type": "array",
                        "description": "Two-letter state codes, e.g. [\"CA\", \"NY\", \"TX\"]. Empty = all."
                    },
                    "industries": {
                        "title": "Industries",
                        "type": "array",
                        "description": "Substring match on the Form D industry group, e.g. [\"technology\", \"biotech\", \"real estate\"]. Empty = all."
                    },
                    "minAmountSold": {
                        "title": "Min amount raised (USD)",
                        "type": "integer",
                        "description": "Only rounds that have already sold at least this amount."
                    },
                    "includeAmendments": {
                        "title": "Include amendments (D/A)",
                        "type": "boolean",
                        "description": "Amendments update earlier filings; excluded by default so you only see NEW rounds.",
                        "default": false
                    },
                    "maxFilings": {
                        "title": "Max filings",
                        "minimum": 1,
                        "maximum": 2000,
                        "type": "integer",
                        "description": "Cap per run.",
                        "default": 100
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
