SEC EDGAR Form D Scraper — Funding Leads
Pricing
from $2.00 / 1,000 results
SEC EDGAR Form D Scraper — Funding Leads
Scrape SEC EDGAR Form D filings without an API key. Export Reg D private placement funding leads to CSV/JSON. Form D data extraction tool.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer
Logiover
Maintained by CommunityActor stats
0
Bookmarked
26
Total users
10
Monthly active users
a day ago
Last modified
Categories
Share
SEC EDGAR Form D Scraper — Private Placement Filings & Funding Leads
This SEC EDGAR Form D scraper extracts private placement filings (Regulation D) from the official SEC EDGAR system to surface recently funded startups and private companies. Use it to pull company name, offering amount, executive contacts, industry and securities data from Form D filings — turning a public disclosure feed into structured funding leads with no API key required.
Every US company raising capital through a Reg D exemption must file Form D with the SEC, making this an authoritative, always-fresh source for investor research, deal sourcing and B2B sales prospecting — exportable to CSV, JSON or Excel.
What you get
Each result is one Form D filing. Output fields:
| Field | Description |
|---|---|
companyName | Legal entity name. |
cik | SEC Central Index Key. |
phone | Company phone number. |
address | Full street address. |
city | City. |
state | State or country code. |
zip | ZIP / postal code. |
entityType | Corporation, LLC, LP, etc. |
yearOfInc | Year of incorporation. |
stateOfInc | State of incorporation. |
industryGroup | SEC industry classification. |
totalOfferingAmount | Total amount being raised (USD). |
totalAmountSold | Amount already sold (USD). |
totalRemaining | Amount remaining (USD). |
numberOfInvestors | Number of investors who participated. |
dateOfFirstSale | When the offering started. |
securityTypes | Equity, Debt, Options, etc. |
federalExemptions | Rule 506(b), 506(c), Reg D, etc. |
executives | Summary of key people (name + title). |
executivesDetail | Array with firstName, lastName, title, location. |
salesCommissions | Sales commissions paid. |
findersFeesExpenses | Finder's fees paid. |
filingDate | Date filed with SEC. |
formType | D or D/A. |
accessionNumber | SEC accession number. |
edgarUrl | Link to the company's EDGAR page. |
filingUrl | Link to the specific filing. |
scrapedAt | Timestamp of data extraction. |
Export every field to CSV, JSON, Excel or XML, or pull via the Apify API.
Example output
{"companyName": "Acme AI Technologies LLC","cik": "0001234567","state": "CA","entityType": "Limited Liability Company","industryGroup": "Technology","totalOfferingAmount": 5000000,"totalAmountSold": 3200000,"numberOfInvestors": 12,"dateOfFirstSale": "2025-01-15","federalExemptions": "06b, 3C.1","executives": "John Smith (Executive Officer, Director); Jane Doe (Executive Officer)","filingDate": "2025-02-01","formType": "D","filingUrl": "https://www.sec.gov/Archives/edgar/data/0001234567/000123456725000001/","scrapedAt": "2025-03-15T10:30:00.000Z"}
Use cases
- B2B sales prospecting — find companies that just raised money (hiring and buying software) before they hit Crunchbase or PitchBook.
- Investor & VC deal sourcing — track new Reg D filings, monitor industries for deal flow and spot co-investors.
- Recruiter targeting — find freshly funded startups about to hire, with executive contacts for outreach.
- Market research — analyze private capital formation by state, industry and offering amount.
- CRM enrichment — append funding amounts, executives and industry to your pipeline.
How to use
- Click Try for free / Run on the Actor page (or call it via the Apify API).
- Set
dateFrom/dateTo(defaults to the last 30 days) and an optionalkeyword(e.g.technology,health,real estate). - Set
minAmountto filter by offering size and toggleincludeAmendmentsfor D/A filings. - Set
maxResults, run, and export the funded-company leads to CSV, JSON or Excel.
Input fields
| Field | Type | Default | Description |
|---|---|---|---|
dateFrom | string | 30 days ago | Start date (YYYY-MM-DD). |
dateTo | string | today | End date (YYYY-MM-DD). |
keyword | string | (all) | Filter by company name or keyword. |
minAmount | number | 0 | Minimum offering amount in USD. |
maxResults | number | 100 | Maximum filings to scrape (up to 10,000). |
includeAmendments | boolean | false | Include D/A amendment filings. |
Example input
{"dateFrom": "2025-01-01","dateTo": "2025-03-31","keyword": "technology","minAmount": 1000000,"maxResults": 500,"includeAmendments": false}
FAQ
Do I need an SEC API key or login?
No. The Actor uses the official SEC EDGAR public API — no key, browser or proxy needed. It respects SEC fair-access rate limits (max 10 requests/second).
What is SEC Form D?
Form D is the public filing every US company must submit when raising capital through a Regulation D private placement (seed, Series A/B/C, VC, PE). It discloses the company, offering amount, executives, industry and exemption used.
Can I use this data for cold outreach?
Form D data is public information, but always comply with applicable laws (CAN-SPAM, GDPR, etc.) when using contact information for outreach.
What's the difference between Form D and Form D/A?
Form D is the original filing; Form D/A is an amendment that updates previously filed information. Enable includeAmendments to capture both.
What output formats are supported?
JSON, CSV, Excel and XML via the Apify dataset, or pull results through the Apify API.
How do I export SEC EDGAR Form D data to CSV or JSON?
Run the Actor and download the dataset in CSV, JSON, Excel or XML, or fetch results through the Apify API. It works as a SEC Form D data extraction tool for spreadsheets and CRMs.
Can I scrape SEC EDGAR without an API key or login?
Yes. This is a SEC EDGAR scraper that uses the official public EDGAR endpoints — no API key, login, browser or proxy required, while respecting SEC fair-access rate limits.
Is this a Reg D private placement filings dataset?
Yes. Each run builds a structured dataset of Regulation D private placement filings, turning Form D disclosures into funding leads you can export to CSV or JSON.
Scheduling & integration
Schedule this Actor on Apify to catch new funding filings as they post. Export to CSV/JSON for Salesforce, HubSpot or Pipedrive, sync to Google Sheets, trigger Slack alerts, or connect to 5,000+ apps via Zapier and Make through the Apify API.
Changelog
2026-06-15
- Reliability pass: re-verified end-to-end on live data with real-world inputs. Routine maintenance build.
2026-06-07
- Docs: added coverage for exporting SEC EDGAR Form D to CSV/JSON, scraping EDGAR without an API key, and the Reg D private placement filings dataset.
2026-06-05
- 🛡️ Reliability fix: results are no longer dropped by strict output validation — runs now complete cleanly even at high volume (thousands of results).
- ⚡ Stability & performance hardening; fresh rebuild.
2026-06-04
- Verified live & refreshed build — reliability/maintenance pass.