Get API
Back to Marketplace
📊
Pay-per-callv1.4.0

DataEnrich Company API

Data & Analytics Infrastructure

DataEnrich pulls from a database of 50M+ companies updated weekly. Pass a domain, email, or company name. Returns: company name, description, industry, employee count, annual revenue, funding rounds, HQ location, tech stack (from web scraping), and social profiles.

RESTTypeScript SDKOpenAPINode.jsPython
https://api.dataenrich.io/v1
Trust Score

4.6 / 5

132 dev notes

Live Uptime

99.88%

Guaranteed SLA

Avg Latency

280ms

Global Edge

API Traffic

4.4M

monthly average

Available Endpoints

GET/companyEnrich by domain or company name
GET/emailEnrich by email address
POST/bulkBatch enrich up to 1000 records
Implementation Example
const res = await fetch('https://api.dataenrich.io/v1/company?domain=stripe.com', {
  headers: { 'X-API-Key': process.env.DE_KEY },
});
const company = await res.json();
// { name: 'Stripe', industry: 'Fintech', employees: 8000, funding: '$9.4B', tech: ['React', 'Go', 'AWS'] }

API Access

✓ FREE TIER ACTIVE

First 100 calls are free every month.

Personal$1/mo
Team$3/mo
Enterprise$10/mo
Technical Docs

API Provider

Nina Torres

Nina Torres

Data & ML engineer turning models into production APIs.