Enrichment APIs
Data Enrichment API — Real-Time B2B Enrichment Endpoints
Real-time enrichment APIs built for developers. Lightning fast response times, 99.9% uptime, and comprehensive documentation.
<100ms
Avg response time
99.9%
Uptime SLA
5M+
API calls/day
100+
Countries supported
Simple to integrate
Get started with just a few lines of code.
example.js
const response = await fetch('https://api.leadmagic.io/v1/email/find', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
first_name: 'John',
last_name: 'Smith',
domain: 'acme.com'
})
});
const { email, confidence } = await response.json();
// { email: "john.smith@acme.com", confidence: 0.98 }Features
Built for developers
Everything you need to integrate enrichment data into your applications.
RESTful APIs
Clean, well-documented REST APIs that integrate seamlessly with any tech stack. SDKs available for popular languages.
Lightning Fast
Average response times under 100ms. Built on global infrastructure for low latency worldwide.
99.9% Uptime SLA
Enterprise-grade reliability with redundant systems and automatic failover. We're always on.
Webhooks
Get notified in real-time when enrichment is complete. Perfect for async workflows and bulk processing.
Rate Limiting
Flexible rate limits that scale with your plan. Burst capacity available for high-volume operations.
Structured Data
Clean, normalized JSON responses that are easy to parse and integrate into your applications.
Access to the LeadMagic data through the API has been the biggest game-changer. Now we can use LeadMagic for any data use case — simple reporting, deep analysis, process automation, or even machine learning/prediction.
Dave Melillo
Technical Lead
Developer Tools
Available everywhere you build
FAQ