Sec Form D Scraper avatar

Sec Form D Scraper

Pricing

from $2.00 / 1,000 form d offerings

Go to Apify Store
Sec Form D Scraper

Sec Form D Scraper

Pricing

from $2.00 / 1,000 form d offerings

Rating

0.0

(0)

Developer

Smorgi Apps

Smorgi Apps

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

5 hours ago

Last modified

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

NeedWhat you get
New funding signalsRecently filed Form D / D/A notices with issuer name, location, items
Geo focusOptional states filter on business state codes (client-side)
Lead listsStructured rows with SEC archive URLs for follow-up
Fair billingPay 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 D and optionally D/A (includeAmendments, default true)
  • states — optional US state codes matched against biz_states after search
  • startDate / endDateYYYY-MM-DD; defaults to the last 90 days when omitted

Output fields

FieldDescription
idAccession number (adsh)
formD or D/A
fileTypeUsually D or D/A
fileDateFiling date
companyNameIssuer / fund name from display_names[0]
ciksCIK list
tickersParsed when present in display name
sicSIC codes when present
statesBusiness state codes
locationsBusiness locations
itemsForm D items (e.g. 06B, 3C, 3C.1) — useful for exemption type signals
urlSEC filing index page
scrapedAtISO 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.com and 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 query and states to narrow.
  • State filter — Applied after the API response; very selective filters may need higher maxItems or wider dates to fill a quota.
  • AmendmentsD/A rows amend prior filings; dedupe by issuer may be needed downstream.
  • International issuers — Non-US state codes (e.g. N4, E9) appear in EDGAR; states filter uses exact code match.

Issues / feature requests: use the Actor Issues tab.