Skip to content

CallumWatkins/ch-company-list-updater

Repository files navigation

Companies House Company List Updater


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).

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints files

npm run lint

Customize configuration

See Configuration Reference.