lead enrichmentB2B datacompany dataemail lookupsales automationCRM enrichmentprospectingdomain lookup

Lead Enrichment API

Turn an email or domain into a full lead profile — instantly.

Given an email address or company domain, returns structured data about the person and their company: name, job title, LinkedIn, company size, industry, headquarters, and more. Ideal for sales automation, CRM enrichment, and B2B prospecting workflows.

POST/api/trpc/leadEnrichment.enrich
10 tokens / callAPI online

How it works

Three steps. No complex setup.

1

Send your request

Make a POST with the data you want to analyze. Include your API key in the Authorization header.

2

We process server-side

Our engine validates, analyzes and enriches the data in under 200ms. No external APIs, no network latency.

3

Receive the result

Typed JSON with all documented fields. Clear errors if something fails. Production ready.

Who is it for?

Sales teams & SDRs
B2B SaaS companies
CRM platforms
Marketing automation
Recruitment tools
Lead generation agencies

Response example

Real input and output. What you send and what you get back.

// Input

{
  "email": "[email protected]"
}

// Output

{
  "success": true,
  "person": {
    "name": "John Smith",
    "title": "Senior Software Engineer",
    "linkedin": "https://linkedin.com/in/johnsmith",
    "email": "[email protected]",
    "location": "San Francisco, CA",
    "bio": "Senior engineer at Stripe focused on payment infrastructure."
  },
  "company": {
    "name": "Stripe",
    "domain": "stripe.com",
    "industry": "Financial Technology",
    "size": "1000+",
    "description": "Stripe is a technology company that builds economic infrastructure for the internet.",
    "website": "https://stripe.com",
    "headquarters": "San Francisco, CA",
    "founded_year": 2010
  },
  "confidence": "high",
  "data_sources": [
    "domain_analysis",
    "public_records",
    "web_inference"
  ],
  "enriched_at": 1714500000000
}

Try it now

// live demo — no account needed to try

Playground

Demo activa10 tokens

Integrate into your project

Copy and paste. Replace YOUR_API_KEY with your real key.

curl -X POST https://jsnhengine.com/api/trpc/leadEnrichment.enrich \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{"json": {"email":"[email protected]"}}'

Why choose JSNH Engine Lab

Low latency

Responses in under 200ms

Secure authentication

API keys with per-plan rate limiting

Usage tracking

Every request logged with metrics

Production ready

Input validation and typed errors

Frequently asked questions

Everything you need to know before integrating.

Other modules

Expand your integration with more APIs from the catalogue.

Community reviews

What developers using this module say

Sign in to leave a review

No reviews yet. Be the first!

// production ready

Start using Lead Enrichment API

Sign up free and get 1,000 tokens to start. No credit card. No complex setup.