Sec Form D Scraper
Pricing
from $2.00 / 1,000 form d offerings
Sec Form D Scraper
Pricing
from $2.00 / 1,000 form d offerings
Rating
0.0
(0)
Developer
Smorgi Apps
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
5 hours ago
Last modified
Categories
Share
SEC Form D Scraper — Funding Leads
Discover Form D private offering notices from SEC EDGAR — a practical wedge for funding leads, venture funds, co-invest vehicles, and exempt offerings filed under Regulation D.
Uses the same official EDGAR full-text search API (efts.sec.gov/LATEST/search-index) with forms fixed to D and D/A.
Store search keywords: Form D scraper · SEC funding leads · private placement · Regulation D · venture fund filings · EDGAR Form D
Why this Actor
| Need | What you get |
|---|---|
| New funding signals | Recently filed Form D / D/A notices with issuer name, location, items |
| Geo focus | Optional states filter on business state codes (client-side) |
| Lead lists | Structured rows with SEC archive URLs for follow-up |
| Fair billing | Pay per delivered row; zero-match runs not charged |
HTTP-only — no browser.
Input
{"query": "AI fund","startDate": "2026-07-01","endDate": "2026-07-31","maxItems": 50,"states": ["CA", "NY"],"includeAmendments": true,"requestDelayMs": 500}
- query — optional full-text search; leave empty for recent Form D filings in the date window
- forms — fixed to
Dand optionallyD/A(includeAmendments, default true) - states — optional US state codes matched against
biz_statesafter search - startDate / endDate —
YYYY-MM-DD; defaults to the last 90 days when omitted
Output fields
| Field | Description |
|---|---|
id | Accession number (adsh) |
form | D or D/A |
fileType | Usually D or D/A |
fileDate | Filing date |
companyName | Issuer / fund name from display_names[0] |
ciks | CIK list |
tickers | Parsed when present in display name |
sic | SIC codes when present |
states | Business state codes |
locations | Business locations |
items | Form D items (e.g. 06B, 3C, 3C.1) — useful for exemption type signals |
url | SEC filing index page |
scrapedAt | ISO timestamp |
Note: Form D XML detail (offering amount, investors, etc.) is not parsed in this Actor — only search-index metadata. Follow the url for the full submission.
Pricing
Pay-per-event for each delivered row (apify-default-dataset-item).
- No matching filings after filters → not charged
- State filtering happens client-side; wide date ranges with narrow states may require more API pages
Limitations (honest)
- SEC fair access — Automated access must use a descriptive User-Agent with contact information and stay within reasonable request rates. This Actor sends
SmorgiApps-EDGAR-Scraper smorgiapps@gmail.comand backs off on 429/503. - Search metadata only — Offering amounts, total sold, and investor counts live in the Form D XML, not in the search index. This Actor is a discovery / lead list tool, not a full Form D parser.
- Funds vs operating companies — Many rows are investment funds and SPVs, not product startups; use
queryandstatesto narrow. - State filter — Applied after the API response; very selective filters may need higher
maxItemsor wider dates to fill a quota. - Amendments —
D/Arows amend prior filings; dedupe by issuer may be needed downstream. - International issuers — Non-US state codes (e.g.
N4,E9) appear in EDGAR;statesfilter uses exact code match.
Issues / feature requests: use the Actor Issues tab.