Find companies by name or registration number
Resolve the right legal entity before you order a report.
API4ALL v3 exposes two search endpoints — by name and by registration number — scoped to country. Use the returned company code to order Credit, KYB and Structure reports from Infocredit’s database.
Search first, then report.
Every report order in API4ALL starts with a matched company code. The Company Search API lets you find that code through a name lookup or a registration-number lookup, scoped to the country you care about.
The endpoint returns candidate entities from Infocredit’s database, including the registered name, registration number and the unique code you need for the Credit, KYB and Structure report endpoints.
How the search API works.
Search by company name
POST /a4a/3.0/api/search/{country-code}/name/{name} — run a name lookup across the supported jurisdiction and receive a ranked list of candidate companies with a unique code.
Search by registration number
POST /a4a/3.0/api/search/{country-code}/reg-no/{reg-no} — resolve a business directly from its local company registration or tax identifier.
Country-scoped results
Every search is scoped to a two-letter country code, so results stay within the registry you expect and match local identifiers.
Unique company code
Each matched entity returns a company code used in subsequent report ordering and availability checks.
Where the search API fits.
KYB onboarding lookup
Let a customer type a company name or registration number and resolve the correct legal entity before asking for documents.
Credit application pre-fill
Capture the company code at search time so credit and report workflows reference the same entity.
Vendor master data
Resolve suppliers against official registries during onboarding to keep vendor records clean.
CRM enrichment
Pre-fill account records with registered name, legal form and jurisdiction from a single search.
Case investigation
Find related entities during AML or due diligence investigations by name or registration number.
Workflow automation
Trigger search from onboarding portals, chatbots or ERP forms through a simple REST call.
Company search questions.
What is the API4ALL Company Search API?
It is the search layer of API4ALL v3. You can look up a company by registered name or by registration number within a country, and receive a unique company code that is used to order Credit, KYB and Structure reports.
Which countries are supported?
API4ALL covers 135+ countries. Each search endpoint is scoped to a country code; the response includes the matched entities available in Infocredit’s database for that jurisdiction.
What does the search response contain?
Responses include candidate company identity data such as registered name, registration number, country and a unique company code. The exact fields returned depend on what the source registry publishes.
How do I order a report after finding the company?
Use the company code from the search response with the Create Order endpoint to request a Credit, KYB or Structure report. You can also check report availability for the entity before ordering.
Where is the full API reference?
The complete endpoint reference, authentication guide and request/response schemas are published at api4all.readme.io.
Start searching in sandbox
Sandbox keys and sample search requests for your target countries.
