DEMOS

Built with Enrich

Explore demos that showcase how to use Enrich, the most accurate contact enrichment API.

Demos and Tutorials

Email Lookup
Enter a LinkedIn URL for detailed contact info.
linkedin.com/in/...
Search

Email Finder

Enter a LinkedIn URL and get a verified business email instantly with confidence scores.

LIVE-DEMO
Direct Dial Lookup
Get verified phone numbers instantly.
Enter name or URL...
Search

Phone Finder

Find direct dial phone numbers for any professional with verification status.

LIVE-DEMO
Company Intel
Deep company insights from multiple sources.
Enter company name...
Search

Company Enrichment

Get comprehensive company data including firmographics, funding, and tech stack.

LIVE-DEMO
Find Leads
Search by role, company, or location.
VP Sales at startups...
Search

Lead Search

Search for leads by role, company, location, or any custom criteria.

LIVE-DEMO
Bulk Processing
Enrich entire lists in minutes.
Upload CSV file...
Upload

Bulk Enrichment

Upload a CSV and enrich thousands of contacts at once with parallel processing.

API
CRM Sync
Auto-enrich your CRM records.
Connect your CRM...
Search

CRM Integration

Real-time enrichment that syncs directly with Salesforce, HubSpot, and more.

INTEGRATION

Simple API Integration

Get started in minutes with our straightforward SDK.

import Enrich from 'enrich-sdk';

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

// Find email from LinkedIn URL
const contact = await enrich.findEmail({
  linkedinUrl: 'linkedin.com/in/johndoe'
});

console.log(contact.email);      // john.doe@techcorp.com
console.log(contact.confidence); // 95
console.log(contact.verified);   // true

Ready to start building?

Get 100 free credits when you sign up. No credit card required.