Skip to main content

Overview

We’ve updated Search, Lite Profile, and Enhanced Profile responses for China (CN) with improved data quality and additional identifiers. The headline change is consistent use of the Unified Social Credit Code (USCC) as the companyNumber / primaryRegistrationNumber across all products, alongside a structured otherIdentifiers array carrying the legacy registration and organisation codes.

Key points

  • Search: registrationAuthority is now returned, plus a new otherIdentifiers array
  • Lite Profile: companyNumber now returns the Unified Social Credit Code (consistent with search), plus new registrationDate, registrationAuthority, address type and isoCode, and a structured otherIdentifiers array
  • Enhanced Profile: New currency on capital, totalNominalValue on shareholdings, shareholder address and corporate registrationNumber / idNumber, a new totalCapital summary, contactDetails, legalForm, address type and isoCode, and an otherIdentifiers array. Representatives are now correctly split between corporations and individuals.
  • Identifiers: A new otherIdentifiers array carries the legacy 15-digit Business Registration Number (CN_BRN_CD / CN_LEGACY_REG_CD) and the organisation code (CN_ORG_CD) where available

Search results

registrationAuthority is now returned in search results, and a new otherIdentifiers array carries the legacy registration code. Before:
{
  "data": [
    {
      "id": "CN|OTE0NjAwMDBNQUE4WUJYVTNF",
      "companyName": "灿旭(海南)科技有限公司",
      "englishName": "Canxu (Hainan) Technology Co., Ltd.",
      "companyNumber": "91460000MAA8YBXU3E"
    }
  ]
}
After:
{
  "data": [
    {
      "id": "CN|OTE0NjAwMDBNQUE4WUJYVTNF",
      "companyName": "灿旭(海南)科技有限公司",
      "englishName": "Canxu (Hainan) Technology Co., Ltd.",
      "companyNumber": "91460000MAA8YBXU3E",
      "registrationAuthority": "National Enterprise Credit Management System (NECIPS)",
      "otherIdentifiers": [
        {
          "type": "CN_LEGACY_REG_CD",
          "value": "460000401120336"
        }
      ]
    }
  ]
}

Key changes

  • registrationAuthority: New — the authority the company is registered with
  • otherIdentifiers: New array (type, value) carrying the legacy 15-digit Business Registration Number and the organisation code where available

Lite profile changes

The Lite Profile response has been improved with the Unified Social Credit Code as the primary identifier, a structured address, and additional identifiers. Before:
{
  "data": {
    "address": {
      "identifier": "8L28-UbhLI9EQqI4QTkR8xRae-3rdpgffK0xjbFC32w",
      "fullAddress": "No. 3, Dayingshan West Second Street, Guoxing Avenue, Meilan District, Haikou City, Hainan Province",
      "region": "No. 3, Dayingshan West Second Street, Guoxing Avenue, Meilan District, Haikou City, Hainan Province"
    },
    "companyNumber": "460000401120336",
    "companyName": "灿旭(海南)科技有限公司",
    "englishName": "Canxu (Hainan) Technology Co., Ltd.",
    "foundationDate": {
      "original": "2021-07-19",
      "normalized": "2021-07-19"
    },
    "legalStatus": {
      "original": "Deregistered",
      "normalized": "Inactive"
    }
  }
}
After:
{
  "data": {
    "address": {
      "identifier": "CN-u7qR7aeoHcwZL1bHI4or0yfo1ZMebjqYVqtu3_2a7-4",
      "type": "Registered Address",
      "fullAddress": "No. 3, Dayingshan West Second Street, Guoxing Avenue, Meilan District, Haikou City, Hainan Province",
      "isoCode": "CN"
    },
    "companyNumber": "91460000MAA8YBXU3E",
    "companyName": "灿旭(海南)科技有限公司",
    "englishName": "Canxu (Hainan) Technology Co., Ltd.",
    "otherIdentifiers": [
      {
        "type": "CN_LEGACY_REG_CD",
        "value": "460000401120336"
      }
    ],
    "foundationDate": {
      "original": "2021-07-19",
      "normalized": "2021-07-19"
    },
    "registrationDate": {
      "original": "2021-07-19",
      "normalized": "2021-07-19"
    },
    "legalStatus": {
      "original": "Deregistered",
      "normalized": "Inactive"
    },
    "registrationAuthority": "National Enterprise Credit Management System (NECIPS)"
  }
}

Key changes

Address

The address object now includes structured fields:
FieldStatus
typeNew — "Registered Address"
isoCodeNew — "CN"
fullAddressUnchanged

New fields

  • otherIdentifiers: New array (type, value) carrying the legacy 15-digit Business Registration Number and the organisation code where available
  • registrationDate: Now populated with the company’s registration date
  • registrationAuthority: Now populated with the registering authority

Improved data

  • companyNumber: Now populated with the Unified Social Credit Code, consistent with search results

Enhanced profile changes

The Enhanced Profile has been substantially enriched with split currency fields, shareholder-level capital, corporate shareholder identifiers, a capital summary, contact details, and correctly categorised representatives. Before:
{
  "orderId": 5929376,
  "correlationId": "019edec1-0da2-719e-af17-630a7254a5fb",
  "cost": {
    "type": "credit",
    "value": 0
  },
  "timeStamp": "2026-06-19T07:20:57.0097793Z",
  "details": "Success",
  "data": {
    "activities": [
      {
        "description": "Licensed Items: Internet information services",
        "type": "Primary"
      }
    ],
    "addresses": [
      {
        "identifier": "jSbEMzIZHQF1dlZOiWVWPxm-VCgEIpiEKeQICYWCJRE",
        "fullAddress": "No. 3, Dayingshan West Second Street, Guoxing Avenue, Meilan District, Haikou City, Hainan Province"
      }
    ],
    "capital": [
      {
        "totalNominalValue": 100000000.0,
        "shareholdings": [
          {
            "percentage": "51.00",
            "shareholders": {
              "corporations": [
                {
                  "type": "Corporation",
                  "name": "Hainan Xinghai Yunwei Technology Co., Ltd."
                }
              ]
            }
          },
          {
            "percentage": "49.00",
            "shareholders": {
              "individuals": [
                {
                  "type": "Person",
                  "name": "Qu Zhicheng"
                }
              ]
            }
          }
        ]
      }
    ],
    "representatives": {
      "corporations": [
        {
          "role": {
            "original": "Executive Director and General Manager"
          },
          "registeredAddress": {},
          "type": "Corporation",
          "name": "Guo Zeyan"
        },
        {
          "role": {
            "original": "Supervisor"
          },
          "registeredAddress": {},
          "type": "Corporation",
          "name": "Chen Ronglu"
        },
        {
          "role": {
            "original": "Finance Responsible Person"
          },
          "registeredAddress": {},
          "type": "Corporation",
          "name": "Wu Yu"
        },
        {
          "role": {
            "original": "Legal Representative"
          },
          "registeredAddress": {},
          "type": "Corporation",
          "name": "Guo Zeyan"
        }
      ]
    },
    "identifiers": {
      "primaryRegistrationNumber": "460000401120336"
    },
    "companyName": "灿旭(海南)科技有限公司",
    "englishName": "Canxu (Hainan) Technology Co., Ltd.",
    "registrationAuthority": "Hainan Provincial Administration for Market Regulation",
    "foundationDate": {
      "original": "2021-07-19",
      "normalized": "2021-07-19"
    },
    "status": {
      "original": "Deregistered",
      "normalized": "Inactive"
    },
    "links": {
      "document": "********",
      "data": "********",
    }
  }
}
After:
{
  "data": {
    "activities": [
      {
        "description": "Information transmission, software and information technology services",
        "type": "Primary"
      },
      {
        "description": "Internet and Related Services",
        "type": "Secondary"
      },
      {
        "description": "Internet Information Services",
        "type": "Tertiary"
      }
    ],
    "addresses": [
      {
        "identifier": "CN-u7qR7aeoHcwZL1bHI4or0yfo1ZMebjqYVqtu3_2a7-4",
        "type": "Registered Address",
        "fullAddress": "No. 3, Dayingshan West Second Street, Guoxing Avenue, Meilan District, Haikou City, Hainan Province",
        "isoCode": "CN"
      }
    ],
    "capital": [
      {
        "totalNominalValue": 100000000,
        "currency": "USD",
        "shareholdings": [
          {
            "percentage": "49.00",
            "totalNominalValue": 49000000,
            "shareholders": {
              "individuals": [
                {
                  "type": "Person",
                  "name": "Qu Zhicheng",
                  "address": {
                    "identifier": "KO-GkocmY-BHFBLtvjqh9eZQdlNaVuUgN5RzLswlZy4",
                    "fullAddress": "People's Republic of China"
                  }
                }
              ]
            }
          },
          {
            "percentage": "51.00",
            "totalNominalValue": 51000000,
            "shareholders": {
              "corporations": [
                {
                  "registrationNumber": "91460100MA5RC67315",
                  "type": "Corporation",
                  "idNumber": "91460100MA5RC67315",
                  "name": "Hainan Xinghai Yunwei Technology Co., Ltd.",
                  "address": {
                    "identifier": "KO-GkocmY-BHFBLtvjqh9eZQdlNaVuUgN5RzLswlZy4",
                    "fullAddress": "People's Republic of China"
                  }
                }
              ]
            }
          }
        ]
      }
    ],
    "totalCapital": {
      "totalValue": 100000000,
      "currency": "USD",
      "type": "Registered"
    },
    "representatives": {
      "individuals": [
        {
          "role": {
            "original": "Executive Director and General Manager"
          },
          "isActive": true,
          "type": "Person",
          "name": "Guo Zeyan"
        },
        {
          "role": {
            "original": "Supervisor"
          },
          "isActive": true,
          "type": "Person",
          "name": "Chen Ronglu"
        },
        {
          "role": {
            "original": "Finance Responsible Person"
          },
          "isActive": true,
          "type": "Person",
          "name": "Wu Yu"
        },
        {
          "role": {
            "original": "Legal Representative"
          },
          "isActive": true,
          "type": "Person",
          "name": "Guo Zeyan"
        }
      ]
    },
    "contactDetails": {
      "email": "1759347334@qq.com",
      "telNumber": "18876049768"
    },
    "identifiers": {
      "primaryRegistrationNumber": "91460000MAA8YBXU3E",
      "otherIdentifiers": [
        {
          "type": "CN_BRN_CD",
          "value": "460000401120336"
        },
        {
          "type": "CN_ORG_CD",
          "value": "MAA8YBXU-3"
        }
      ]
    },
    "companyName": "灿旭(海南)科技有限公司",
    "englishName": "Canxu (Hainan) Technology Co., Ltd.",
    "registrationAuthority": "Hainan Provincial Administration for Market Regulation",
    "lastUpdated": "2026-05-28T20:36:38+00:00",
    "foundationDate": {
      "original": "2021-07-19",
      "normalized": "2021-07-19"
    },
    "registrationDate": {
      "original": "2021-07-19",
      "normalized": "2021-07-19"
    },
    "status": {
      "original": "Deregistered",
      "normalized": "Inactive"
    },
    "legalForm": {
      "original": "Limited Liability Company (Investment from Hong Kong, Macao and Taiwan, Non-sole Proprietorship)",
      "normalized": "Private Limited Company"
    }
  }
}

Key changes

New fields

FieldDescription
totalCapitalNew — aggregate capital summary with totalValue, currency, and type
contactDetailsNew — email and telNumber
legalFormNew — original (registry value) and normalized legal form
previousNamesNew — previous company names where available

Addresses

  • type: New — indicates the address type (e.g., "Registered Address")
  • isoCode: New — "CN"

Capital and shareholdings

  • capitalcurrency: New — the capital currency is now returned in its own field
  • shareholdingstotalNominalValue: New — the nominal value attributed to each shareholding
  • shareholdersaddress: New — the shareholder’s address
  • shareholders.corporationsregistrationNumber, idNumber: New — registration identifiers for corporate shareholders

Identifiers

  • identifiers.otherIdentifiers: New array (type, value) carrying the legacy 15-digit Business Registration Number (CN_BRN_CD) and the organisation code (CN_ORG_CD) where available

Data improvements

  • Representatives: Representatives were previously returned only under corporations. They are now correctly split between corporations and individuals where applicable.
  • identifiers.primaryRegistrationNumber: Now populated with the Unified Social Credit Code, consistent with search results

Additional resources