VOOZH about

URL: https://apify.com/silentflow/uk-companies-house-enricher

⇱ UK Companies House Enricher Β· Apify


Pricing

from $6.00 / 1,000 results

Go to Apify Store

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

2

Bookmarked

13

Total users

1

Monthly active users

3 months 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 =newApifyClient({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

You might also like

UK Companies House Enricher

insulin_junkie/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.

πŸ‘ User avatar

Josh Watterson

1

UK Companies House Search

ryanclinton/uk-companies-house

Search the official UK Companies House registry for company profiles, directors, officers, filing history, and registered addresses.

22

UK Companies House

artificially/uk-companies-house

Search and extract company data from UK Companies House. Get company details, officers, filing history, and more from the official UK government registry.

UK Companies House Extractor

bot-rebellion/uk-companies-house-extractor

Search and extract UK company data from Companies House API profiles officers and filing history

4

Companies House UK Scraper - Low-costπŸ’²πŸ”₯πŸ‡¬πŸ‡§πŸ”Ž

delectable_incubator/companies-house-uk-scraper-low-cost

Scrape UK company data from Companies House πŸ‡¬πŸ‡§πŸ”Ž with a powerful business scraper. Extract company names, company numbers, incorporation dates, registered addresses, and profile URLs from keyword searches. Ideal for lead generation, business intelligence, and UK market research πŸ“ŠπŸš€

UK Companies House Scraper

crawlergang/companies-house-scraper

Scrape UK company data from Companies House - search by company name, get company profiles, registered addresses, SIC codes, accounts, officers, and filing history.

2

5.0

UK Companies House Scraper

crawlerbros/companies-house-scraper

Scrape UK company data from Companies House - search by company name, get company profiles, registered addresses, SIC codes, accounts, officers, and filing history.

Companies House UK Scraper

lexis-solutions/companies-house-uk-scraper

Scrape company info from UK Companies House. Extract company registration number, address, status, incorporation date, URL, and more.

πŸ‘ User avatar

Lexis Solutions

162

4.6

Companies House UK Scraper - Cheap πŸ‡¬πŸ‡§πŸ’πŸ”Ž

scrapestorm/companies-house-uk-scraper---cheap

Looking to collect UK companies from Companies House? πŸ‡¬πŸ‡§ With this scraperπŸ”Ž gather company results from keyword searches including company name, company number, incorporation date, registered address, company URL & more Perfect for business intelligence, lead generation & UK market research πŸ“Š

6