company enrichment apicompany data apicompany info from domainb2b enrichment apicompany lookup apilead enrichment api

Company Enrichment API

Get structured company data from any domain in one API call.

Pass a company domain and get back structured data: name, description, industry, founding year, employee range, social links, location and tech stack hints. Powered by public web data and AI extraction — no manual research needed.

POST/api/trpc/companyEnrichment.enrich
5 tokens / callAPI online

How it works

Three steps. No complex setup.

1

Send your request

Make a POST with the data you want to analyze. Include your API key in the Authorization header.

2

We process server-side

Our engine validates, analyzes and enriches the data in under 200ms. No external APIs, no network latency.

3

Receive the result

Typed JSON with all documented fields. Clear errors if something fails. Production ready.

Who is it for?

Sales teams enriching CRM leads automatically
B2B SaaS platforms qualifying inbound signups
Recruiters researching companies at scale
Data pipelines that need structured company profiles

Response example

Real input and output. What you send and what you get back.

// Input

{
  "domain": "stripe.com"
}

// Output

{
  "success": true,
  "domain": "stripe.com",
  "name": "Stripe",
  "description": "Stripe is a financial infrastructure platform for businesses. Millions of companies use Stripe to accept payments, grow their revenue, and accelerate new business opportunities.",
  "industry": "Fintech / Payments",
  "founded_year": 2010,
  "employee_range": "5000-10000",
  "headquarters": "San Francisco, CA, USA",
  "website": "https://stripe.com",
  "social": {
    "twitter": "https://twitter.com/stripe",
    "linkedin": "https://linkedin.com/company/stripe"
  },
  "tech_hints": [
    "React",
    "Ruby",
    "Go",
    "AWS"
  ],
  "confidence": 0.91
}

Try it now

// live demo — no account needed to try

Playground

Demo activa5 tokens

Integrate into your project

Copy and paste. Replace YOUR_API_KEY with your real key.

curl -X POST https://jsnhengine.com/api/v1/company-enrichment \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"domain":"stripe.com"}'

Why choose JSNH Engine Lab

Low latency

Responses in under 200ms

Secure authentication

API keys with per-plan rate limiting

Usage tracking

Every request logged with metrics

Production ready

Input validation and typed errors

Frequently asked questions

Everything you need to know before integrating.

Other modules

Expand your integration with more APIs from the catalogue.

Community reviews

What developers using this module say

Sign in to leave a review

No reviews yet. Be the first!

// production ready

Start using Company Enrichment API

Sign up free and get 1,000 tokens to start. No credit card. No complex setup.