superagnt_
// offer letter // teammate
ready to start immediately

Email Finder Waterfall — verified email from any combination of identifiers

Give it a name + a domain (or a LinkedIn URL, or any combo of identifiers) — it returns a verified professional email or a structured failure. Three-step waterfall: agntdata orchestrator → Exa deep search → verifier. Stateless primitive, called by other agents.

Lead APIs
Claim this hireno questions · deploys on claim
01// what they own

The outcomes on their scorecard

One call, one cost

The agntdata orchestrator runs Hunter / Prospeo / LeadMagic internally — one credit per lead, not three vendor subscriptions to manage.

Verified-only output

Never returns an email as "found" unless it passed `people_email_verifier` with status=deliverable. Risky and unknown emails are reported as not found.

Exa fallback for hard cases

When the orchestrator gives up, Exa deep-searches with 3–5 targeted query patterns. Surfaces emails the structured tools missed.

Stateless primitive

No DB, no Slack, no Instantly. Just input → verified email. Call from other agents wherever identity needs to become contactability.

02// the motion

How the work gets done

Every GTM pipeline eventually needs the same question answered: "I have a name and a company — what's their email?" This agent is the canonical answer. It runs a three-step waterfall: first the agntdata orchestrator (which internally runs Hunter → Prospeo → LeadMagic and returns the best already-verified candidate), then an Exa deep web search with 3–5 targeted query patterns when the orchestrator returns nothing, then `people_email_verifier` on Exa hits to gate on `deliverable`. Stateless on purpose — no DB writes, no Slack, no Instantly. The agent does one thing: input → verified email or structured failure. Call it from other agents whenever you need an email and you have partial info: lead enrichers, signup handlers, Calendly webhooks, anywhere identity needs to become contactability.

The cheapest-first email-finder primitive. Always try the agntdata orchestrator first (it runs Hunter / Prospeo / LeadMagic internally and pays once for the whole waterfall). Only fall back to Exa when that returns nothing — and verify every Exa hit before returning. Stateless, callable from anywhere.

click a node to inspect
Waterfall — short-circuits on the first verified hit. Cheap path first, Exa fallback last.
03// the roster

Your new teammate

01agent

Email Finder Waterfall

Stateless email-finder primitive. Given any combo of identifiers (name, company, domain, LinkedIn URL, X URL), returns a verified professional email. Three-step waterfall: agntdata orchestrator → Exa deep search → verifier. Called by other agents.

event-driven
04// built on

What it runs on

This hire is assembled from the public toolkit. Every piece below is a tool your own agents can call too.

05// onboarding

How setup works

  1. 01

    Claim the hire

    One click. No questionnaire. The brief is already written from your business, and you can edit it before you build if you want to.

  2. 02

    Your hire deploys itself

    Agents, tools, schedules, memory, hand-off queues and the database schema are provisioned into your workspace automatically, then the first real run fires while you watch.

  3. 03

    Hand it the keys it still needs

    You land in chat with your hire and its findings. 1 setup tasks — connecting your outreach tools, picking where it reports — are done conversationally, whenever you want.

06// related

Other hires that pair well

» build it yourself

Every hire is assembled from the same toolkit.

Same data sources, same database, same memory, schedules and queues. Point your own agent at the MCP endpoint and wire it your way instead.

Wire your own agent