A waterfall chains multiple data providers together and tries them one by one until one returns a result. If the first provider has no data, the next is tried automatically. This continues down the chain until a provider succeeds or all have been exhausted. This gives you the highest possible data coverage from a single operation, without manually running and merging results from multiple sources.Documentation Index
Fetch the complete documentation index at: https://docs.databar.ai/llms.txt
Use this file to discover all available pages before exploring further.
Why use waterfalls
No single data provider covers every record. One service might find 60% of emails, another a different 50%, and a third might cover niche domains the others miss. Waterfalls automate the fallback logic so you define the provider order once and Databar handles the rest.Available waterfalls
Databar ships several pre-built waterfalls. Each one is purpose-built for a specific enrichment use case.The list of waterfalls and data providers below may not be fully up to date. We ship updates frequently and may have added new waterfalls or providers since this page was last updated. Check the enrichment panel in your table for the latest options.
Email by name
Email by name
Find a work email address from a person’s name and the company they work at.Input
Output
ProvidersSnov.io ·
Icypeas ·
Leadmagic ·
Datagma ·
Hunter.io ·
Prospeo ·
Findymail ·
RocketReach ·
People Data LabsThis waterfall supports email verification. When enabled, each found email is checked for deliverability before being accepted. If the email fails verification, the waterfall moves on to the next provider.
| Parameter | Required | Description |
|---|---|---|
| First name | Yes | The first name of the person |
| Last name | Yes | The last name of the person |
| Company | Yes | The company name or website domain |
| Field | Type |
|---|---|
| Text |

Email by link
Email by link
Get work and personal email addresses from a social profile link (typically a LinkedIn URL).Input
Output
ProvidersProspeo ·
Muraena ·
Findymail ·
Leadmagic ·
Pubrio ·
RocketReach ·
ContactOut ·
Forager ·
People Data LabsThis waterfall also supports email verification, with the same behavior as the Email by name waterfall.
| Parameter | Required | Description |
|---|---|---|
| Link | Yes | A social profile URL (e.g. LinkedIn) |
| Field | Type |
|---|---|
| First name | Text |
| Last name | Text |
| Work email | Text |
| Personal email | Text |
Reverse email lookup
Reverse email lookup
Enrich a person’s profile from their email address. Returns identity, job, and company information.Input
Output
ProvidersDiffbot ·
Snov.io ·
Datagma ·
Forager ·
People Data Labs ·
RocketReach
| Parameter | Required | Description |
|---|---|---|
| Yes | The email address of the person |
| Field | Type |
|---|---|
| First name | Text |
| Last name | Text |
| LinkedIn URL | Text |
| Job title | Text |
| Country | Text |
| Company data | JSON |
| Education | JSON |
Phone
Phone
Get a phone number from a LinkedIn profile URL.Input
Output
ProvidersLeadmagic ·
Databar Labs ·
Pubrio ·
Prospeo ·
Upcell ·
Limadata ·
People Data Labs ·
Datagma ·
Forager ·
Findymail
| Parameter | Required | Description |
|---|---|---|
| Yes | The LinkedIn profile URL of the person |
| Field | Type |
|---|---|
| Phone | Text |
Lookup company data
Lookup company data
Get firmographic data about a company from its website URL, including employee count, funding, revenue, and industry.Input
Output
ProvidersDiffbot ·
Owler ·
Muraena ·
ContactOut ·
People Data Labs
| Parameter | Required | Description |
|---|---|---|
| Company website | Yes | The website URL of the company |
| Field | Type |
|---|---|
| Company name | Text |
| Description | Text |
| LinkedIn link | Text |
| Number of employees | Text |
| Address | JSON |
| Industries | Text |
| Est. revenue | Text |
| Funding | JSON |

Company URL finder
Company URL finder
Resolve a company name to its website URL. Useful as a preparatory step before running other company-based waterfalls.Input
Output
ProvidersDatabar APIs ·
People Data Labs
| Parameter | Required | Description |
|---|---|---|
| Company name | Yes | The name of the company |
| Field | Type |
|---|---|
| Company URL | Text |
Job postings
Job postings
Get active job listings from a company’s website, including titles, links, descriptions, and locations.Input
Output
ProvidersPredictLeads ·
Leadmagic
| Parameter | Required | Description |
|---|---|---|
| Company website | Yes | The website URL of the company |
| Field | Type |
|---|---|
| Job postings | JSON (title, link, description, location per posting) |
Setting up a waterfall
Adding a waterfall to your table works similarly to adding a single enrichment:Add an enrichment
Click Enrich in the top-left corner of your table, then select Add a new Enrichment and switch to the Waterfalls tab.
Choose a waterfall
Select the waterfall you want to use. The setup sidebar will appear. Categories that include waterfalls are marked with a small waterfall icon.

Configure the waterfall setup
Click on Waterfall setup to expand the provider configuration. Here you can see all available data providers for this waterfall, each showing its name, logo, and credit cost.You can customize the waterfall in three ways:
- Reorder providers by dragging the provider cards up or down. The order determines which provider is tried first.
- Toggle providers on or off. Click a provider card to enable or disable it. Disabled providers are skipped during execution.
- Add an email verifier (email waterfalls only). Toggle the “Verify email” switch and select a verification service.

Map input parameters
Under Mapping, map each required input parameter to a column in your table or enter a static value.
Email verification
The Email by name and Email by link waterfalls support optional email verification. When enabled, each time a provider returns an email, the verifier checks its deliverability before the waterfall accepts it. If the email fails verification, the waterfall continues to the next provider instead of returning an undeliverable address. Available email verifiers: Each verifier has its own credit cost, shown in the setup sidebar. You can choose whichever verifier you prefer.Provider ordering and cost optimization
Providers are tried from top to bottom. The waterfall stops at the first provider that returns a usable result. This means provider order directly affects your cost per lookup.Using waterfalls headlessly
You can run waterfalls programmatically without a table using the REST API, Python SDK, CLI, or MCP server.- REST API
- Python SDK
- CLI
- MCP Server
Related
Enrichments
Learn how single-provider enrichments work
Waterfalls API
Browse and run waterfalls programmatically