---
title: "Discover Company"
method: POST
path: "/v2/company-resolver/discovery"
tags: ["Company Match"]
---

# Discover Company

`POST /v2/company-resolver/discovery`

Resolve company information based on provided criteria.

## Request body

- CompanyDiscoverRequest
  - `result_count` integer
  - `keyword` string, required
  - `headquarters_state` string, nullable
  - `headquarters_country` string, nullable
  - `headquarters_city` string, nullable
  - `headquarters_street` string, nullable
  - `headquarters_zip` string, nullable

## Response `200`

Successful Response

- CompanyResolverResponse
  - `companies` Company[], required
    - `rbid` string, required
    - `company_name` string, required
    - `similar_score` number, required
    - `about_us` string, nullable
    - `headquarters_street` string, nullable
    - `headquarters_city` string, nullable
    - `headquarters_state` string, nullable
    - `headquarters_zip` string, nullable
    - `headquarters_country` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/revenuebase/apis/revenuebase-email-verification.md) · [All operations](https://skmtc.net/revenuebase/apis/revenuebase-email-verification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revenuebase/revenuebase-email-verification/revisions/754d665f9402/schema)
