Skip to main content
Company search is the entry point to Kyckr. Every subsequent API call — Lite Profile, Enhanced Profile, Filing Search — requires the codeField returned by a successful search. There are two ways to search, either by name or registration number.
Use global search only when the jurisdiction is genuinely unknown. It queries a stored company index rather than live registries, so results may not reflect the current state of the register. Once global search has helped you identify the correct country, always follow up with a jurisdiction search to confirm the company’s current status before proceeding.

A jurisdiction search queries the official company register for a specific jurisdiction, returning live data at the point of request. You can search using either company name or registration number, along with the two-letter ISO country code for the jurisdiction. There are separate endpoints for both search modes.
ISO country codes are two-letter and uppercase — for example, GB for the United Kingdom, DE for Germany, AU for Australia. See the full list of supported jurisdictions.

Search by name

Example response

Search by registration number

Example response

Key response fields

Depending on the registry, different information is provided in the search response. For the purposes of verifying an entity the most important fields are: Use global search only when you cannot determine the company’s jurisdiction by other means — for example, when a counterparty hasn’t provided their country of registration. It queries a search index across 100+ countries and returns matching entities alongside their jurisdiction, which you can then use to run a jurisdiction search. Global search is a discovery tool, not a substitute for jurisdiction search. Use it to identify the country, then immediately follow up with a jurisdiction search to retrieve live, authoritative data from the official register. Search by name only — no isocode is required.

Example response

Registration Authority

In Germany and Canada, search will return additional fields for registration authority: registrationAuthorityField and registrationAuthorityCodeField. If these fields appear in search results, the registrationAuthorityCodeField must be supplied to order a company profile.
Search by name and search by number APIs do not require the registrationAuthorityCodeField
In the example below, registrationAuthorityField and registrationAuthorityCodeField are returned in the search response:
The registrationAuthorityCodeField, when present in a search response, is required when ordering a company profile, Lite profile, or performing a filing search. If the registrationAuthorityCodeField is not present in a search response, it is not required — the codeField alone is sufficient to identify the company.

Example profile request with RegAuth

Kyckr passes search queries directly through to the underlying company register and returns the results as-is. There is no additional matching layer applied on top. As a result, the quality and flexibility of search results depends entirely on the technical capability of each registry — some support partial and fuzzy matching, while others are more rudimentary. This means search behaviour will vary across jurisdictions. A query that returns strong results in one country may return nothing in another, not because the company doesn’t exist, but because the registry enforces stricter matching rules. To maximise the likelihood of a successful result:
  • Search by registration number when possible. Number-based searches are exact lookups and are not affected by registry matching quality. They are always the most reliable approach when you have the number available.
  • Retry without legal suffixes, if a name search fails. Terms such as “Limited”, “Ltd”, “GmbH”, “Inc”, or “Pty” are handled inconsistently across registries. Searching for the core trading name tends to produce broader results.

Next steps

Once you have a codeField from a search result, you’re ready to retrieve company data.

Lite Profile

Fast company verification — status, registered address, and legal form.

Enhanced Profile

Full company profile including directors, shareholders, and filing history.

Filing Search

Order official registry documents and extracts.

Supported Jurisdictions

Full list of supported countries and ISO codes.

API reference

Search for Companies

GET core/company/search — full parameter reference and response schema.