🧠

Instant Lead Enrichment

Provide an email or name + company and instantly receive job title, location, industry, gender and a professional bio — ready for personalised outreach.

Try Now →
🔗

Enrich At Scale via API

Integrate lead enrichment directly into your CRM or outreach tool. Enrich thousands of contacts automatically using our simple REST API.

View API Docs →
🔍

Enrich With Domain Search

Run a domain search with enrich=true to get job titles and bios alongside every email address found — in a single API call.

Email Search →

Simple API Integration

One GET request. Returns a full contact profile — job title, location, industry, gender, and bio — ready to use in your CRM or outreach sequence.

cURL
JavaScript
Python
PHP
curl "https://api.minelead.io/v1/enrich/?key=YOUR_API_KEY&email=john@stripe.com"
const res = await fetch(
  'https://api.minelead.io/v1/enrich/' +
  '?key=YOUR_API_KEY&email=john@stripe.com'
);
const data = await res.json();

if (data.status === 'success') {
  console.log('Name    :', data.name);
  console.log('Title   :', data.role);
  console.log('Company :', data.company_full);
  console.log('Location:', data.location);
  console.log('Industry:', data.industry);
  console.log('Bio     :', data.summary);
}
import requests

resp = requests.get(
    'https://api.minelead.io/v1/enrich/',
    params={'key': 'YOUR_API_KEY', 'email': 'john@stripe.com'}
)
data = resp.json()

if data['status'] == 'success':
    print('Name    :', data.get('name'))
    print('Title   :', data.get('role'))
    print('Company :', data.get('company_full'))
    print('Location:', data.get('location'))
    print('Industry:', data.get('industry'))
    print('Bio     :', data.get('summary'))
$url = 'https://api.minelead.io/v1/enrich/?' . http_build_query([
    'key'   => 'YOUR_API_KEY',
    'email' => 'john@stripe.com',
]);
$data = json_decode(file_get_contents($url), true);

if ($data['status'] === 'success') {
    echo $data['name']     . PHP_EOL;
    echo $data['role']     . PHP_EOL;
    echo $data['location'] . PHP_EOL;
}

Example Response

{
  "status":       "success",
  "name":         "John Smith",
  "role":         "VP of Engineering",
  "company_full": "Stripe, Inc.",
  "location":     "San Francisco, CA",
  "industry":     "Financial Technology",
  "education":    "Stanford University",
  "summary":      "John leads the core infrastructure team at Stripe, overseeing platform reliability and developer tooling across 12 engineering squads.",
  "connections":  643,
  "gender":       "male",
  "confidence":   "high",
  "source_url":   "linkedin.com/in/john-smith-stripe"
}

Also works with name + company (no email needed)

GET /v1/enrich/?key=YOUR_KEY&name=John+Smith&company=stripe.com

Start Enriching Leads Today

Get free credits every month. No credit card required. Add full contact profiles to your sales workflow in minutes.

Get Free API Key API Documentation

B2B Lead Enrichment at Scale

Stop sending generic cold emails. Minelead's enrichment gives you the context to personalise every message — job title, location, industry, and a professional summary — all returned in a single API call alongside the email addresses you already find.

50M+
Emails in Database
100K+
Happy Users
5+
Enrichment Fields
Job Title
Location
Industry
Gender
Professional Bio
API Access

Everything You Need to Qualify a Lead

Enrich your prospect list with the key data points that make personalised outreach actually convert

Job Title

Discover the exact role of your prospect — CEO, VP of Sales, Head of Engineering — so you can tailor your pitch to the right decision-maker.

Location

Know where your prospect is based. Filter, segment and personalise outreach by geography — city, country or region.

Industry

Understand the sector your lead operates in. Use industry data to route prospects to the right sales flow or campaign.

Professional Bio

Get a concise AI-generated summary of the prospect's professional background — perfect for personalising your opening line or researching before a call.

Minelead FAQ — quick answers

Everything about Lead Enrichment, in one place

Search the questions or expand any card below. Built for sales teams, recruiters, and developers who need clear answers—fast.

6 curated answers Last updated:

At a glance

  • Job title, location, industry in one call
  • Works with email or name + company
  • 2 credits per enrichment
  • Results cached so repeated lookups are instant
Still stuck?
Ask our team and get a reply in under a business day.
Contact Support
Searching ...
×
Set a Password
You have created your account using Google SSO. You need to set a password.

Phone Verification