Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.kyckr.com/llms.txt

Use this file to discover all available pages before exploring further.

Kyckr provides access to a stored database of companies called Cache Search, allowing searches to locate an entity without knowing the jurisdiction. Searches can only be performed using a company name. Cache Search relies on stored data, which may not be current. The response has a countryISOfield which can be used to identify the jurisidiction where a company is registered. Once the correct jurisdiction has been identified, use Kyckr’s Search by Name or Number API to confirm that the entity remains active on the register. Cache search API reference

Example

The example below has 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