Company List Updater (CLU) enables the mass retrieval of public company data through the Companies House API. For a given list of Companies House company registration numbers, CLU provides a table of useful company data, such as names, addresses, and accounts due dates. Each column of data can be indivudually copied for entry into other systems.
A Companies House Public Data API key is required (free, though rate limited). See Companies House API overview.
⚠ An issue with the Companies House API currently causes a failure if the rate limit of the API key is exceeded during a search (see #3).
npm install
npm run serve
npm run build
npm run lint