Funding Round Tracker avatar

Funding Round Tracker

Pricing

from $5.00 / 1,000 round founds

Go to Apify Store
Funding Round Tracker

Funding Round Tracker

Track recent SEC Form D filings by company name or sector keyword — the notice a company files when it raises private capital. Official SEC EDGAR full-text search, free, no API key or login. Get company, filing date and a direct document URL for every match.

Pricing

from $5.00 / 1,000 round founds

Rating

0.0

(0)

Developer

Tim Zinin

Tim Zinin

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Funding Round Tracker — Recent SEC Form D Private Fundraises

Point this Actor at a list of company names or sector keywords and get back every SEC Form D filing that matched — the official notice a company must file within 15 days of the first sale in a private, Reg-D-exempt securities offering. In plain terms: a Form D is the closest thing to a public "we just raised private capital" record, and this Actor turns EDGAR's own full-text search into a keyword watchlist.

What you get

  • A funding signal, not a rumor. Every row is a real SEC Form D filing — not a scraped press release or a TechCrunch headline that may or may not have happened.
  • Company name, filing date, form type, accession number and a ready-to-open url straight to the filing's index page on sec.gov.
  • matched reports EDGAR's own total hit count for the query, even when limit caps how many rows you actually get back.
  • Watch a specific company or a whole sector/theme keyword (e.g. "artificial intelligence", "biotech") — several queries per run.
  • Lookback window up to 2 years (sinceDays, max 730), so you can pull history, not just today's filings.
  • Runs on Apify: schedule it, monitor it, call it from the API or the MCP server, export to JSON, CSV or Excel, or push results straight into your own pipeline.

How to run it

  1. Click Try for free — no card needed on the free plan.
  2. Paste company names or sector keywords into Queries, one per line — e.g. artificial intelligence, biotech, or an exact company name.
  3. Hit Start and pull the filings from the dataset (UI, API or webhook).

Pricing

Pay-per-event: $0.005 per run start + $0.005 per filing returned. No monthly seat, no minimum. 100 filings cost about $0.51; 1,000 filings about $5.01.

A query that matches nothing, or that errors out against EDGAR, still returns a row explaining why — and is not charged. You pay for filings found, not for queries asked.

Input

FieldRequiredWhat it does
queriesyesCompany names or sector keywords to watch. Up to 25 per run.
sinceDaysnoOnly include filings from the last N days (1–730, default 90).
limitnoMax filings returned per query (1–100, default 20).
maxConcurrencynoHow many queries to process at once, 1–8 (default 3).
{
"queries": ["artificial intelligence", "biotech"]
}

Output

One row per matched filing, or one found: false row per query with no matches. This is a real row from a real run:

{
"sourceQuery": "biotech",
"found": true,
"matched": 16,
"company": "SelSym Biotech, Inc.",
"ciks": ["0002145518"],
"filedAt": "2026-07-15",
"form": "D",
"accessionNumber": "0002145518-26-000001",
"url": "https://www.sec.gov/Archives/edgar/data/2145518/000214551826000001/0002145518-26-000001-index.htm",
"summary": "SelSym Biotech, Inc. — Form D filed 2026-07-15 (matched \"biotech\", 16 total in window).",
"checkedAt": "2026-07-26T13:58:40.901Z"
}
FieldWhat it means
matchedEDGAR's own count of everything that matched the query in the window (a 10000+-style count means the keyword is too broad to count exactly)
companyThe filer's name, cleaned of EDGAR's (CIK ...) suffix
ciksSEC Central Index Key(s) for the filer
filedAtDate the Form D was filed
formFiling form type (almost always D)
accessionNumberSEC accession number for this specific filing
urlDirect link to the filing's index page on sec.gov
foundfalse means no matching filing (or a source error) — the row explains why and is not billed

Need the rest of the picture?

These run on the same account, take the same shape of input and bill the same way, so they slot into an existing pipeline without new plumbing.

ActorWhat it does
Insider Trading TrackerTrack insider stock trades — SEC Form 3/4/5 filings — for any list of tickers
SEC Filing WatcherWatch stock tickers for new SEC filings — 10-K, 10-Q, 8-K, S-1 and more
AI Crawler Access CheckerCheck which AI crawlers (GPTBot, ClaudeBot, PerplexityBot, Google-Extended & more) can access your website
B2B Lead EnricherTurn a list of company websites into sales-qualified lead cards: detected tech stack, a rough revenue…
Clinical Trials MonitorWatch conditions, drugs or sponsors for new and updated clinical trials

FAQ / Limitations

Does it need an API key or login? No — EDGAR's full-text search endpoint is public and keyless.

How fresh is the data? As fresh as EDGAR itself — Form D filings usually appear within minutes of acceptance, and are due within 15 days of the first sale.

How far back can I look? Full-text search covers EDGAR filings from 2001 onward; this Actor caps sinceDays at 730 (2 years) to keep results relevant to "recent" fundraises.

What does matched mean if it's higher than the rows I got back? matched is EDGAR's own count of everything in the window; limit caps how many of those come back per query. A 10000+-style count means the keyword is broad enough that EDGAR stopped counting exactly — narrow the query for a precise figure.

Can I filter by a specific company instead of a sector? Yes — put the exact company name (or a distinctive part of it) in queries; it's matched as an exact phrase.

Can I call it from an AI agent? Yes — it's a standard Apify Actor, callable via the Apify API or the Apify MCP server.

What this is NOT. It does not track every VC round announced by press release — it tracks SEC Form D exempt-offering filings, which cover most US private capital raises but not every publicly announced deal, especially foreign or non-Reg-D transactions.

Found a wrong result, or need a check we don't run? Open an issue on this Actor's page.


Built by zinin. Questions? Telegram @timzinin.