# SEC Form D Startup Funding Leads (`cherubic_snipefish/sec-form-d-startup-leads`) Actor

Find fresh startup fundraising leads from official SEC Form D filings with issuer details, industry, location, offering size, amount sold, phone, filing URL, and lead score.

- **URL**: https://apify.com/cherubic\_snipefish/sec-form-d-startup-leads.md
- **Developed by:** [Deva](https://apify.com/cherubic_snipefish) (community)
- **Categories:** Lead generation, Marketing
- **Stats:** 2 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

Pay per usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage, which gets cheaper the higher subscription plan you have.

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

## 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.md):

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

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.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/platform/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

## SEC Form D Startup Funding Leads

Find newly fundraising U.S. private companies from official SEC Form D filings. This Actor turns raw EDGAR Form D and D/A notices into a clean B2B lead dataset with issuer details, offering size, location, industry, filing URL, and a lead score.

Use it for startup sales prospecting, recruiting, agency outreach, market intelligence, venture research, and private-company monitoring.

### What it does

- Monitors the SEC EDGAR current Form D feed.
- Opens each filing's official `primary_doc.xml` source.
- Extracts issuer, CIK, entity type, industry, city, state, phone, offering amount, amount sold, minimum investment, and filing URL.
- Filters out funds, SPVs, and pooled investment vehicles by default so the output is more useful for operating-company lead generation.
- Scores each lead from 0 to 100 using offering size, industry, company type, and startup geography.
- Produces a clean Apify dataset ready for CSV, JSON, API, Google Sheets, n8n, Zapier, HubSpot, Salesforce, or your own CRM pipeline.

### Best use cases

- **B2B sales teams:** discover companies that recently started raising capital.
- **Recruiting agencies:** find private companies likely to hire after funding activity.
- **Founder-service agencies:** monitor startup financing signals for outreach.
- **Market intelligence teams:** track private offering activity by state, industry, or keyword.
- **Data vendors:** enrich official Form D data into lead products and alerts.

### Example input

```json
{
  "maxItems": 25,
  "daysBack": 14,
  "includeFunds": false,
  "minOfferingAmount": 1000000,
  "states": ["CA", "NY", "TX"],
  "keywords": ["biotechnology", "software", "AI"]
}
````

### Input options

| Field | Type | Description |
|---|---:|---|
| `maxItems` | integer | Maximum qualified filings to return, 1 to 200. |
| `daysBack` | integer | Only include filings published within this many days. |
| `minOfferingAmount` | integer | Optional minimum disclosed offering amount in USD. |
| `includeFunds` | boolean | Include pooled investment funds and SPVs. Default is false. |
| `states` | string array | Optional U.S. state filters, such as `CA`, `NY`, `TX`. |
| `keywords` | string array | Optional keyword filters across issuer name, industry, entity type, city, and state. |

### Output fields

| Field | Description |
|---|---|
| `issuerName` | Company or issuer name from the filing. |
| `cik` | SEC Central Index Key. |
| `filedAt` | SEC feed timestamp. |
| `industryGroup` | SEC industry group. |
| `entityType` | Corporation, LLC, limited partnership, etc. |
| `city`, `state`, `stateDescription` | Issuer location. |
| `phone` | Issuer phone number when disclosed. |
| `offeringAmountUsd` | Total offering amount when disclosed. |
| `amountSoldUsd` | Amount already sold when disclosed. |
| `minimumInvestmentUsd` | Minimum investment accepted when disclosed. |
| `leadScore` | 0 to 100 lead score for sales prioritization. |
| `leadReason` | Human-readable reasons behind the score. |
| `filingUrl` | Official SEC filing index URL. |
| `source` | Data source label. |

### Example output

```json
{
  "issuerName": "Myrtelle Inc.",
  "cik": "0001868532",
  "filedAt": "2026-07-02T16:59:08-04:00",
  "industryGroup": "Biotechnology",
  "entityType": "Corporation",
  "city": "NEW YORK",
  "state": "NY",
  "phone": "(781) 621-2381",
  "offeringAmountUsd": 30000000,
  "amountSoldUsd": 16700000,
  "minimumInvestmentUsd": 25000,
  "leadScore": 95,
  "leadReason": "large offering; high-value startup industry; operating-company entity type; active startup geography",
  "filingUrl": "https://www.sec.gov/Archives/edgar/data/...",
  "source": "SEC EDGAR Form D current filings feed"
}
```

### Dataset preview

| leadScore | issuerName | industryGroup | state | offeringAmountUsd | amountSoldUsd | use case |
|---:|---|---|---|---:|---:|---|
| 95 | Myrtelle Inc. | Biotechnology | NY | 30000000 | 16700000 | venture, recruiting, founder services |
| 89 | Cognos Therapeutics Inc | Biotechnology | CA | 2000000 | 250000 | biotech sales and recruiting |
| 63 | Springboard Management Aggregator, LLC | Other | CA | 0 | 0 | manual review lead |

### Why this is better than raw EDGAR search

EDGAR gives you filings. This Actor gives you a lead workflow:

- filters noisy fund/SPV filings,
- extracts structured fields,
- adds sales prioritization,
- produces export-ready data,
- works well on schedules and webhooks,
- uses official SEC XML instead of fragile browser scraping.

### Pricing

This Actor uses pay-per-event pricing:

- **Actor start:** small fixed fee per run.
- **Qualified lead:** charged only when a qualified lead is written to the dataset.

This keeps small tests inexpensive while aligning cost with the number of useful leads returned.

### Scheduling ideas

Run it daily with:

```json
{
  "maxItems": 50,
  "daysBack": 2,
  "includeFunds": false
}
```

Then connect the dataset or webhook to Slack, Discord, Google Sheets, Airtable, HubSpot, Salesforce, or a lead enrichment pipeline.

### Data source and compliance

- Source: official public SEC EDGAR Form D filings.
- This Actor sends a descriptive User-Agent and uses lightweight HTTP requests.
- No login, cookies, proxies, browser automation, or CAPTCHA solving are required.
- SEC filings may contain incomplete, amended, or issuer-submitted information. Verify important leads before outreach or investment decisions.

### Limitations

- Form D filings do not always include a website, founder names, or emails.
- Some filings are funds, SPVs, or investment vehicles. The default filter removes obvious cases but cannot perfectly classify every issuer.
- Offering amount and amount sold can be missing, zero, or marked as indefinite depending on the filing.

### Roadmap

- Stateful daily monitoring with duplicate suppression.
- Optional domain/company enrichment.
- CRM-ready output presets.
- Webhook templates for Slack and Discord alerts.
- Stronger operating-company versus fund classification.

### Local development

```bash
npm install
npm test
APIFY_CLI_DISABLE_TELEMETRY=1 apify run -i '{"maxItems":5,"includeFunds":false}'
```

# Actor input Schema

## `maxItems` (type: `integer`):

Maximum number of recent Form D filings to inspect.

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

Only include filings published within this many days.

## `minOfferingAmount` (type: `integer`):

Filter out offerings below this amount when amount is disclosed.

## `includeFunds` (type: `boolean`):

If false, down-filters obvious funds and pooled investment vehicles to focus on operating-company leads.

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

Optional state filter, e.g. CA, NY. Leave empty for all.

## `keywords` (type: `array`):

Optional case-insensitive keywords to match issuer name, industry, or filing summary.

## Actor input object example

```json
{
  "maxItems": 50,
  "daysBack": 14,
  "minOfferingAmount": 0,
  "includeFunds": false,
  "states": [],
  "keywords": []
}
```

# 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("cherubic_snipefish/sec-form-d-startup-leads").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("cherubic_snipefish/sec-form-d-startup-leads").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 cherubic_snipefish/sec-form-d-startup-leads --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=cherubic_snipefish/sec-form-d-startup-leads",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "SEC Form D Startup Funding Leads",
        "description": "Find fresh startup fundraising leads from official SEC Form D filings with issuer details, industry, location, offering size, amount sold, phone, filing URL, and lead score.",
        "version": "0.1",
        "x-build-id": "bFP0C8DBLiX9RaNMO"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/cherubic_snipefish~sec-form-d-startup-leads/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-cherubic_snipefish-sec-form-d-startup-leads",
                "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/cherubic_snipefish~sec-form-d-startup-leads/runs": {
            "post": {
                "operationId": "runs-sync-cherubic_snipefish-sec-form-d-startup-leads",
                "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/cherubic_snipefish~sec-form-d-startup-leads/run-sync": {
            "post": {
                "operationId": "run-sync-cherubic_snipefish-sec-form-d-startup-leads",
                "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": {
                    "maxItems": {
                        "title": "Maximum filings",
                        "minimum": 1,
                        "maximum": 200,
                        "type": "integer",
                        "description": "Maximum number of recent Form D filings to inspect.",
                        "default": 50
                    },
                    "daysBack": {
                        "title": "Days back",
                        "minimum": 1,
                        "maximum": 365,
                        "type": "integer",
                        "description": "Only include filings published within this many days.",
                        "default": 14
                    },
                    "minOfferingAmount": {
                        "title": "Minimum offering amount USD",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Filter out offerings below this amount when amount is disclosed.",
                        "default": 0
                    },
                    "includeFunds": {
                        "title": "Include funds / pooled investment vehicles",
                        "type": "boolean",
                        "description": "If false, down-filters obvious funds and pooled investment vehicles to focus on operating-company leads.",
                        "default": false
                    },
                    "states": {
                        "title": "US states",
                        "type": "array",
                        "description": "Optional state filter, e.g. CA, NY. Leave empty for all.",
                        "items": {
                            "type": "string"
                        },
                        "default": []
                    },
                    "keywords": {
                        "title": "Keywords",
                        "type": "array",
                        "description": "Optional case-insensitive keywords to match issuer name, industry, or filing summary.",
                        "items": {
                            "type": "string"
                        },
                        "default": []
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
