POST /v1/find-decision-maker · 4 credits per resolved

The right buyer at any company.
In one call.

Pass the company domain. Pass the role you want. Get back the top 3 ranked candidates with email, LinkedIn, and seniority. No more title-keyword guessing.

Your agent searches "VP of Sales at Stripe."
It gets back a Software Engineer.

Most enrichment APIs let you filter by title. Then they ignore your filter and rank by popularity. Your agent ends up with 10 wrong people. Or worse, 10 right names but no email.

We fixed that. We map your role string to the underlying provider's seniority and department enums. Then we post-rank by actual title match. The result is what you asked for.

One call. Three ranked candidates.

request
curl -X POST https://api.agentenrich.com/v1/find-decision-maker \
  -H "Authorization: Bearer ae_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "company_domain": "stripe.com",
    "role": "Head of Growth"
  }'
response
{
  "results": [
    {
      "fullName": "William Esdaile",
      "title": "Head of Global Performance Marketing",
      "linkedinUrl": "https://www.linkedin.com/in/wesdaile",
      "company": { "name": "Stripe", "domain": "stripe.com" }
    },
    { // 2 more }
  ],
  "cost": { "credits": 12, "balance_remaining": 488 }
}

3 use cases.

AI SDR loop

Loop on the funding signal feed. For each newly funded company, find the VP of Sales. Send a contextual cold email.

~16 cr per outbound

Inbound lead routing

When a free trial signup comes in, find the actual buyer at their company. Route to the right AE before they even hit "schedule demo."

4 cr per inbound

Account research prep

Before any sales call, pull the role you're targeting. Your AE walks in knowing who else to namedrop.

12 cr per account

4 credits per resolved person.

That's $0.08 at Starter rates. We charge per resolved, not per call. If we can't find anyone, you pay nothing.

Compare that to a sales rep spending 20 minutes on LinkedIn to find the same person. At a $60k salary that's $9.62 of their time. We do it for 8 cents.

Find your next buyer.

Get a key