Funding Alert — New Form D Filing Watch avatar

Funding Alert — New Form D Filing Watch

Pricing

from $8.50 / 1,000 change founds

Go to Apify Store
Funding Alert — New Form D Filing Watch

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

Tim Zinin

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

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

  1. Click Try for free — no card needed on the free plan.
  2. Paste your company name or sector keyword into Search queries, optionally a name for this watch.
  3. 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

FieldRequiredWhat it does
queriesyesCompany names or sector keywords, e.g. "artificial intelligence". Up to 25.
sinceDaysnoLookback window for the underlying search, in days (1-730, default 90).
baseline_keynoName for this watch, so you can run several independent watches.
limitnoFilings requested per query, per run (1-100, default 20).
max_itemsnoMax 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"
}
FieldMeaning
baselineKeyWhich watch this row belongs to.
foundtrue for a real result row (new filing or baseline-created); false for a notice/error row.
isNewtrue only for an actual new-filing row.
baselineCreatedtrue only on the first-ever run for this watch.
company, ciks, filedAt, form, accessionNumber, urlThe filing's own fields, straight from SEC EDGAR.
currentFilingsCountOnly set on the baseline-created row: how many filings matched at that moment.
newFilingsCountTotal new filings detected this run (may exceed the rows actually delivered if capped by max_items or your remaining budget).
errorEmpty string when the check completed cleanly (including "nothing new"); non-empty only on a real problem.
summaryHuman-readable one-liner.

Other tools we built

Related tools for adjacent workflows in financial signals and markets.

ActorWhat it does
Funding Round TrackerPair 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 WatcherPair 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 TrackerPair 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 MonitorPair it in the financial signals and markets workflow: Watch keywords or technologies for newly granted US patents
13F Portfolio TrackerPair 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.