SEC EDGAR Funding & Exec-Change Monitor — Form D, 8-K
Pricing
from $4.00 / 1,000 per record returneds
SEC EDGAR Funding & Exec-Change Monitor — Form D, 8-K
Monitor SEC EDGAR for two high-value GTM intent signals: new Form D filings (a company just raised private capital — with amount, industry & named principals) and 8-K Item 5.02 (exec changes). Filter by state, industry & amount; schedule it for new-filing alerts via Slack, email or webhook.
Pricing
from $4.00 / 1,000 per record returneds
Rating
0.0
(0)
Developer
Scrapers Delight
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
📈 SEC EDGAR Funding & Exec-Change Monitor — Form D + 8-K
Two of the highest-value GTM intent signals, straight from public SEC filings — no login, no key. Get a clean feed of (1) companies that just raised private capital (Form D — with the dollar amount, industry, and named principals) and (2) executive/director changes (8-K Item 5.02). Filter by state, industry, and amount, run it on a schedule, and get alerted to new filings. Built to drop straight into Clay, your CRM, or n8n.
Why these two signals
| Signal | Filing | What it means | Who buys it |
|---|---|---|---|
| 💰 Funding | Form D | A company just closed a private raise → fresh budget to spend | Sales/ABM, VCs, recruiters, service firms |
| 🔁 Exec change | 8-K Item 5.02 | New officer/director → new initiatives, new vendor decisions | Sales, executive search, PR |
"Just raised money" and "new decision-maker" are the classic trigger events GTM teams pay intent platforms thousands for. This actor builds them from the public EDGAR full-text-search API — the only Cloudflare-free, no-login funding source.
What it extracts
Funding (Form D) — company, ticker, cik, form (D / D/A), filing_date, industry, state, inc_state, amount_offered, amount_sold, amount_remaining, min_investment, date_of_first_sale, is_amendment, related_persons (named officers/directors/promoters with roles), filing_url.
Exec change (8-K 5.02) — company, ticker, cik, filing_date, items, state, filing_url.
Every record also has signal_type, is_new (monitor mode), and scraped_at. Export to JSON, CSV, Excel, HTML, or RSS — or pull via the Apify API.
How to use it
- Click Try for free.
- Pick your signal types (funding, exec_change, or both) and a lookback window.
- (Recommended for funding) keep Exclude pooled investment funds on, and set Min amount sold/offered and/or Industry filter to keep operating-company raises in your space.
- Add your contact email (SEC asks API users to identify themselves).
- Click Start, then open the Dataset tab.
- For a live intent feed: turn on Monitor mode, add a Schedule (e.g. daily), and a Slack/email/webhook.
Quick start — funded tech companies
{ "signalTypes": ["funding"], "lookbackDays": 7, "excludeFunds": true, "industryFilter": ["Technology"], "minAmountSold": 1000000, "contactEmail": "you@company.com" }
Daily dual-signal monitor
{ "signalTypes": ["funding", "exec_change"], "monitorMode": true, "states": ["CA","NY"], "slackWebhookUrl": "https://hooks.slack.com/services/…", "contactEmail": "you@company.com" }
Pricing (pay-per-event)
| Event | What it covers | Suggested price |
|---|---|---|
lot-scraped | each signal returned | ~$2–4 / 1,000 |
lot-detail-enriched | each Form D doc fetched for amount + principals | ~$2–4 / 1,000 |
monitor-run-completed | each scheduled watch run | ~$0.05 / run |
new-lot-detected | each newly-appearing filing | ~$0.02 / filing |
alert-delivered | each Slack/email/webhook alert | ~$0.005 / alert |
(Final prices are set on the actor's pricing page.)
Notes & limits
- Public federal filings. Form D discloses named principals (a public disclosure) — surface it; how you use it is your call (follow CAN-SPAM / TCPA for any outreach).
amount_soldis often 0 on a fresh filing (raise just opened) —amount_offeredshows the target. UseincludeAmendmentsto catch follow-on closes.- Be polite to SEC. Set
contactEmail, and use filters (state / industry / amount) to keep runs small. The actor caps and logs if a window is very large. - Coverage: EDGAR full-text search covers filings from 2001 onward; this actor is built for the recent-filings monitor use case.
FAQ
Can I target an industry? Yes — industryFilter: ["Technology"] (Form D's own industryGroupType).
Operating companies only, not VC funds? Keep excludeFunds: true (drops "Pooled Investment Fund" filings).
Will it double-alert? No — monitor mode remembers seen filings (per filter scope) and emits each once.
Does it work for public-company funding too? Form D is private placements; pair with the 8-K signal for public-company events.