SEC Form D Fundraising Monitor avatar

SEC Form D Fundraising Monitor

Pricing

from $10.00 / 1,000 form d filings

Go to Apify Store
SEC Form D Fundraising Monitor

SEC Form D Fundraising Monitor

Discover companies that just raised private capital monitor new SEC Form D filings by date, state, and industry, with amount offered, amount sold, issuer details, and executives, one row per filing.

Pricing

from $10.00 / 1,000 form d filings

Rating

0.0

(0)

Developer

Andrew

Andrew

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Find companies that just raised private capital. This actor monitors new SEC Form D filings — the disclosure companies file when they raise money in a private (exempt) offering — and returns one clean row per filing with the amount offered, amount sold, issuer details, and named executives. No API key required.

What you get

  • Company name and CIK
  • Filing date, form type (D or amendment D/A), and links to the filing
  • Total offering amount, amount sold, and amount remaining
  • Minimum investment accepted and revenue range
  • Industry group (Technology, Health Care, Real Estate, Pooled Investment Fund, …)
  • Issuer location (city, state) and jurisdiction / year of incorporation
  • Related persons — executive officers, directors, and promoters with their roles

Use cases

  • Buyer-intent & sales triggers — "company just raised a round" is one of the strongest B2B buying signals; reach out while budgets are fresh
  • Investor & deal sourcing — track new raises by industry and geography
  • Recruiting — newly funded companies hire fast; get them before the job posts go up
  • Market research — measure private fundraising activity by sector, state, or time period
  • Competitive intelligence — watch funding in your category as it's disclosed

How to use

  1. Set a Start Date and End Date (YYYY-MM-DD). Leave blank for the last 7 days.
  2. Optionally filter by State (two-letter code, e.g. CA) and/or Industry (e.g. Technology)
  3. Keep Fetch Filing Details on to pull amounts, industry, and executives (turn off for a faster metadata-only run)
  4. Set Max Items to cap the run
  5. Run the actor — results land in the Dataset tab
  6. Export to JSON, CSV, Excel, or Google Sheets directly from the Apify console

Tip: to run this as a recurring monitor, schedule the actor and leave the dates blank — each run picks up the most recent 7 days of filings.

Example input

{
"startDate": "2026-05-20",
"endDate": "2026-05-30",
"state": "CA",
"industry": "Technology",
"fetchDetails": true,
"maxItems": 200
}

Output format

One dataset record per filing:

{
"companyName": "EXAMPLE VENTURES, LLC",
"cik": "0002137812",
"accessionNumber": "0002137812-26-000001",
"formType": "D",
"isAmendment": false,
"filingDate": "2026-05-29",
"filingIndexUrl": "https://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0002137812&type=D",
"documentUrl": "https://www.sec.gov/Archives/edgar/data/2137812/000213781226000001/primary_doc.xml",
"jurisdictionOfInc": "DELAWARE",
"yearOfInc": "2025",
"issuerCity": "San Francisco",
"issuerState": "CA",
"industryGroup": "Technology",
"totalOfferingAmount": 5000000,
"totalAmountSold": 2500000,
"totalRemaining": 2500000,
"minimumInvestment": 25000,
"offeringAmountIndefinite": false,
"revenueRange": "$1,000,001 - $5,000,000",
"relatedPersons": [
{ "name": "Jane Doe", "relationships": ["Executive Officer", "Director"] }
]
}

Notes

  • Data comes directly from the SEC EDGAR full-text search and each filing's Form D document — public, official, and free.
  • totalOfferingAmount is null with offeringAmountIndefinite: true for funds that disclose an indefinite raise.
  • Form D reports the offering as disclosed at filing time; companies file an amendment (D/A) as a raise progresses, so the same company can appear more than once.