> ## Documentation Index
> Fetch the complete documentation index at: https://doc.bettercontact.rocks/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickstart

> Find and Enrich your leads with the most powerful waterfall aggregator on the market

# What does BetterContact?

<Columns cols={2}>
  <Card title="Find new leads" icon="address-book" iconType="solid" href="https://doc.bettercontact.rocks/quickstart#waterfall-lead-finder-search" cta="Discover waterfall Lead Finder">
    Based on advanced **Company** and **People** filtering, find the perfect leads matching your criteria—only fresh and accurate data.
  </Card>

  <Card title="Get lead's contact data" icon="sparkles" iconType="solid" href="https://doc.bettercontact.rocks/quickstart#waterfall-email-%26-phone-enrichment" cta="Discover waterfall Enrichment">
    Get**mobile phone number**  and **work email address** of your leads you want to reach and convert them into customers.
  </Card>
</Columns>

# Waterfall Lead Finder Search

## Enriched Data

<Columns cols={2}>
  <Card title="People information" icon="user-check" iconType="solid">
    Get all the up to date Contact information, such as Job Title, Full Name, Linkedin profile url, Location, Skills, ...
  </Card>

  <Card title="Company information" icon="building-circle-check" iconType="solid">
    Get all the up-to-date contact's current Company information, such as Name, Domain, HQ Location, Industry, Number of employees, ...
  </Card>
</Columns>

## Principles

<AccordionGroup>
  <Accordion title="Gather data from multiple sources" icon="diagram-project" iconType="regular" />

  <Accordion title="Compile and verify data accuracy" icon="wand-magic-sparkles" iconType="regular" />

  <Accordion title="Deep check on criteria matching" icon="check-double" iconType="regular" />
</AccordionGroup>

## How the API works

<AccordionGroup>
  <Accordion title="Submit your Lead Finder Search" icon="1" iconType="solid">
    Based on your People and Company criteria, apply your filters and generate a new Lead Finder search. [> See endpoint](https://doc.bettercontact.rocks/api-reference/endpoint/lead_finder_post)
  </Accordion>

  <Accordion title="Get your Lead Finder Search results" icon="2" iconType="solid">
    Provide a webhook url or fetch the results to get the leads found in the Lead Finder Search matching your criteria.[ > See endpoint](https://doc.bettercontact.rocks/api-reference/endpoint/lead_finder_get)
  </Accordion>
</AccordionGroup>

<Note>
  **Lead Finder Search API is an async API.**\
  Meaning you will have to submit your contacts to enrich then wait a few minutes to get the enriched data on your provided webhook or fetch the enriched data with the according endpoint.
</Note>

# Waterfall Email & Phone Enrichment

## Enriched data

<CardGroup>
  <Card title="Mobile phone number" icon="phone" iconType="solid" href="/api-reference/endpoint/create">
    Get any lead’s verified mobile phone number.
  </Card>

  <Card title="Work email address" icon="envelope" iconType="solid" href="/api-reference/endpoint/create">
    Get any lead’s verified work email address.
  </Card>
</CardGroup>

## Principles

<AccordionGroup>
  <Accordion title="Request providers in relevant sequence" icon="diagram-project" iconType="regular">
    According to the information provided about the lead, BetterContact determines the optimal provider sequence to maximize the enrichment rate.
  </Accordion>

  <Accordion title="Verify the provided contact data" icon="check-double" iconType="regular">
    Once a provider returns contact data, we verify it through various layers and only push back valid data to you.
  </Accordion>

  <Accordion title="Request providers until valid data is found" icon="loader" iconType="regular">
    If one provider’s data is invalid, BetterContact will request the following providers until valid data is found.
  </Accordion>
</AccordionGroup>

<Note>
  **BetterContact also verifies the catch\_all email**<Tooltip tip="">.</Tooltip>

  Meaning you can now contact unreachable leads without compromising your sending domain reputation.
</Note>

## How the API works

<AccordionGroup>
  <Accordion title="Submit your lead(s) to enrich" icon="1">
    BetterContact’s API has a single endpoint to enrich a single lead or a batch up to 100 contacts at a time. [>See endpoint](/api-reference/endpoint/create)
  </Accordion>

  <Accordion title="Fetch results" icon="2">
    Waterfall enrichment requires a couple of seconds to request all providers and verify data. Once you have submitted your leads, you have to fetch the enriched data. Alternatively, you can provide a webhook URL in the submit call to instantly get the results without the need to fetch it. [>See endpoint](/api-reference/endpoint/get)
  </Accordion>
</AccordionGroup>

<Note>
  **Waterfall enrichment API is an async API.**\
  Meaning you will have to submit your contacts to enrich then wait a few minutes to get the enriched data on your provided webhook or fetch the enriched data with the according endpoint.
</Note>
