---
title: "Search companies for applicant"
method: POST
path: "/resources/api/companies/{applicantId}/search"
---

# Search companies for applicant

`POST /resources/api/companies/{applicantId}/search`

## Path parameters

- `applicantId` string, required

## Query parameters

- `offset` integer
- `limit` integer

## Request body

- object
  - `country` string — Alpha-3 code of the country where the company is legally registered (for example, `DEU`, `GBR`, `CYP`).
  - `state` string — Two-letter code representing a state, province, region, jurisdiction, or similar administrative area. ⚠️ Applicable to the USA and Canada.
  - `companyName` string — Name of the company. Maximum length: 250 characters. ⚠️ The set of [input search parameters](https://docs.sumsub.com/sumsub/reference/company-search-parameters) varies depending on the connected sources.
  - `number` string — Registration or identification number of the company. Maximum length: 100 characters.

## Response `200`

---

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