Funding Round Tracker
Pricing
from $5.00 / 1,000 round founds
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
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
urlstraight to the filing's index page on sec.gov. matchedreports EDGAR's own total hit count for the query, even whenlimitcaps 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
- Click Try for free — no card needed on the free plan.
- Paste company names or sector keywords into Queries, one per line — e.g.
artificial intelligence,biotech, or an exact company name. - 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
| Field | Required | What it does |
|---|---|---|
queries | yes | Company names or sector keywords to watch. Up to 25 per run. |
sinceDays | no | Only include filings from the last N days (1–730, default 90). |
limit | no | Max filings returned per query (1–100, default 20). |
maxConcurrency | no | How 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"}
| Field | What it means |
|---|---|
matched | EDGAR'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) |
company | The filer's name, cleaned of EDGAR's (CIK ...) suffix |
ciks | SEC Central Index Key(s) for the filer |
filedAt | Date the Form D was filed |
form | Filing form type (almost always D) |
accessionNumber | SEC accession number for this specific filing |
url | Direct link to the filing's index page on sec.gov |
found | false 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.
| Actor | What it does |
|---|---|
| Insider Trading Tracker | Track insider stock trades — SEC Form 3/4/5 filings — for any list of tickers |
| SEC Filing Watcher | Watch stock tickers for new SEC filings — 10-K, 10-Q, 8-K, S-1 and more |
| AI Crawler Access Checker | Check which AI crawlers (GPTBot, ClaudeBot, PerplexityBot, Google-Extended & more) can access your website |
| B2B Lead Enricher | Turn a list of company websites into sales-qualified lead cards: detected tech stack, a rough revenue… |
| Clinical Trials Monitor | Watch 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.