YepAPI

Command Palette

Search for a command to run...

POST/v1/email/company

Company Enrichment API

Enrich a domain into a structured company profile.

Send a company domain and get back a structured firmographic profile: legal name, description, industry classification (SIC/NAICS), founding year, employee and revenue bands, headquarters location, key emails, phone numbers, and social handles. Everything you need to qualify and route an account.

Try it live

Fill in the fields and hit Run to see a real response.

POST/v1/email/company
Response
Example response — hit "Send Request" to see a live result
{
  "data": {
    "company": {
      "category": {
        "industry": null,
        "naicsCode": "51",
        "sector": null,
        "sicCode": "73"
      },
      "description": "stripe is a payment processing platform enabling businesses to accept payments and manage online transactions.",
      "domain": "stripe.com",
      "emails": [
        "[email protected]",
        "[email protected]",
        "[email protected]",
        "[email protected]",
        "[email protected]",
        "[email protected]"
      ],
      "foundedYear": "2010",
      "geo": {
        "city": "San Francisco",
        "country": "United States",
        "countryCode": "US",
        "postalCode": "94107",
        "state": "California",
        "streetAddress": "354 oyster point blvd"
      },
      "legalName": "Stripe",
      "logo": null,
      "metrics": {
        "employees": "5K-10K",
        "employeesRange": null,
        "estimatedAnnualRevenue": "$100M-$250M"
      },
      "name": "Stripe",
      "phones": null,
      "social": {
        "facebook": "stripehq",
        "linkedin": "stripe",
        "twitter": "stripe"
      }
    }
  },
  "ok": true
}

Features

Full firmographic profile

Returns name, legal name, description, founding year, and industry codes (SIC/NAICS) in one structured object, so you qualify an account without stitching sources together.

Size and revenue signals

The metrics block carries employee count band and estimated annual revenue — the fields that drive account tiering and routing.

Location and contact data

A geo object plus key company emails and phone numbers give you both the firmographics and a way in.

Social handles

LinkedIn, Twitter, and Facebook handles come attached for research and social outreach.

Use cases

Account Qualification

Qualify inbound domains instantly with size, revenue, and industry to prioritize sales follow-up.

Lead Routing

Route accounts to the right team or tier based on employee band and revenue.

CRM Firmographics

Keep company records complete and consistent with structured enrichment on every account.

Quick start

Copy this snippet and start making calls.

const res = await fetch('https://api.yepapi.com/v1/email/company', {
  method: 'POST',
  headers: {
    'x-api-key': 'YOUR_API_KEY',
    'Content-Type': 'application/json',
  },
  body: JSON.stringify({
    "domain": "stripe.com"
  }),
});
const data = await res.json();
console.log(data);

The company enrichment API — a domain to firmographics

The Company Enrichment API turns a domain into a structured firmographic profile: legal name, industry codes, founding year, employee and revenue bands, location, key emails, and social handles. It's the account-qualification layer for your CRM and routing rules.

At $0.03 per call it's a fraction of Clearbit's company enrichment, with $5 of free credit and no minimums. Pair it with Person Enrichment, or use Combined Enrichment to get both in a single call under one key.

Start making API calls in 30 seconds

$5 free credit on signup. No credit card required. Pay per call.

What developers say

Switched from SerpAPI and cut our SERP costs by 80%. Same data quality, way simpler billing.

Marcus T.

SEO Platform Founder

One API key for AI models, SERP data, and web scraping. Saved us from managing 4 separate providers.

Priya S.

Full-Stack Developer

The $5 free credit let us prototype our entire rank tracking feature before committing. No other API does that.

Jake R.

Indie Hacker

Frequently asked questions

Send a company domain and get back a structured firmographic profile: legal name, description, industry classification (SIC/NAICS), founding year, employee and revenue bands, headquarters location, key emails, phone numbers, and social handles. Everything you need to qualify and route an account.

Each API call costs $0.03. No monthly minimums or subscriptions — you only pay for what you use.

Sign up for a free API key, then send a POST request to /v1/email/company. Check the code example above for a ready-to-use snippet in JavaScript, cURL, or Python.

YepAPI bundles SEO, AI, and web scraping APIs under one key with no monthly minimums. You get lower per-call pricing, a unified dashboard, and one billing account instead of managing multiple providers.

Ready to integrate?

Get your API key and start making calls in 30 seconds. $5 free credit on signup — no credit card required.

More email api endpoints