---
title: "Unified Company Find"
method: POST
path: "/v1/companies/find"
tags: ["Unified Agent APIs"]
---

# Unified Company Find

`POST /v1/companies/find`

Unified company enrichment.

Provide a company domain to get enriched company data including:
name, industry, description, employee count, revenue, funding, headquarters,
brand colors, logo, social handles, and more.

Three-provider waterfall with field-level merge:
  1. Apollo.io  - firmographics (employees, revenue, funding, founded year)
  2. BrandFetch - brand identity (logos, colors, Instagram, ticker symbols)
  3. Website+LLM - qualitative (description, value proposition, ideal customers)

## Request body

- CompanyFindRequest
  - `domain` string, required
  - `company_name` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/suprsonic/apis/suprsonic-unified-agent-api.md) · [All operations](https://skmtc.net/suprsonic/apis/suprsonic-unified-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/suprsonic/suprsonic-unified-agent-api/revisions/2a1b6fcb4ef0/schema)
