Company & Contact Enrichment API
EnrichForge – Company & Contact Enrichment API Company and contact enrichment with explainable confidence scores, evidence trails, tech-stack detection, and email verification — powered entirely by first-party data collection. No Apollo, no Clearbit, no third-party enrichment providers. What You Get Company Enrichment by Domain – Get company name, description, industry, employee count, social…
Company & Contact Enrichment API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Status | ||
| GET |
getStatus /v1/status |
Returns API health status, version, and current timestamp. |
| Company | ||
| GET |
getCompanyByDomain /v1/company/by-domain |
Fetches the target domain, extracts structured data (JSON-LD, Open Graph, meta tags, HTML), detects technologies, infers industry tags, and returns confidence-scored results with… |
| Contact | ||
| POST |
enrichContact /v1/contact/enrich |
Enriches a contact from their email address. Infers name from the local part if not provided, checks deliverability (syntax, disposable, role account, MX), and returns a company… |
| GET |
verifyEmail /v1/email/verify |
Checks email syntax, disposable domain lists, role account detection, and MX record lookup. Returns a risk level and deliverability estimate. |
| POST |
guessEmail /v1/email/guess |
Given a first name, last name, and company domain, generates the most common email patterns ranked by likelihood. |
| Tech Stack | ||
| POST |
detectTechStack /v1/tech-stack/detect |
Fetches a URL (or accepts raw HTML) and pattern-matches against a curated rules database to detect frameworks, analytics, CDNs, and other technologies. |
| Bulk | ||
| POST |
bulkEnrich /v1/bulk/enrich |
Submit up to 100 domains and/or emails for asynchronous enrichment. Returns a job ID you can poll for results. Optionally provide a callback URL to receive results via webhook. |
| Jobs | ||
| GET |
getJob /v1/jobs/{job_id} |
Poll a previously submitted bulk enrichment job. Returns progress, status, and results when complete. |
Company & Contact Enrichment API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $49 / month | — |
|
| ULTRA | $149 / month | — |
|
| MEGA | $299 / month | — |
|