Search for a company without a jurisdiction
Kyckr provides access to a stored database of companies that we call Cache Search, you can search this database to locate an entity if you don't know the jurisdiction. You can only use a company name to search.
The Response will provide confirmation of the countryISOfield
that allows you to find the registry that a company exists on.
It is important to remember that the Cache Search uses stored data, once you have found the correct jurisdiction you should then use Kyckr's search by Name or Number API to confirm that the entity is still active on the register.
In the below example you can see the results from searching 'Kyckr' on the cached search.
"totalRecordsField": 4,
"totalPagesField": 1,
"currentPageNumberField": 1,
"companiesField": [
{
"addressesField": [],
"codeField": "87887791_S1lDS1IsIExMQw==",
"companyIDField": "87887791",
"legalFormField": "DOMESTIC LIMITED LIABILITY COMPANY",
"legalStatusField": "Inactive",
"nameField": "KYCKR, LLC",
"officialField": false,
"incorporationDateField": "2012-08-29",
"countryISOField": "US-OR",
"lastUpdatedField": "2023-02-17T19:43:29+00:00"
},
{
"addressesField": [
{
"countryField": "Ireland",
"addressInOneLineField": "ARC LABS RESEARCH CENTER, WIT WEST CAMPUS, CARRIGANORE WATERFORD, CO WATERFORD, WATERFORD, IRELAND",
"addressLine1Field": "ARC LABS RESEARCH CENTER, WIT WEST CAMPUS, CARRIGANORE WATERFORD, CO WATERFORD, WATERFORD, IRELAND"
}
],
"codeField": "436024",
"companyIDField": "436024",
"legalFormField": "LTD - Private Company Limited by Shares",
"legalStatusField": "Normal",
"nameField": "KYCKR IRELAND LIMITED",
"officialField": false,
"incorporationDateField": "2007-03-08",
"countryISOField": "IE",
"lastUpdatedField": "2022-10-02T12:55:38+00:00"
},
{
"addressesField": [
{
"countryField": "Australia",
"addressInOneLineField": "MASCOT, New South Wales, 2020"
}
],
"codeField": "609323257_KYCKR PTY LIMITED",
"companyIDField": "609323257",
"legalFormField": "Australian Proprietary Company, Limited By Shares",
"legalStatusField": "Registered",
"nameField": "KYCKR PTY LIMITED",
"officialField": false,
"incorporationDateField": "2015-11-16",
"countryISOField": "AU",
"lastUpdatedField": "2022-12-28T06:29:54+00:00"
},
{
"addressesField": [
{
"countryField": "United Kingdom",
"addressInOneLineField": "Kemp House\n160 City Road, London, EC1V 2NX",
"addressLine1Field": "Kemp House\n160 City Road"
}
],
"codeField": "11655290",
"companyIDField": "11655290",
"legalFormField": "Private Limited Company",
"legalStatusField": "Active",
"nameField": "KYCKR UK LIMITED",
"officialField": false,
"incorporationDateField": "2018-11-01",
"countryISOField": "GB",
"lastUpdatedField": "2023-02-17T08:59:37+00:00"
}
],
"responseCodeField": 100
Test it out
Updated 3 months ago