Bulk Enrichment

Enrich thousands of leads at once

Upload your CSV and get verified emails, phone numbers, and company data for your entire lead list in minutes, not hours.

leads_q4_2024.csv
1,247 contacts
Processing
Progress89%
1,109
Processed
1,054
Emails found
782
Phones found
10K+
Contacts per batch
95%
Accuracy rate
< 1min
Per 1,000 contacts
$0.015
Per enrichment

Built for scale

Our infrastructure handles massive enrichment jobs without breaking a sweat.

CSV Upload

Upload your lead list in CSV format with LinkedIn URLs, names, or company domains.

Parallel Processing

Process thousands of records simultaneously with our distributed infrastructure.

Real-time Progress

Watch your enrichment progress in real-time with live status updates.

Instant Export

Download enriched data as CSV with emails, phones, and verification status.

How bulk enrichment works

Four simple steps to enrich your entire lead database.

1

Upload your CSV

Drop your CSV file with LinkedIn URLs, names, or email domains. We support flexible column mapping.

2

Select enrichment fields

Choose what data you need: emails, phones, company info, job titles, and more.

3

Start processing

We process your list in parallel with real-time progress tracking and status updates.

4

Download results

Get your enriched CSV with verified contact data and confidence scores.

Why teams choose Enrich for bulk processing

Process up to 10,000 contacts per batch
95%+ email verification accuracy
Only pay for successful enrichments
No rate limits or throttling
Background processing - no timeouts
Automatic deduplication
import Enrich from 'enrich-sdk';

const enrich = new Enrich({
  apiKey: process.env.ENRICH_API_KEY
});

// Bulk enrich from CSV
const job = await enrich.bulk.create({
  file: 'leads.csv',
  fields: ['email', 'phone', 'company'],
  webhookUrl: 'https://your-app.com/webhook'
});

// Check progress
const status = await enrich.bulk.status(job.id);
console.log(status.progress); // 89%

// Download when complete
const results = await enrich.bulk.download(job.id);

Ready to enrich your lead list?

Start with $10 in free credits. Process your first batch today.