Funding Alert — New Form D Filing Watch
Pricing
from $8.50 / 1,000 change founds
Funding Alert — New Form D Filing Watch
Watch SEC Form D filings by company name or sector keyword and get ONLY the new filings since your last check. Run it on a schedule and stop re-reading the same filings every time.
Pricing
from $8.50 / 1,000 change founds
Rating
0.0
(0)
Developer
Tim Zinin
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Watch SEC Form D filings by company name or sector keyword and get only the filings that are NEW since your last check — not the same filings you already saw last week. Runs on our own live SEC EDGAR search engine under the hood.
What you get
- A named "watch" (company name or sector keyword) that remembers what it has already shown you.
- Every scheduled run reports ONLY filings that were not there last time — company name, CIK, filing date, form type and a direct link to the filing.
- Run several independent watches from one Actor (e.g. one for AI startups, one for biotech seed rounds) — each has its own memory.
- The very first run for a new watch tells you honestly that it's establishing a baseline, not hiding a "no new filings" run as if it found something.
- Runs on Apify: schedule it, monitor it, call it from the API, export to JSON/CSV/Excel or push straight into your own pipeline.
How to run it
- Click Try for free — no card needed on the free plan.
- Paste your company name or sector keyword into Search queries, optionally a name for this watch.
- Hit Start. The first run creates the baseline; schedule it to run again (daily or weekly) to get a stream of only the NEW filings each time.
Pricing
Pay-per-event: $0.005 per run start + $0.01 per NEW filing / baseline created. The "no new filings" notice on a quiet run and any error/notice row are never charged. 10 new filings cost about $0.11 (the one-time start fee plus 10 billed rows).
Input
| Field | Required | What it does |
|---|---|---|
queries | yes | Company names or sector keywords, e.g. "artificial intelligence". Up to 25. |
sinceDays | no | Lookback window for the underlying search, in days (1-730, default 90). |
baseline_key | no | Name for this watch, so you can run several independent watches. |
limit | no | Filings requested per query, per run (1-100, default 20). |
max_items | no | Max NEW-filing rows delivered (and charged) per run (1-200, default 20). |
{"queries": ["artificial intelligence"],"sinceDays": 180,"baseline_key": "ai-startups"}
Output
Baseline-created row (first run for a watch — real output, live run 30.07.2026):
{"baselineKey": "selftest-funding-2","found": true,"isNew": false,"baselineCreated": true,"company": null,"ciks": [],"filedAt": null,"form": null,"accessionNumber": null,"url": null,"currentFilingsCount": 5,"newFilingsCount": null,"error": "","summary": "First check for \"selftest-funding-2\" — baseline created with 5 current filing(s) matching the filter. Future runs report only NEW filings against this baseline.","checkedAt": "2026-07-30T08:37:17.804Z"}
New-filing row (real output, live run 30.07.2026):
{"baselineKey": "selftest-funding-2","found": true,"isNew": true,"baselineCreated": false,"company": "UserFirst Software, Inc.","ciks": ["0001698513"],"filedAt": "2026-06-29","form": "D","accessionNumber": "0001698513-26-000002","url": "https://www.sec.gov/Archives/edgar/data/1698513/000169851326000002/0001698513-26-000002-index.htm","currentFilingsCount": null,"newFilingsCount": 1,"error": "","summary": "New filing for \"selftest-funding-2\": UserFirst Software, Inc. — Form D filed 2026-06-29.","checkedAt": "2026-07-30T08:37:47.546Z"}
| Field | Meaning |
|---|---|
baselineKey | Which watch this row belongs to. |
found | true for a real result row (new filing or baseline-created); false for a notice/error row. |
isNew | true only for an actual new-filing row. |
baselineCreated | true only on the first-ever run for this watch. |
company, ciks, filedAt, form, accessionNumber, url | The filing's own fields, straight from SEC EDGAR. |
currentFilingsCount | Only set on the baseline-created row: how many filings matched at that moment. |
newFilingsCount | Total new filings detected this run (may exceed the rows actually delivered if capped by max_items or your remaining budget). |
error | Empty string when the check completed cleanly (including "nothing new"); non-empty only on a real problem. |
summary | Human-readable one-liner. |
Other tools we built
Related tools
Related tools for adjacent workflows in financial signals and markets.
| Actor | What it does |
|---|---|
| Funding Round Tracker | Pair it in the financial signals and markets workflow: Track recent SEC Form D filings by company name or sector keyword — the notice a company files when it... |
| SEC Filing Watcher | Pair it in the financial signals and markets workflow: Watch stock tickers for new SEC filings — 10-K, 10-Q, 8-K, S-1 and more |
| Insider Trading Tracker | Pair it in the financial signals and markets workflow: Track insider stock trades — SEC Form 3/4/5 filings — for any list of tickers |
| Patent Filing Monitor | Pair it in the financial signals and markets workflow: Watch keywords or technologies for newly granted US patents |
| 13F Portfolio Tracker | Pair it in the financial signals and markets workflow: Track institutional managers (hedge funds, family offices) by SEC CIK or name and get their recent 13F-HR... |
FAQ / Limitations
Does this cover funding rounds outside the US? No — SEC Form D covers private placements filed with the US Securities and Exchange Commission only.
What happens if I change my queries for an existing baseline_key? The watch
keeps comparing against whatever it last saw, so changing the filter can produce a
burst of "new" filings that simply weren't checked for under the old filter. Use a
new baseline_key for an intentionally different watch.
What this is NOT. This is not investment advice, and a Form D filing does not mean a deal has closed or is verified — it's a regulatory notice. Verify independently before acting on it.
Found a bug or need a custom watch? Issues on the Actor's page.