---
title: "Company Enrichment"
method: POST
path: "/api/company_enrichments"
tags: ["Company Enrichment"]
---

# Company Enrichment

`POST /api/company_enrichments`

>
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.

## Request body

- object — At least one of company_name, company_domain, company_linkedin_id, or company_linkedin_slug is required
  - `company_name` string — Company name to enrich (e.g., 'Wiza')
  - `company_domain` string — Company domain to enrich (e.g., 'wiza.co')
  - `company_linkedin_id` string — LinkedIn company ID
  - `company_linkedin_slug` string — LinkedIn company slug (from company URL)

## Response `200`

successful

- object
  - `status` object
    - `code` integer
    - `message` string
  - `type` string
  - `data` object
    - `company_industry` string
    - `company_size` integer
    - `company_size_range` string
    - `company_founded` integer
    - `company_revenue_range` string
    - `company_funding` string, nullable
    - `company_type` string
    - `company_description` string
    - `company_ticker` string, nullable
    - `company_last_funding_round` string, nullable
    - `company_last_funding_amount` string, nullable
    - `company_last_funding_at` string, nullable
    - `company_location` string
    - `company_twitter` string
    - `company_facebook` string
    - `company_linkedin` string
    - `company_street` string, nullable
    - `company_locality` string
    - `company_region` string
    - `company_postal_code` string, nullable
    - `company_country` string
    - `domain` string
    - `company_domain` string
    - `company_name` string
    - `company_linkedin_id` string
    - `credits` object
      - `api_credits` object
        - `total` integer
        - `company_credits` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Company not found
- `429` — Rate Limit Exceeded

---

[API](https://skmtc.net/wiza/apis/wiza-api-documentation.md) · [All operations](https://skmtc.net/wiza/apis/wiza-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wiza/wiza-api-documentation/versions/9773e985f208/schema)
