Skip to main content
Elvesora Enrichment

Company data enrichment API

Add company-level context to business records before CRM routing, segmentation, and account workflows depend on them.

Short answer: Elvesora Enrichment is a company data enrichment API for firmographics, official domains, headquarters, descriptions, public business links, and CRM-ready company fields. It is not people-data enrichment or contact discovery.

Self-serve instant access
No credit card required
Built for serious workflows
Developer-first experience

Enrichment request

POST /api/v1/enrichment/company 200 OK
JSON cURL
{
  "domain": "acmecorp.com"
}

Input: one business domain

Response: result_type plus company fields

Enrichment result

Enriched CRM-ready fields
Company name
Acme Corporation
Domain
acmecorp.com
Industry
Manufacturing
Headquarters
New York, United States
Employees
1,001-5,000
Description
Acme Corporation designs, manufactures, and distributes industrial components.
Website
https://acmecorp.com
LinkedIn
/company/acmecorp
Result type ENRICHED

Input

Known company context

Domain, company name, or business email. Optional industry or location hints.

Output

Company profile data

Firmographics, headquarters, descriptions, public business links, and CRM-ready fields.

Boundary

Company-level data only

No people data. No contact data. No private profiles or emails. No lead generation.

Best before

Routing, scoring, or account workflows

Resolve identity and validate domain first for best results.

Elvesora Enrichment Features

Company-level fields for CRM, analytics, routing, and workflow quality.

Capability What you get Why it matters
Firmographics Industry, employee range, revenue range, company type, year founded, and other core attributes. Power segmentation, scoring, and account qualification with reliable company-level data.
Headquarters context HQ name, city, state or province, country, and address context when available. Improve routing, territory assignment, regional analytics, and reporting.
Company descriptions Short company descriptions sourced from official or trusted public sources. Add context for analytics, reporting, and AI automation use cases.
Public business links Official website, LinkedIn, and other public business profiles. Connect accounts to official online presence without private data or contact discovery.
CRM field mapping Pre-mapped fields for common CRM and account workflows. Drop-in fields reduce transformation work and speed time to value.

Implementation example for Elvesora Enrichment

Simple APIs, clear responses, and predictable company-level data.

Request

POST /api/v1/enrichment/company
Authorization: Bearer YOUR_API_KEY
Idempotency-Key: enrichment-acmecorp-001
Content-Type: application/json

{
  "domain": "acmecorp.com"
}

Response summary

{
  "success": true,
  "result_type": "ENRICHED",
  "message": "Successfully enriched",
  "data": {
    "company_name": "Acme Corporation",
    "legal_name": "Acme Corporation",
    "domain": "acmecorp.com",
    "website_url": "https://acmecorp.com",
    "industry": "Manufacturing",
    "employee_count": "1,001-5,000",
    "company_size_band": "1001-5000",
    "hq_city": "New York",
    "hq_region": "NY",
    "hq_country": "US"
  },
  "credits": {
    "limit": 1000,
    "used": 24,
    "remaining": 976,
    "consumed_by_request": 1
  },
  "remaining": 976,
                "limit": 1000
}

This response summary is intentionally shortened and does not show every possible returned field. Review the full response field dictionary in the API docs.

CRM mapping

Enrichment field Example CRM field
company_name Account Name
legal_name Legal Name
domain Website or Domain
website_url Website
industry Industry
sub_industry Sub Industry
sector Sector
employee_count Employee Count
company_size_band Company Size Band
hq_city Billing City
hq_region Billing State/Province
hq_country Billing Country
routing_region Routing Region
company_description Account Description
data_freshness_date Data Freshness Date
RESTful JSON Bearer token auth Idempotency-Key support Credit-aware responses

Identity quality before enrichment

Enrichment is safer when the company identity is already clear. If a row starts with only a company name, run Company Domain Lookup first, store confidence and reasons, and enrich only the accepted domain.

Company-level enrichment, not people-data scraping

Elvesora Enrichment adds company-level context such as firmographics, descriptions, headquarters, and public links. We do not provide people data, contact details, private profiles, or email discovery. This keeps your data usage appropriate, compliant, and trusted by your customers.

  • Company-level data only
  • No contacts or people data
  • No email finding or verification
  • No lead lists or lead generation

Start with company-level context

Get reliable company data into your workflows in minutes.

Workflows that need verified company context

Use enrichment where routing, segmentation, analytics, and CRM hygiene all depend on stronger company-level inputs.

Frequently asked questions

Common questions about enriching company records with verified firmographic context for CRM and automation workflows.

What data does Elvesora Enrichment add to a record?

Elvesora Enrichment adds verified firmographic context such as industry, headquarters, employee range, descriptions, public links, and other company-level attributes.

When should enrichment run in a CRM workflow?

Run enrichment after a company domain or company identity has been resolved so records receive cleaner context before routing, segmentation, and reporting.

Is Elvesora Enrichment built for API workflows?

Yes. The product is positioned for API and export workflows that need company-level context at intake, during cleanup, or before automation runs.

Can Elvesora identify company leadership from a domain?

No. Elvesora focuses on company-level data enrichment: official domains, firmographics, company descriptions, industry, headquarters, and CRM-ready company records. It does not provide executive profiles, private contact data, or leadership email lists.

Read more about company enrichment

Use these posts to support firmographic implementation, CRM quality programs, and company-level workflow planning.