Technique

Waterfall enrichment, explained

No single data source knows every company. Waterfall enrichment stacks your sources into a fallback chain so coverage becomes their union — and cost stays proportional to what each source actually finds.

The single-source ceiling

Every data vendor has a coverage ceiling. One is strong on US SaaS, weak in Europe. Another indexes enterprises but misses startups younger than a funding announcement. Whatever vendor you pick, some fraction of your list — often 30–40% — comes back blank. Those blanks aren’t random: they cluster exactly in the niches where your competitors aren’t looking, which makes them the most valuable rows to fill.

How the waterfall works

A waterfall queries sources in sequence, stopping at the first match:

  1. Source A (cheap, broad) answers 60% of records. Done — those rows never touch another source.
  2. Source B (different coverage) picks up records A missed.
  3. Source C (expensive or slow, e.g. an AI research agent reading the live web) handles the stubborn tail.
  4. Explicit miss. Anything no source can answer is marked not found — a real outcome you can filter on, not a silent blank.
The math: three independent sources that each match 60% leave only ~6% unmatched when chained (0.4 × 0.4 × 0.4), versus 40% for any single source. Real-world sources overlap so the gain is smaller — but stacking always beats picking a winner.

Ordering the chain

What to demand from a waterfall implementation

In Liquid Rows, a waterfall is a column with steps: each step is an HTTP lookup, AI call, or research agent, and the cell records which step answered along with its sources and cost. Engine fallbacks apply inside agent search too — if a search engine rejects a query or runs out of credits mid-batch, the next engine takes over automatically.

Frequently asked questions

What is waterfall enrichment?

Querying multiple data sources in sequence per record, stopping at the first match — so coverage becomes the union of all sources instead of the ceiling of one.

Why not query every source at once?

Parallel queries cost the sum of all sources on every record. A waterfall only pays later sources for records earlier ones missed.

How much does it improve match rates?

Three independent 60%-coverage sources chained leave ~6% unmatched versus 40% for one source. Overlap shrinks the gain in practice, but stacking always beats a single vendor.

What happens when nothing matches?

The record should be explicitly marked “not found” so you know which rows need a different approach — never silently blank, never guessed.

Keep reading

Build your first waterfall in minutes

Chain your sources, run ten rows, and check the math yourself.

Get started →