SEC EDGAR Form D Private Offerings Scraper avatar

SEC EDGAR Form D Private Offerings Scraper

Pricing

Pay per event

Go to Apify Store
SEC EDGAR Form D Private Offerings Scraper

SEC EDGAR Form D Private Offerings Scraper

Extracts structured Reg D private offering data from SEC EDGAR Form D filings: issuer details, offering amounts, exemptions claimed (506b/506c/504), named related persons (officers/directors/promoters), investor count. Date-range filtering for daily delta scheduling. No proxy required.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Extract structured data from SEC EDGAR Form D (Regulation D) private securities offering filings. Pulls issuer details, offering amounts, exemptions claimed (506(b)/506(c)/504), named related persons (officers/directors/promoters), and investor counts from each filing's primary XML document.

Designed for wealth advisors, fund-services sales teams, PE/VC competitive intelligence, and securities counsel tracking new private capital raises. Every Reg D offering posts to EDGAR before money changes hands — this actor turns the daily feed into an actionable B2B lead and intelligence stream.

Features

  • Full structured extraction from each filing's primary_doc.xml — not just the filing index
  • Date-range filtering for incremental / daily delta runs via Apify Schedule
  • Amendment handling — distinguishes Form D (original) from D/A (amendment)
  • Named related persons — officers, directors, and promoters with roles and city/state
  • Reg D exemption codes — maps EDGAR codes (06b, 06c, 04) to human-readable labels (506(b), 506(c), 504)
  • No proxy required — SEC EDGAR serves clean XML over declared User-Agent HTTP
  • Polite rate limiting — 120ms floor delay (~8 req/sec), well under SEC's 10 req/sec ceiling

Use Cases

  • Lead generation — identify newly-formed LPs, LLCs, and corporations that just raised private capital
  • Fund-services prospecting — find new pooled investment funds (3C/3C.7 exemptions) at formation
  • Competitive intelligence — track PE/VC fund formation and raise sizes in your target sectors
  • Securities counsel workflows — audit 506(b)/506(c) election trends and minimum investment thresholds
  • Wealth advisor prospecting — new accredited-investor offerings in your geography or sector
  • Compliance monitoring — watch for amendments (D/A) that update offering amounts or investor counts

Input

FieldTypeDefaultDescription
startDatestringyesterdayFilter filings from this date (YYYY-MM-DD). Used with EFTS date-range search.
endDatestringtodayFilter filings up to this date (YYYY-MM-DD, inclusive).
includeAmendmentsbooleantrueInclude Form D/A amendments alongside original filings.
maxItemsintegerMaximum number of filings to return. Required.

Tips

  • For daily delta runs: set startDate and endDate to the same date (e.g., 2026-06-22) with maxItems: 200. Form D filings typically total 80-200 per business day.
  • For recent-filings snapshots: omit dates; the actor fetches the latest 40 filings from the EDGAR atom feed.
  • For historical research: use the EFTS date-range path with a wide date window and a high maxItems.

Output

Each output record corresponds to one Form D or D/A filing. Fields:

FieldDescription
accession_numberSEC accession number — unique filing ID (e.g. 0001234567-26-000001)
filing_dateDate the Form D was filed (YYYY-MM-DD)
submission_typeD (original) or D/A (amendment)
issuer_nameLegal name of the issuer raising capital
issuer_cikSEC CIK number for the issuer
entity_typeLegal entity type (Limited Partnership, LLC, Corporation, etc.)
jurisdiction_of_incorporationState or country of incorporation (DELAWARE, CAYMAN ISLANDS, etc.)
year_of_incorporationYear incorporated
industry_group_typeSEC industry classification (Pooled Investment Fund, Technology, Real Estate, etc.)
issuer_cityPrincipal office city
issuer_statePrincipal office state/country code (NY, CA, FL, etc.)
issuer_zipPrincipal office ZIP/postal code
issuer_phonePrincipal office phone number
total_offering_amountTotal offering size in dollars, or Indefinite
total_amount_soldAmount already sold at time of filing
total_remainingAmount not yet sold
minimum_investment_acceptedMinimum investment per investor
exemptions_claimedComma-separated list: 506(b), 506(c), 504, plus any Inv. Co. Act exclusions (3C, 3C.7)
is_amendmenttrue if this is a D/A amendment
date_of_first_saleDate of first sale (YYYY-MM-DD), or blank if not yet occurred
more_than_one_yeartrue if offering duration exceeds one year
number_of_investorsNumber of investors already invested (as reported)
sales_commissionsTotal sales commissions (dollar amount)
finders_feesTotal finders' fees (dollar amount)
related_personsNewline-separated list: `Name
filing_urlDirect URL to the primary_doc.xml on SEC EDGAR

Example Output

{
"accession_number": "0002052901-26-000020",
"filing_date": "2026-06-22",
"submission_type": "D",
"issuer_name": "Align Ventures Co-Invest Fund, LP",
"issuer_cik": "2052901",
"entity_type": "Limited Partnership",
"jurisdiction_of_incorporation": "DELAWARE",
"year_of_incorporation": "2025",
"industry_group_type": "Pooled Investment Fund",
"issuer_city": "MIAMI",
"issuer_state": "FL",
"total_offering_amount": "Indefinite",
"total_amount_sold": "17702831",
"exemptions_claimed": "506(b), 3C, 3C.7",
"is_amendment": false,
"date_of_first_sale": "2026-06-05",
"number_of_investors": null,
"sales_commissions": "0",
"related_persons": "Ben Bryce | Miami, FL\nGrant Hosking | Miami, FL",
"filing_url": "https://www.sec.gov/Archives/edgar/data/2052901/000205290126000020/primary_doc.xml"
}

Technical Notes

  • Data source: SEC EDGAR EFTS search API (date-range) + getcurrent atom feed (fallback)
  • Per-filing detail: primary_doc.xml from EDGAR archives (structured Reg D XML schema version X0708)
  • Rate limiting: 120ms floor delay between requests (~8 req/sec) per SEC fair-access policy
  • User-Agent: OrbTop EDGAR research contact@orbtop.com (required by SEC policy)
  • No proxy needed: EDGAR is publicly accessible from any IP with a declared User-Agent