SEC Form D Startup Funding Leads avatar

SEC Form D Startup Funding Leads

Pricing

Pay per usage

Go to Apify Store
SEC Form D Startup Funding Leads

SEC Form D Startup Funding Leads

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.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Deva

Deva

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

5 days ago

Last modified

Share

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

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

Input options

FieldTypeDescription
maxItemsintegerMaximum qualified filings to return, 1 to 200.
daysBackintegerOnly include filings published within this many days.
minOfferingAmountintegerOptional minimum disclosed offering amount in USD.
includeFundsbooleanInclude pooled investment funds and SPVs. Default is false.
statesstring arrayOptional U.S. state filters, such as CA, NY, TX.
keywordsstring arrayOptional keyword filters across issuer name, industry, entity type, city, and state.

Output fields

FieldDescription
issuerNameCompany or issuer name from the filing.
cikSEC Central Index Key.
filedAtSEC feed timestamp.
industryGroupSEC industry group.
entityTypeCorporation, LLC, limited partnership, etc.
city, state, stateDescriptionIssuer location.
phoneIssuer phone number when disclosed.
offeringAmountUsdTotal offering amount when disclosed.
amountSoldUsdAmount already sold when disclosed.
minimumInvestmentUsdMinimum investment accepted when disclosed.
leadScore0 to 100 lead score for sales prioritization.
leadReasonHuman-readable reasons behind the score.
filingUrlOfficial SEC filing index URL.
sourceData source label.

Example output

{
"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

leadScoreissuerNameindustryGroupstateofferingAmountUsdamountSoldUsduse case
95Myrtelle Inc.BiotechnologyNY3000000016700000venture, recruiting, founder services
89Cognos Therapeutics IncBiotechnologyCA2000000250000biotech sales and recruiting
63Springboard Management Aggregator, LLCOtherCA00manual review lead

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:

{
"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

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