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
Actor stats
1
Bookmarked
4
Total users
2
Monthly active users
13 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