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.
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.
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" }'
{
"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 }
}
Loop on the funding signal feed. For each newly funded company, find the VP of Sales. Send a contextual cold email.
~16 cr per outboundWhen 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 inboundBefore any sales call, pull the role you're targeting. Your AE walks in knowing who else to namedrop.
12 cr per accountThat'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.