Pricing
from $5.00 / 1,000 per company enricheds
UK Companies House Enricher
Enrich UK company data instantly using the official Companies House API. Input a list of company names or numbers and get back registered address, SIC codes, active directors, insolvency flags, filing history and more. Requires a free Companies House API key.
Pricing
from $5.00 / 1,000 per company enricheds
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
1
Total users
0
Monthly active users
9 days ago
Last modified
Categories
Share
๐ข Companies House Enricher
Instantly enrich UK company data using the official Companies House API. Input a list of company names or registration numbers and get back a full profile for each โ registered address, SIC codes, active directors, insolvency flags, filing history, and more.
No scraping. No rate-limit workarounds. Direct from the source.
โ What you get
For each company, the actor returns:
| Field | Description |
|---|---|
companyName | Full registered company name |
companyNumber | Companies House registration number |
status | Active, Dissolved, Liquidation etc. |
type | Ltd, PLC, LLP, etc. |
incorporatedOn | Date of incorporation |
dissolutionDate | Date dissolved (if applicable) |
registeredAddress | Full registered office address |
sicCodes | SIC industry codes |
hasBeenLiquidated | Boolean flag |
hasInsolvencyHistory | Boolean flag |
hasCharges | Boolean flag (charges/mortgages registered) |
jurisdiction | england-wales, scotland, etc. |
companyHouseUrl | Direct link to CH record |
officers | Active directors/secretaries (optional) |
recentFilings | Latest account filings (optional) |
๐ Requirements
You need a free Companies House API key.
- Go to developer.company-information.service.gov.uk
- Register (takes 2 minutes)
- Create a new application and copy your API key
- Paste it into the API Key field in the actor input
The Companies House API is completely free with a limit of 600 requests per 5 minutes โ more than enough for most use cases.
๐ฅ Input
{"queries":["Tesco PLC","00445790","Rolls-Royce Holdings PLC"],"searchType":"company_name","apiKey":"your-api-key-here","includeOfficers":true,"includeFilingHistory":false}
Input fields
| Field | Type | Required | Description |
|---|---|---|---|
queries | Array of strings | โ | Company names or CH numbers |
searchType | company_number or company_name | โ | How to interpret your inputs |
apiKey | String | โ | Your free Companies House API key |
includeOfficers | Boolean | โ | Fetch active directors for each company |
includeFilingHistory | Boolean | โ | Fetch recent account filings |
maxFilings | Integer (1โ20) | โ | How many filings to return (default: 5) |
Tip: If you're using company numbers, set searchType to company_number โ it's faster and skips the search step entirely.
๐ค Output example
{"query":"00445790","companyNumber":"00445790","companyName":"TESCO PLC","status":"active","type":"plc","incorporatedOn":"1947-11-27","dissolutionDate":null,"registeredAddress":"Tesco House, Shire Park, Kestrel Way, Welwyn Garden City, AL7 1GA, England","sicCodes":["47110"],"hasBeenLiquidated":false,"hasInsolvencyHistory":false,"hasCharges":true,"jurisdiction":"england-wales","companyHouseUrl":"https://find-and-update.company-information.service.gov.uk/company/00445790"}
๐ก Use cases
- Lead enrichment โ append registered address, status and SIC codes to your prospect lists
- Due diligence โ quickly check insolvency history and active directors before engaging a supplier
- Data cleaning โ validate company names and numbers against the official register
- Compliance โ identify dissolved or liquidated companies in your database
- Sales intelligence โ filter leads by SIC code or company type
โก Performance & rate limits
- The actor adds a 200ms delay between requests to stay well within the 600/5min limit
- For large batches (1,000+ companies), consider running multiple actor instances with split lists
- Company number lookups are faster than name searches (one fewer API call)
๐ Data source
All data comes directly from the UK Companies House official API โ the same data used by Companies House Search itself. Data is updated in near real-time as companies file.
๐ฌ Support
Found a bug or need a feature? Use the Issues tab on this actor's page or contact us through Apify.
