SalesEnrichment

Lead Enrichment

Turn a bare email address into a prospect's name, title, company and social profiles automatically.

Email identity · 1,000 credits per lookup · no monthly fee

j.chen@nova.ai

Jamie Chen

VP Sales · Nova AI

The problem

A bare email address is a lead you know nothing about. Reps burn 10–15 minutes per contact stitching together LinkedIn, company sites and guesswork, time that scales linearly with your pipeline while data quality doesn't.

With Encrata

One call to the identity endpoint returns the person's name, title, company, location and social profiles. Wire it into your lead capture and every new email arrives in the CRM as a person, not a string. Fields are labeled found or not found, so reps know exactly what's verified.

How it works

1

Send the address

Call the identity endpoint with just an email address, no name, no company, nothing else required.

2

We resolve the person

Encrata matches the address against public profiles and returns name, role, company, location and social accounts.

3

Use the profile

Route, personalise, verify or investigate with a full picture of who is behind the address. Fields you ask for are the fields you get.

One call, structured answer

Lead Enrichment runs on the email identity lookup at 1,000 credits per lookup. Same API key, same JSON shape as every other Encrata lookup.

  • A match on 99.86% of addresses, near-zero dead lookups
  • Every field is labelled found or not found, so you never guess what to trust
  • Ask only for the fields you need with the fields parameter
  • One API call replaces minutes of manual research per contact
Terminal
curl -X POST "https://encrata.com/api/agent/email-identity" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"email": "jane@example.com"}'
response.json
{
"email": "jane@example.com",
"person": {
"first_name": "Jane",
"last_name": "Doe",
"company": "Acme Inc",
"job_role": "Head of Product",
"city": "San Francisco",
"socials": {
"linkedin": "linkedin.com/in/janedoe"
}
},
"credits": 1000
}

Enrich at the moment of capture

Enrich at the moment of capture, not in a nightly batch: the webhook that creates the CRM record calls the identity endpoint and writes the profile in the same transaction. Since identity lookups cost 1,000 credits, most teams gate them behind a cheap validity check first, verify the address is real for 1 credit, then spend on enrichment only when it is.

First touches that land

The visible change is in the first-touch: reps open every new lead knowing the person's role, company and seniority, so the first email references reality instead of guessing. The invisible change is in scoring, lead scores built on enriched fields (seniority, company size, industry) actually predict close rates, because they're built on data instead of form-field optimism.

More email identity use cases

View all
Start with 500 free credits
$curl https://encrata.com/api/agent/lookup -H "Authorization: Bearer YOUR_API_KEY" -d '{"e": "satya@microsoft.com"}'