Funding Round Signal — new SEC Form D private placements avatar

Funding Round Signal — new SEC Form D private placements

Pricing

from $5.00 / 1,000 form d filings

Go to Apify Store
Funding Round Signal — new SEC Form D private placements

Funding Round Signal — new SEC Form D private placements

Companies that just raised money: new SEC Form D filings from official EDGAR data with amount sold, offering size, investors, industry, state, entity age and exemptions. Funds filtered out, only new since your last run. No API key.

Pricing

from $5.00 / 1,000 form d filings

Rating

0.0

(0)

Developer

tatsuya handa

tatsuya handa

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

What is Funding Round Signal for?

When a US company raises money privately, it must tell the SEC within 15 days on Form D. Around 150 new Form D filings land on EDGAR every business day: seed and Series rounds, convertible notes, growth equity, real-estate syndications. This Actor reads the official EDGAR daily index, downloads each new filing, and gives you the issuer, location, industry, entity age, amount already sold, total offering size, number of investors, security type and exemption as clean JSON. Fund vehicles (VC/PE/hedge funds) are filtered out by default so what remains are operating companies that just closed money. In monitor mode it returns only the filings it has not shown you before.

Typical users:

  • B2B sales teams (banking, payroll, insurance, recruiting, SaaS) who want companies with fresh capital, by state and industry, the day they file.
  • Investors, lenders and M&A advisors tracking who is raising in their sector.
  • Analysts and journalists measuring private-capital flows by industry or state.
  • AI agents needing a structured feed of "companies that just raised" without scraping Crunchbase.

Official data, no scraping of third-party sites, no API key. The Actor identifies itself to the SEC and stays well under the SEC's 10-requests-per-second fair-access limit.

Sample output

A filing record:

{
"type": "filing",
"change": "new",
"accessionNumber": "0001493152-26-041606",
"formType": "D",
"isAmendment": false,
"filedDate": "2026-09-04",
"issuerName": "Jupiter Wellness, Inc.",
"cik": "1760903",
"entityType": "Corporation",
"jurisdiction": "DELAWARE",
"yearOfIncorporation": 2023,
"incorporatedWithinFiveYears": true,
"previousNames": ["CBD Brands, Inc."],
"street": "1061 E. Indiantown Road, Suite 110",
"city": "Jupiter",
"state": "FL",
"stateName": "FLORIDA",
"zip": "33477",
"phone": "561-244-7100",
"sic": "2834",
"sicDescription": "PHARMACEUTICAL PREPARATIONS",
"industryGroup": "Other Health Care",
"isPooledFund": false,
"revenueRange": "$1 - $1,000,000",
"exemptions": ["06b"],
"dateOfFirstSale": "2026-08-20",
"securitiesTypes": ["equity"],
"minimumInvestment": 0,
"totalOfferingAmount": 774787,
"offeringIndefinite": false,
"totalAmountSold": 774787,
"totalRemaining": 0,
"totalInvestors": 1,
"hasNonAccreditedInvestors": false,
"filingUrl": "https://www.sec.gov/Archives/edgar/data/1760903/000149315226041606/0001493152-26-041606-index.htm",
"llmSummary": "Jupiter Wellness, Inc. (Jupiter, FL; Other Health Care, Corporation, formed within 5 years) filed Form D on 2026-09-04: $774,787 sold of $774,787 offering to 1 investor (equity), first sale 2026-08-20, Rule 06b."
}

The first record of every run is a summary with counts per industry and state, how many filings report an amount, and the sum sold.

What you get

FieldMeaning
issuerName, cik, previousNamesIssuer as registered with the SEC
entityType, jurisdiction, yearOfIncorporation, incorporatedWithinFiveYearsCorporation / LLC / LP, state of incorporation, age
street, city, state, zip, phonePrincipal address and phone from the form
sic, sicDescription, industryGroupSIC code from the EDGAR header (when assigned) and the Form D industry group
revenueRangeIssuer's self-reported revenue band
exemptionsRule 506(b) = 06b, 506(c) = 06c, Rule 504 = 04, fund exclusions 3C…
totalOfferingAmount, offeringIndefinite, totalAmountSold, totalRemainingOffering size and progress in USD
totalInvestors, hasNonAccreditedInvestors, minimumInvestmentInvestor data
securitiesTypes, isBusinessCombination, dateOfFirstSale, moreThanOneYearDeal structure
salesCommissions, findersFees, proceedsToRelatedPersonsFees
relatedPersonsOfficers/directors/promoters with roles, only when includeRelatedPersons is on
filingUrl, documentUrlLinks to the EDGAR filing index and the rendered form
changenew (monitor mode), baseline or snapshot
llmSummaryOne-sentence description for LLM agents and alerts

Settings

InputDefaultNotes
daysBack2Calendar days of EDGAR daily indexes to read (1–14)
includeAmendmentsfalseInclude Form D/A
excludeFundstrueDrop pooled investment funds
industries / excludeIndustriesForm D industry groups as EDGAR encodes them (real estate = Commercial, Residential, Other Real Estate, REITS and Finance)
statesIssuer address state codes
minAmountSold, minOfferingAmountUSD thresholds
newIssuersOnlyfalseFormed within five years
equityOnlyfalseEquity securities only
keywordsMatch on issuer name, industry, SIC description, city
includeRelatedPersonsfalseAdd officer/director names and roles
mode, watchlistId, emitBaseline, maxFilingsmonitor / default / false / 2000See below

Monitor mode, watchlists and the free first run

  1. Choose a watchlistId (e.g. biotech-ca) and your filters. Run once. The first run is a free baseline: the Actor remembers the filings currently in the index and returns only a summary (nothing is downloaded or charged) unless emitBaseline is on.
  2. Schedule the same input daily, ideally after 23:00 ET (the SEC writes the daily index around 22:00 ET). Each later run downloads and returns only filings that appeared since the last run and charges only for those.
  3. Different watchlists keep separate memories. Changing filters starts a new baseline for that watchlist.

Pricing: one run-summary event per non-baseline run, one filing event per filing record. Filings that are downloaded but do not match your filters are not charged.

Example: technology and health-care raises over $1M in California and New York

{
"industries": ["Other Technology", "Computers", "Telecommunications", "Biotechnology", "Pharmaceuticals", "Other Health Care"],
"states": ["CA", "NY"],
"minAmountSold": 1000000,
"daysBack": 3,
"mode": "monitor",
"watchlistId": "tech-health-ca-ny"
}

Notes and limits

  • Form D is filed within 15 days of the first sale, so the signal lags the actual close by up to two weeks.
  • Filings accepted after 17:30 ET appear in the next business day's index.
  • Amounts are what the issuer reports; "Indefinite" offerings have no total.
  • Issuers that are new to EDGAR often have no SIC code yet; the Form D industry group is always present.
  • Data are official SEC records provided as-is. Not investment advice.

日本語

米国企業が私募で資金調達すると15日以内にSECへ提出する Form D を、公式EDGARの日次インデックスから毎日取得します。発行体名・所在地・業種・設立年・調達済み金額・募集総額・投資家数・証券種別・免除規定(Rule 506(b)/(c))を構造化し、ファンド(VC/PE)は既定で除外。monitor モードでは前回以降の新規提出だけを返し、初回はベースライン(無課金)です。役員名は既定で出力しません。