SEC EDGAR Form D Scraper — Funding Leads avatar

SEC EDGAR Form D Scraper — Funding Leads

Pricing

from $2.00 / 1,000 results

Go to Apify Store
SEC EDGAR Form D Scraper — Funding Leads

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

Logiover

Maintained by Community

Actor stats

0

Bookmarked

26

Total users

10

Monthly active users

a day ago

Last modified

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:

FieldDescription
companyNameLegal entity name.
cikSEC Central Index Key.
phoneCompany phone number.
addressFull street address.
cityCity.
stateState or country code.
zipZIP / postal code.
entityTypeCorporation, LLC, LP, etc.
yearOfIncYear of incorporation.
stateOfIncState of incorporation.
industryGroupSEC industry classification.
totalOfferingAmountTotal amount being raised (USD).
totalAmountSoldAmount already sold (USD).
totalRemainingAmount remaining (USD).
numberOfInvestorsNumber of investors who participated.
dateOfFirstSaleWhen the offering started.
securityTypesEquity, Debt, Options, etc.
federalExemptionsRule 506(b), 506(c), Reg D, etc.
executivesSummary of key people (name + title).
executivesDetailArray with firstName, lastName, title, location.
salesCommissionsSales commissions paid.
findersFeesExpensesFinder's fees paid.
filingDateDate filed with SEC.
formTypeD or D/A.
accessionNumberSEC accession number.
edgarUrlLink to the company's EDGAR page.
filingUrlLink to the specific filing.
scrapedAtTimestamp 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

  1. Click Try for free / Run on the Actor page (or call it via the Apify API).
  2. Set dateFrom / dateTo (defaults to the last 30 days) and an optional keyword (e.g. technology, health, real estate).
  3. Set minAmount to filter by offering size and toggle includeAmendments for D/A filings.
  4. Set maxResults, run, and export the funded-company leads to CSV, JSON or Excel.

Input fields

FieldTypeDefaultDescription
dateFromstring30 days agoStart date (YYYY-MM-DD).
dateTostringtodayEnd date (YYYY-MM-DD).
keywordstring(all)Filter by company name or keyword.
minAmountnumber0Minimum offering amount in USD.
maxResultsnumber100Maximum filings to scrape (up to 10,000).
includeAmendmentsbooleanfalseInclude 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.