Enrich contacts from your own tools. Send a name and domain — get back verified email, phone number, and company data. Simple REST endpoints, predictable credit-based pricing.
POST /api/v1/enrich
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
{
"first_name": "Sarah",
"last_name": "Chen",
"domain": "vectrix.io"
}
{
"email": "sarah@vectrix.io",
"email_status": "verified",
"phone": "+1 (415) 555-0192",
"title": "Co-founder & CEO",
"company": {
"name": "Vectrix",
"domain": "vectrix.io",
"industry": "SaaS",
"size": "11-50",
"location": "San Francisco, CA"
},
"linkedin_url": "https://linkedin.com/in/sarahchen"
}
Endpoints
Simple, focused endpoints for lead enrichment. No complex workflows — just data in, enriched data out.
/api/v1/enrich
Enrich a single contact. Send name + domain, get email, phone, and company data.
/api/v1/enrich/bulk
Enrich multiple contacts in one request. Send an array of contacts, get enriched results.
/api/v1/company
Look up company data by domain. Get industry, size, location, and description.
/api/v1/email/verify
Verify an existing email address. Check deliverability before sending.
Use cases
Auto-enrich new leads as they enter your CRM. Keep contact data fresh with scheduled re-enrichment.
Build automated outbound flows: scrape leads, enrich via API, push to sequencing tool. Zero manual work.
When a lead fills out a form with just name + company, enrich in real time to add email, phone, and firmographics.
Batch-enrich your contact tables on a schedule. Keep your data warehouse up to date with verified contact data.
Why Scrupp
Most enrichment requests return in seconds. No polling, no webhooks needed for single lookups.
One credit per enriched contact. No per-provider fees, no per-request pricing. Predictable costs.
Multiple providers checked automatically. You don't need to build waterfall logic — Scrupp handles it.
FAQ
API access is available on Pro plans and above. All API requests use the same credits as UI enrichment.
Standard rate limits apply. For high-volume use cases, contact support for custom limits.
No. Scrupp checks multiple providers automatically and returns the best verified result. One API call = full waterfall enrichment.
You can test with your regular API key. Credits used during testing are the same as production credits.
Simple REST endpoints. Waterfall enrichment built in. One credit per contact. Get started in minutes.