Package Information
Released: 3/31/2025
Downloads: 16 weeklyย /ย 39 monthly
Latest Version: 0.1.19
Author: Ian Carroll
Available Nodes
Documentation
๐ฌ๐ง n8n-nodes-companies-house
An n8n community node for querying the UK Companies House API.
๐ Uses Basic Auth with your Companies House API key.
โจ Features
- ๐ Search for companies by name
- ๐ง Get company profile details
- ๐ค List company officers
- ๐ Fetch filing history
- ๐ข Get registered office address
- ๐ View persons with significant control (PSC)
๐ฆ Installation
n8n install n8n-nodes-companies-house
Or via the n8n UI: Settings โ Community Nodes โ Install.
๐ Credentials
Create a Companies House API key here:
๐ https://developer.company-information.service.gov.uk/manage-applicationsIn n8n, add a new credential of type Companies House API:
- Username = your API key
- Password = leave blank
โ๏ธ Operations
| Operation | Input | Example |
|---|---|---|
| Search Companies | Company name | Monzo |
| Get Company Profile | Company number | 09446231 |
| Get Officers | Company number | 11223344 |
| Get Filing History | Company number | 11223344 |
| Get Registered Office Address | Company number | 11223344 |
| Get Persons with Significant Control | Company number | 11223344 |
๐งช Example usage
Search for companies:
{
"operation": "search",
"companyInput": "OpenAI"
}
Get filing history:
{
"operation": "getFilingHistory",
"companyInput": "12345678"
}
๐ฐ Notes
- Only one request is made per execution.
๐ Contributing
PRs and ideas welcome. Built by Ian Carroll.
๐ License
MIT