SEC Form D Private Placement Tracker avatar

SEC Form D Private Placement Tracker

Pricing

from $150.00 / 1,000 form d filings

Go to Apify Store
SEC Form D Private Placement Tracker

SEC Form D Private Placement Tracker

Track private placement filings via SEC EDGAR Form D โ€” entity name, CIK, total raised, total sold, minimum investment, fund type, federal exemptions, related persons (officers/directors), filing date, jurisdiction. PitchBook public-data alternative for VC/PE intel, M&A bankers, journalists.

Pricing

from $150.00 / 1,000 form d filings

Rating

0.0

(0)

Developer

Stephan Corbeil

Stephan Corbeil

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

13 hours ago

Last modified

Categories

Share

๐Ÿ“ˆ SEC Form D Private Placement Tracker โ€” VC/PE funding intel from EDGAR โ€” entity, CIK, raise, exemptions, officers

Scrape every Form D private placement filing from SEC EDGAR โ€” the canonical record of every private securities offering under Regulation D in the U.S. Get issuer name, CIK, total amount raised, fund type (VC/PE/hedge fund/real estate), Rule 506(b)/506(c) exemption claimed, officers and directors, broker-dealers, and exact filing date.

One actor. One token. Real-time regulator-direct data delivered in structured JSON.

Why This Actor Beats PitchBook, Crunchbase, Bloomberg Terminal

  • Source-of-truth EDGAR data: PitchBook and Crunchbase enrich and lag โ€” sometimes by weeks. Form D filings appear on EDGAR within hours of submission. You get the raw filing, not a reseller's interpretation.
  • Pay-per-result vs. $25K+ seats: PitchBook seats start at $25,000/year. Capital IQ runs $30K+. This actor charges $0.15 per filing. A whole-year backfill of every Form D ever filed costs less than one PitchBook user-month.
  • Officer/director names: We extract the full executive table from Form D โ€” names, titles, and addresses. Most paid VC databases don't surface this at all.
  • Webhook-ready JSON: Pipe results into Snowflake, BigQuery, your CRM, or a Slack alert in five lines of code. No SFTP, no Excel exports, no licence contracts.
FeatureThis Actor ๐Ÿ“ˆPitchBookCrunchbaseBloomberg Terminal
Pricing modelPay-per-result (cents per record)Per-seat license $5K-30K/yrPer-seat license $10K-25K/yrPer-seat license $10K-30K/yr
Free tierYes (Apify free credits)NoNoLimited search only
Real-time freshnessMinutes after source publishEnd-of-day refreshHourly refreshHourly refresh
Data sourceDirect from regulatorMixed proprietary + scrapedMixed proprietary + scrapedMixed proprietary + scraped
API accessREST + webhooks built inAdd-on; extra licenceAdd-on; extra licenceLimited
Bulk historicalYes โ€” date-range backfillLimited download capsLimited download capsLimited download caps
Setup time5 minutes (token + run)Procurement + onboardingProcurement + onboardingProcurement + onboarding

What You Get

Every record returned by this actor is structured JSON with the following fields populated wherever the source filing provides them:

  • Issuer name, CIK, EIN, jurisdiction of incorporation
  • Filing date, period of report, accession number, EDGAR URL
  • Total offering amount, total sold, total remaining
  • Fund type โ€” VC, PE, hedge fund, real estate, other investment fund
  • Exemption claimed โ€” Rule 506(b), 506(c), 504, Section 4(a)(5)
  • Investor count and minimum investment accepted
  • Officers and directors โ€” names, titles, and signing addresses
  • Broker-dealer / finder names and CRD numbers
  • Sales commissions and finders' fees
  • Use of proceeds, related-party notes, supplemental information

The full output schema is stable across runs โ€” safe to load into Snowflake, BigQuery, Postgres, or your data warehouse without re-mapping each refresh.

Use Cases

  • VC analysts โ€” Track every fund close in your sector the day it hits EDGAR โ€” including funds too small for PitchBook's coverage.
  • Wealth managers / family offices โ€” Source private placements for accredited-investor clients and spot emerging managers raising their first fund.
  • M&A bankers โ€” Identify which PE shops just closed a fund โ€” they're the ones with fresh dry powder buying your client's company.
  • LP advisors and FoF managers โ€” Cross-reference manager-claimed AUM vs. actual Form D totals.
  • Journalists and researchers โ€” Investigate offshoots of major fund families and spot serial issuers.
  • Compliance teams โ€” Monitor 506(c) general-solicitation offerings for suitability and disclosure review.
  • Founders raising capital โ€” Benchmark your round size and structure against current Form D filings in your sector.

Quick Start

Install the Apify Python client, set your token, and call the actor:

from apify_client import ApifyClient
client = ApifyClient("YOUR_APIFY_TOKEN")
run = client.actor("nexgendata/sec-form-d-scraper").call(run_input={
"maxItems": 100,
})
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

You can also trigger via cURL:

curl -X POST "https://api.apify.com/v2/acts/nexgendata~sec-form-d-scraper/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"maxItems": 100}'

Schedule it on Apify's built-in scheduler for daily, hourly, or every-5-minute refreshes โ€” no infra required.

Pricing

This actor uses pay-per-event pricing on Apify. Primary event: Form D filing at $0.15 per record. An Actor Start fee of $0.00005 applies per run (charged per GB of memory, minimum 1). No subscription, no seat licence, no procurement cycle โ€” pay only for the rows you receive.

For high-volume use cases (100K+ records/month), contact us at NexGenData for volume discounts.

Sister Actors in the NexGenData Fleet

NexGenData publishes the deepest SEC/regulatory actor catalog on Apify. Pair this actor with:

Use caseActor
Track insider trades from corporate officerssec-form4-insider-tracker
Detect coordinated insider buying clustersinsider-cluster-detector
Monitor activist 13D/G filings and 5%+ positionssec-schedule-13dg-activist-tracker
Track 13F hedge fund quarterly holdingssec-form-13f-holdings-tracker
Catch M&A and material events from 8-K filingssec-form-8k-material-events-scraper
Mirror IPO tracker for public-market fundingipo-tracker

Browse the full 200+ actor catalog at https://apify.com/nexgendata?fpr=2ayu9b.

FAQ

Q: Is scraping EDGAR legal?

A: Yes. SEC EDGAR is public-record data published by the U.S. federal government. SEC's fair-access policy permits programmatic retrieval at reasonable rates.

Q: How fresh is the data?

A: Form D filings appear on EDGAR typically within minutes of acceptance. Our actor reads new filings on demand โ€” schedule it every 15 minutes for near-real-time coverage.

Q: Can I backfill historical filings?

A: Yes. EDGAR's Form D archive goes back to 2009. Pass a date range to backfill years of filings in a single run.

Q: Does this give me investor names?

A: Form D does not require disclosure of individual investor names. You get the issuer, officers, directors, and broker-dealers. Investor identity is intentionally not public.

Q: What's the schema stability?

A: Stable. The Form D EDGAR XML schema has been unchanged since 2008. Field names and types are guaranteed across runs.

Q: Can I filter by sector or state?

A: Yes โ€” pass jurisdiction (state of incorporation), fund_type, or issuer_search to narrow your dataset before running.

About NexGenData

NexGenData publishes 200+ buyer-intent Apify actors covering SEC filings, federal regulatory data (EPA, FTC, CFPB, FEC, IRS 990, FAA), private-market intelligence (Form D, IPO, 13F, 13D/G), stock screeners across 30+ exchanges (NYSE, NASDAQ, LSE, TSX, ASX, HKEX, KOSPI, SGX, B3, BSE), B2B lead generation, and competitive intelligence. All actors are pay-per-result with no seat licences and no minimum commitments.

Browse the full catalog and start a free run at https://apify.com/nexgendata?fpr=2ayu9b.

Built by independent regulatory-data engineers. Reach out via the Apify message form for custom data integrations.