v1

latestOpenAPI 3.0.12026-07-26131186.5 KB
Company Enrichment

Company Enrichment

Enrich company data instantly. You can provide a company name, company domain, LinkedIn ID, or LinkedIn slug to get comprehensive company information.

This endpoint returns company data immediately, including industry, size, revenue, funding information, location, and more.

The enrichment costs 2 API credits per successful request. Credits are only charged when company data is successfully found and returned.

Rate limits apply: 30 requests per minute, 43,200 requests per day.

post/api/company_enrichments

Request body

company_namestring

Company name to enrich (e.g., 'Wiza')

company_domainstring

Company domain to enrich (e.g., 'wiza.co')

company_linkedin_idstring

LinkedIn company ID

company_linkedin_slugstring

LinkedIn company slug (from company URL)

Example request

{
  "company_name": "Wiza",
  "company_domain": "wiza.co",
  "company_linkedin_id": "18663757",
  "company_linkedin_slug": "wiza"
}

Response

successful

typestring

Example response

{
  "status": {
    "code": 200,
    "message": "Company data enriched successfully"
  },
  "type": "company_enrichment",
  "data": {
    "company_industry": "Computer software",
    "company_size": 26,
    "company_size_range": "11-50",
    "company_founded": 2019,
    "company_revenue_range": "$10M-$25M",
    "company_type": "private",
    "company_description": "Discover 830M+ contacts with real-time verified emails, mobile numbers, and more. Trusted by 50k+ sales and recruiting professionals. Get started for free.",
    "company_location": "Newark, delaware, united states",
    "company_twitter": "https://twitter.com/wiza_co",
    "company_facebook": "https://www.facebook.com/wizaco-611180042722693",
    "company_linkedin": "https://www.linkedin.com/company/wizainc",
    "company_locality": "Newark",
    "company_region": "Delaware",
    "company_country": "United states",
    "domain": "wiza.co",
    "company_domain": "wiza.co",
    "company_name": "Wiza",
    "company_linkedin_id": "67160217",
    "credits": {
      "api_credits": {
        "total": 2,
        "company_credits": 2
      }
    }
  }
}
All 13 operations