SEC EDGAR Form D Scraper - Startup Funding Leads avatar

SEC EDGAR Form D Scraper - Startup Funding Leads

Pricing

from $2.00 / 1,000 results

Go to Apify Store
SEC EDGAR Form D Scraper - Startup Funding Leads

SEC EDGAR Form D Scraper - Startup Funding Leads

Scrape SEC EDGAR Form D filings to find recently funded startups. Extract company name, funding amount, CEO/director names, contact info, industry & more. Perfect for B2B sales prospecting & investor research.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Logiover

Logiover

Maintained by Community

Actor stats

0

Bookmarked

22

Total users

13

Monthly active users

6 hours ago

Last modified

Share

SEC EDGAR Form D Scraper — Find Funded Startups & B2B Leads

SEC EDGAR Form D Scraper - Startup Funding Leads

Scrape SEC EDGAR Form D (Regulation D) filings and turn public startup-funding disclosures into structured, actionable lead data. This SEC EDGAR Form D scraper extracts company names, offering amounts, executive contacts, industry classification and addresses — perfect for B2B sales prospecting, investor research and lead generation. It uses the official SEC EDGAR public API, so there is no login, no API key and no proxy required.

Every U.S. company that raises capital through a private placement (Reg D exemption) is required by law to file Form D with the SEC. This Actor turns those public filings into clean JSON, CSV or Excel data — often catching startups before they appear on Crunchbase or PitchBook.

✨ What this Actor does / Key features

  • 🏢 Company & funding data — extracts legal entity name, offering amount, amount sold, amount remaining and number of investors.
  • 👔 Executive contacts — captures CEO, CFO and director names with titles and locations for direct outreach.
  • 🏭 Industry & entity details — SEC industry classification, entity type, year and state of incorporation.
  • 📅 Date & keyword filters — search by filing date range and company name / keyword (e.g. "technology", "health", "real estate").
  • 💰 Minimum amount filter — only return filings at or above a target offering size.
  • 🔁 Amendment support — optionally include Form D/A amendment filings alongside original Form D filings.
  • 📄 Direct filing links — EDGAR company URL, specific filing URL, accession number and CIK for every record.
  • Official API, no browser — fast, lightweight, and respectful of SEC rate limits and fair-access policy.
  • 📊 Structured output — clean JSON ready for CRM import, spreadsheet analysis or API integration.

🔍 Input

FieldTypeDescription
dateFromstringStart date for filing search (YYYY-MM-DD). Defaults to 30 days ago.
dateTostringEnd date for filing search (YYYY-MM-DD). Defaults to today.
keywordstringFilter filings by company name or keyword. Leave empty for all filings.
minAmountintegerOnly include filings with offering amount ≥ this value (USD). 0 for no filter.
maxResultsintegerMaximum number of filings to scrape (up to 10,000).
includeAmendmentsbooleanInclude Form D/A amendment filings in addition to original Form D filings.

🚀 Example input

{
"dateFrom": "2025-01-01",
"dateTo": "2025-03-31",
"keyword": "technology",
"minAmount": 1000000,
"maxResults": 500,
"includeAmendments": false
}

📦 Output

Each filing is saved as a structured item in the dataset. Export to JSON, CSV, Excel or XML, or pull via the Apify API.

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
filingDateDate filed with SEC
formTypeD or D/A
accessionNumberSEC accession number
edgarUrlLink to the company's EDGAR page
filingUrlLink to the specific filing
salesCommissionsSales commissions paid
findersFeesExpensesFinder's fees paid
scrapedAtTimestamp of data extraction

💡 Use cases

  • B2B sales teams — find companies that just raised money; they're hiring, buying software and expanding. Reach decision makers by name.
  • Investors & VCs — track new Reg D filings in real time, monitor specific industries for deal flow and research funding trends.
  • Recruiters — target freshly funded startups about to scale their teams, filtered by funding stage and size.
  • Market researchers — analyze private capital formation by state, industry and offering amount.
  • Financial data analysts — build datasets of capital raises and securities filings for modeling and reporting.

🛠️ How it works

  1. Searches the official SEC EDGAR full-text search API for Form D filings matching your date range and keyword.
  2. Fetches the Form D XML for each filing from SEC archives.
  3. Parses all structured data — company info, offering amounts, executives, industry and securities type.
  4. Filters by minimum offering amount if specified.
  5. Outputs clean, structured JSON ready for CRM import, spreadsheets or API integration.

❓ Frequently Asked Questions

Is it legal to scrape SEC EDGAR Form D data? Yes. All data is sourced from publicly available SEC EDGAR filings. Form D is a public disclosure document required by U.S. securities law — no private or restricted data is accessed. The Actor follows SEC's fair-access guidelines and rate limits.

Do I need an API key or a login? No. The Actor uses the official SEC EDGAR public API. There is no SEC account, API key or proxy required — you only need an Apify account.

Can I use this data for cold outreach? Form D data, including executive names, is public information. However, you must comply with applicable laws such as CAN-SPAM and GDPR when using contact information for outreach.

Does it work for non-U.S. companies? Yes. It covers any company filing Form D with the SEC, which includes foreign private issuers raising capital in the U.S.

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.

How far back can I search and how much data can I get? SEC EDGAR's full-text index typically covers filings from 1993 onwards (XML-formatted Form D is most reliable from ~2008). You can scrape up to 10,000 filings per run.

How much does it cost? The Actor uses pay-per-result pricing — you're only charged for filings actually saved to your dataset. As a rough guide, scraping 500 filings costs around $1.75.

⏰ Scheduling & integration

Schedule this Actor on Apify to capture new Form D filings daily or weekly. Export results to JSON, CSV or Excel, push them to Salesforce, HubSpot or Pipedrive, sync to Google Sheets, or trigger webhooks and Zapier/Make workflows through the Apify API.


Changelog

  • 2026-06-01 — Maintenance & reliability pass: pulled the latest source and rebuilt the Actor on the current base image; build verified.
  • 2026-05-25 — Maintenance & reliability pass: pulled the latest source and rebuilt the Actor on the current base image; build verified.

  • 2026-05-20 — Maintenance pass: reviewed the input schema and default values for a smooth one-click start, and rebuilt the Actor on the latest base image.

Last reviewed: 2026-06-01.