UK Companies House Enricher avatar

UK Companies House Enricher

Pricing

from $6.00 / 1,000 results

Go to Apify Store
UK Companies House Enricher

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

SilentFlow

Maintained by Community

Actor stats

1

Bookmarked

4

Total users

2

Monthly active users

13 days ago

Last modified

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

IndustryApplication
Sales & BDQualify UK prospects with financial health data before outreach
Due DiligenceVerify company status, directors, and shareholders
Market ResearchAnalyse competitors' financial trends over 5 years
Compliance / KYCIdentify persons with significant control and verify company details
Lead EnrichmentEnrich CRM data with official UK company information

πŸ“₯ Input parameters

ParameterTypeDescription
querystringUK company number (e.g. 00445790) or company name (e.g. Tesco)
queriesstring[]Multiple company numbers or names for batch enrichment
maxResultsintegerMax 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

CategoryFields
IdentifierscompanyNumber, companyName, companyStatus, companyType
Addressaddress, locality, region, postalCode, country
ActivitysicCodes, sicLabels
DatesdateOfCreation, dateOfCessation
Officersname, role, appointedOn, nationality, countryOfResidence, occupation, dateOfBirth
Shareholders (PSC)name, naturesOfControl, notifiedOn, nationality
Financialscash, netWorth, totalCurrentAssets, totalCurrentLiabilities, change percentages
Financial History5 years of cash, netWorth, assets, liabilities
AccountsaccountsNextDue, accountsOverdue, lastAccountsDate
LinkscompaniesHouseUrl, 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 ApifyClient
client = 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

MetricValue
Speed~1-3 seconds per company
Batch processingUp to 50 companies per run
Financial dataAvailable for most active UK companies with filed accounts

πŸ’‘ Tips for best results

  1. Use company numbers β€” More precise than name search, returns exactly one result
  2. Pad short numbers β€” Company numbers should be 8 digits (e.g. 445790 β†’ 00445790)
  3. SC/NI prefixes β€” Scottish and Northern Irish companies use prefixes like SC123456
  4. 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