Equity Crowdfunding Deal Tracker (Reg CF / SEC EDGAR)
Pricing
from $30.00 / 1,000 deal record delivereds
Equity Crowdfunding Deal Tracker (Reg CF / SEC EDGAR)
A normalized feed of every Regulation CF equity crowdfunding raise — Wefunder, StartEngine, Republic and more — straight from official SEC EDGAR Form C filings. Terms, deadlines, financials, and platform, structured. Pay per deal.
Pricing
from $30.00 / 1,000 deal record delivereds
Rating
0.0
(0)
Developer
Matt Sparks
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 days ago
Last modified
Categories
Share
A normalized, structured feed of every Regulation CF equity crowdfunding raise in the United States — Wefunder, StartEngine, Republic, Honeycomb, Netcapital, DealMaker and every other funding portal — sourced directly from official SEC EDGAR Form C filings. Terms, deadlines, financials, and the funding portal, parsed into clean JSON.
No login. No paywall. No anti-bot games. Just the authoritative government record, structured for you.
What you get per deal
- Issuer: name, legal status, jurisdiction, incorporation date, website, address
- Funding portal: normalized platform name (Wefunder / StartEngine / Republic / …) + SEC intermediary CIK & CRD
- Offering terms: security type, price per security, number offered, target & maximum offering amount, oversubscription, deadline, and a computed
isActiveflag - Progress (from Form C-U): the closing/progress statement and a parsed amount raised
- Financials (two fiscal years): total assets, cash, receivables, revenue, cost of goods sold, net income, short- & long-term debt, employees
- Filing metadata: form type, filed date, accession number, direct SEC filing links
Why this actor
| This actor | Manual / alternatives | |
|---|---|---|
| Coverage | Every Reg CF portal (EDGAR is the legal source of record) | One platform at a time |
| Source | Official SEC EDGAR — authoritative, stable | Scraping portal sites (breaks, rate-limited) |
| Structure | Normalized JSON, financials parsed | PDFs / HTML you parse yourself |
| Filter | By portal, form type, date, keyword, active-only | — |
| Reliability | Government API, near-zero breakage | Anti-bot walls |
Pricing
| Event | Price | When charged |
|---|---|---|
| Actor start | $0.05 | Once per run |
| Deal record | $0.03 | Per deal delivered |
Example: pulling 200 fresh Reg CF deals ≈ $0.05 + $6.00 = $6.05. A single subscription to a human-curated equity-crowdfunding database runs ~$150/year; this is pay-as-you-go for the same underlying data, structured.
Input
{"filedSince": "2026-06-01","formTypes": ["C", "C/A"],"platforms": ["Wefunder", "StartEngine"],"activeOnly": true,"maxDeals": 200}
- filedSince / filedUntil — date range (defaults to the last 90 days)
- formTypes —
C(new offering),C/A(amendment),C-U(progress/closing update with amount raised),C-AR(annual report),C-TR(termination),C-W(withdrawal) - platforms — keep only these funding portals (empty = all)
- keyword — optional full-text search across filings
- activeOnly — only offerings whose deadline is in the future
Output example
{"issuerName": "Gryphon Online Safety, Inc.","platform": "StartEngine","formType": "C-U","securityType": "Common Stock","targetOfferingAmount": 10000,"maximumOfferingAmount": 1235000,"deadlineDate": "2026-06-30","isActive": false,"amountRaisedReported": 218756.76,"financials": { "revenue": 806539, "netIncome": -3612514, "totalAssets": 4890369 },"filingIndexUrl": "https://www.sec.gov/Archives/edgar/data/.../"}
Who uses this
- Retail & angel investors — screen every live Reg CF raise by terms, financials, and deadline in one place
- VC & analysts — track early-stage deal flow and portal market share
- Fintech & data products — a clean upstream feed for crowdfunding dashboards
- Journalists & researchers — the full public record of who's raising, how much, and on which platform
- AI agents — an MCP-callable tool that answers "what Reg CF deals opened this week on Wefunder?" (Apify MCP server)
Notes
- Data comes exclusively from public SEC EDGAR filings (the legally required record for every Reg CF offering). This actor accesses no private, paywalled, or login-gated data.
amountRaisedReportedis best-effort parsed from the issuer's Form C-U progress statement; use the linked filing as the source of truth.- Valuation caps are not part of the structured Form C data and are intentionally not fabricated here.
- SEC asks automated clients to identify themselves — optionally set
contactEmailto include an address in the request headers. - Want live amount-raised for open (not-yet-closed) deals, watchlist/webhook alerts, or founder contact enrichment? Open an issue in the Issues tab.