UK Companies House Enricher
Pricing
from $6.00 / 1,000 results
UK Companies House Enricher
Enrich any UK company with profile, directors, shareholders, and financial data (cash, net worth, assets, liabilities). 5-year history included. Proxies included.
Pricing
from $6.00 / 1,000 results
Rating
0.0
(0)
Developer
SilentFlow
Maintained by CommunityActor stats
2
Bookmarked
21
Total users
0
Monthly active users
3 days ago
Last modified
Categories
Share
๐ข UK Companies House Enricher
Enrich any UK company in seconds. Profile, directors, shareholders, and financial data with 5-year history.
Enrich any UK company by number or name. Get company profile, directors, shareholders, and financial data (cash, net worth, assets, liabilities) with 5 years of history.
โจ Why use this scraper?
- ๐ Proxies included, No need to configure or pay for proxies separately
- โก Fast, 1-3 seconds per company
- ๐ Financial data included, Cash, net worth, assets, liabilities with 5-year history
- ๐ค Directors & shareholders, Active officers with nationality, role, appointment date
- ๐ Flexible search, Company number or name, single or batch
๐ฏ Use cases
| Industry | Application |
|---|---|
| Sales & BD | Qualify UK prospects with financial health data before outreach |
| Due Diligence | Verify company status, directors, and shareholders |
| Market Research | Analyse competitors' financial trends over 5 years |
| Compliance / KYC | Identify persons with significant control and verify company details |
| Lead Enrichment | Enrich CRM data with official UK company information |
๐ฅ Input parameters
| Parameter | Type | Description |
|---|---|---|
query | string | UK company number (e.g. 00445790) or company name (e.g. Tesco) |
queries | string[] | Multiple company numbers or names for batch enrichment |
maxResults | integer | Max companies returned per name search (default: 10, max: 50) |
๐ Output data
Company example
{"companyNumber": "08804411","companyName": "REVOLUT LTD","companyStatus": "active","companyType": "ltd","address": "30 South Colonnade","locality": "London","postalCode": "E14 5HX","country": "United Kingdom","sicCodes": ["62090"],"dateOfCreation": "2013-12-06","officers": [{"name": "STORONSKIY, Nikolay","role": "director","appointedOn": "2013-12-06","nationality": "British","countryOfResidence": "United Kingdom","dateOfBirth": "7/1984"}],"personsWithSignificantControl": [{"name": "Mr Nikolay Storonsky","naturesOfControl": ["ownership-of-shares-25-to-50-percent"],"nationality": "British","notifiedOn": "2016-04-08"}],"financials": {"cash": 6598511000,"netWorth": 1510914000,"totalCurrentAssets": 9977206000,"totalCurrentLiabilities": 8534539000,"cashChange": "10.16%","netWorthChange": "68.38%"},"financialHistory": [{"year": "2024","cash": 6598511000,"netWorth": 1510914000,"assets": 9977206000,"liabilities": 8534539000}],"companiesHouseUrl": "https://find-and-update.company-information.service.gov.uk/company/08804411","dataSources": ["companies-house-api", "companycheck"],"scrapedAt": "2026-04-06T20:23:38Z"}
๐๏ธ Data fields
| Category | Fields |
|---|---|
| Identifiers | companyNumber, companyName, companyStatus, companyType |
| Address | address, locality, region, postalCode, country |
| Activity | sicCodes, sicLabels |
| Dates | dateOfCreation, dateOfCessation |
| Officers | name, role, appointedOn, nationality, countryOfResidence, occupation, dateOfBirth |
| Shareholders (PSC) | name, naturesOfControl, notifiedOn, nationality |
| Financials | cash, netWorth, totalCurrentAssets, totalCurrentLiabilities, change percentages |
| Financial History | 5 years of cash, netWorth, assets, liabilities |
| Accounts | accountsNextDue, accountsOverdue, lastAccountsDate |
| Links | companiesHouseUrl, companyCheckUrl |
๐ Examples
Single company by number
{"query": "00445790"}
Search by name
{"query": "Revolut"}
Batch enrichment
{"queries": ["00445790", "08804411", "Monzo", "Brewdog"]}
๐ป Integrations
Python
from apify_client import ApifyClientclient = ApifyClient("YOUR_API_TOKEN")run = client.actor("silentflow/uk-companies-house-enricher-ppe").call(run_input={"query": "00445790"})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(f"{item['companyName']}: ยฃ{item['financials']['cash']:,.0f} cash")
JavaScript
import { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: 'YOUR_API_TOKEN' });const run = await client.actor('silentflow/uk-companies-house-enricher-ppe').call({query: '00445790',});const { items } = await client.dataset(run.defaultDatasetId).listItems();items.forEach(item => console.log(`${item.companyName}: ยฃ${item.financials.cash} cash`));
๐ Performance & limits
| Metric | Value |
|---|---|
| Speed | ~1-3 seconds per company |
| Batch processing | Up to 50 companies per run |
| Financial data | Available for most active UK companies with filed accounts |
๐ก Tips for best results
- Use company numbers, More precise than name search, returns exactly one result
- Pad short numbers, Company numbers should be 8 digits (e.g.
445790โ00445790) - SC/NI prefixes, Scottish and Northern Irish companies use prefixes like
SC123456 - Financial data availability, Micro entities and newly incorporated companies may not have financial data
โ FAQ
Q: What is a company number? A: An 8-digit identifier assigned by Companies House to every UK registered company. You can find it on the Companies House website.
Q: Why are some financials missing? A: Micro entities, dormant companies, and recently incorporated companies may not have financial data available. Banks may also file in non-standard formats.
Q: Can I search by SIC code or location? A: Not yet, this enricher works by company number or name. Contact us if you need bulk search by industry or region.
๐ฌ Support
We're building this scraper for you, your feedback makes it better for everyone!
- ๐ Found a bug? Open an issue directly on this actor's page, we'll fix it fast
- ๐ก Need a feature? Tell us what's missing and we'll prioritize it
- โ๏ธ Custom solutions: Contact us for enterprise integrations or high-volume needs
We respond to every issue, usually within 24 hours. Don't hesitate, even small suggestions help!
Check out our other scrapers: SilentFlow on Apify