Free Crunchbase API alternative: funding data from SEC filings

Every endpoint on this page was live-probed on 2026-07-28 by the Aidenix Atlas catalog.

What is a Crunchbase alternative?

A Crunchbase alternative is any source that answers the funding question — «who raised, how much, when, from whom» — without the paid API tier. For US private companies the answer already sits in a regulator's database: nearly every private raise is disclosed in a Form D filing, which SEC EDGAR serves through free APIs covering roughly 800,000 filers and every filing since 2001. The difference is provenance. Crunchbase aggregates press releases and editorial submissions; a Form D is filed by the company itself under penalty of law, according to Regulation D of the Securities Act. In our data — the Aidenix Atlas catalog, live-probed on 2026-07-28 — the regulatory route covers:

Key facts at a glance

A key-facts table is the 60-second version of this page: 143 live filings in one query, 25 years of history, $0 cost — every number below comes from our own probe run of 2026-07-28, according to the Aidenix Atlas catalog logs, and in our data none of them requires a paid tier:

Question Answer
Filings caught in one live 2-day query 143 Form D documents
Historical depth every filing since 2001, keyless
Typical filing-to-availability lag same day to next day
Legal duty to file within 15 days of first sale
Cost $0 — no key, no tier, no quota purchase
Crunchbase's API model gated behind enterprise licensing, as of July 2026
What stays editorial valuations, investor graphs, non-US rounds
Two pipelines to the same funding round Editorial (Crunchbase): press release editor / crowd paid API tier Regulatory (EDGAR): Form D filed EDGAR indexes it free JSON API The asymmetry that matters A company can skip the press release — it cannot legally skip the filing. The regulatory pipeline catches quiet raises the editorial one never sees; the editorial one carries valuations the filing never states.
Editorial and regulatory funding pipelines: the free one is also the one with a legal completeness guarantee. Probed 2026-07-28.

Which free sources replace each Crunchbase function?

A replacement source is a regulator-run API that serves the same field group Crunchbase sells. In our data, 5 sources cover the funding stack with 18,500,000+ records. According to our catalog probes on 2026-07-28, every endpoint below returned HTTP 200. No key, no paid license:

Crunchbase function Open source Coverage Auth
Funding rounds (US private) SEC Form D search amount, date, sector per round none
Company filing history SEC EDGAR submissions API ~800,000 filers, JSON per company none
Full-text search across filings EDGAR full-text search every filing since 2001 none
Entity resolution, cross-border GLEIF LEI register 3,386,069 entities, parent links none
Incorporation records 4 open state registries 10,137,727 records none

The choice between routes is a one-line decision each:

How do you track funding rounds through a free API?

Funding-round tracking is one keyless query repeated on a schedule. EDGAR full-text search accepts forms=D with a date range and returns new filings as JSON — this is the same endpoint our catalog probes daily:

# User-Agent with contact info is mandatory — SEC returns 403 without it
curl -A "research your@email" \
  "https://efts.sec.gov/LATEST/search-index?q=%22Limited%20Partnership%22&forms=D&startdt=2026-07-27&enddt=2026-07-28"

We ran that query live on 2026-07-28 and got 143 filings from the 2-day window. Among the first results: Antalya Investment Fund Limited Partnership (CIK 0001893643, filed 2026-07-28) and three related Hines U.S. Property Partners entities filed 2026-07-27 — a real-time picture of money moving that no editorial database had published yet when we checked. From here the workflow is mechanical:

What exactly is inside a Form D filing?

A Form D is a structured XML document with a fixed schema of 6 field groups — offering size, dates, issuer identity, named people, round mechanics, and the exemption rule — which is precisely what makes it API-friendly, according to the SEC's published EDGAR specifications. In our data, these 6 groups map onto Crunchbase's paid fields like this:

Field group What you get Crunchbase equivalent
Offering data total offering amount, amount sold, amount remaining round size
Dates date of first sale, filing date announced date
Issuer identity legal name, jurisdiction, year of incorporation, address company profile
People named executive officers, directors, promoters founders list (partial)
Round mechanics equity / debt / fund type, minimum investment round type
Exemption Rule 506(b) vs 506(c) — private vs general solicitation not tracked

The exemption field is an underrated signal the editorial databases ignore: a 506(c) filing means the company may advertise the raise publicly — often the prelude to a loud growth push.

What can't SEC filings replace?

Exactly 3 things, and each is a conscious trade, according to our field-map comparison of 2026-07-28:

In our data, the honest verdict is: for US private raises the regulatory route is more complete than any editorial database — companies must file even when they skip the press release — while for valuations, investor graphs, and non-US rounds, editorial data keeps the edge. The strongest setup queries both and trusts the filing when they disagree.

Frequently asked questions

Does every US startup raise appear in Form D? Roughly 40,000-50,000 filings land per year, covering nearly every private placement under Regulation D — the dominant exemption for startup rounds, according to SEC filing statistics. The gaps: raises under other exemptions, and rounds closed entirely with non-US investors under Regulation S. In practice, coverage of venture-backed US rounds is close to complete.

How fast do filings appear after a round closes? The legal deadline is 15 days after first sale; EDGAR indexes a filing the same or next business day. In our probes, fresh filings appeared in full-text search within hours of acceptance — regularly ahead of the press release.

Is scraping EDGAR allowed? You are not scraping — EDGAR offers official JSON APIs, explicitly free for any use as US public domain data. The only rule is fair access: declare a user agent with contact info and stay under 10 requests per second, per SEC guidance.

How we verify these claims

Our verification method is a live probe, not a citation chain — every number on this page comes from requests we sent ourselves on 2026-07-28. What the probe run covers, in our data:


Source facts from the Aidenix Atlas catalog, probed 2026-07-28. Found an error? The catalog re-probes on every report.

Need this at scale? The Aidenix Atlas catalog maps verified data sources with runnable recipes — see the live MCP demo or start free.
Find these guides useful? Add Aidenix as a preferred source on Google — our pages will surface in your AI Overviews.