Uk Companies House Scraper avatar

Uk Companies House Scraper

Pricing

from $0.80 / 1,000 results

Go to Apify Store
Uk Companies House Scraper

Uk Companies House Scraper

Search and extract UK company data from the official Companies House registry. Filter by name, industry (SIC), location, status and date. Returns address, accounts deadlines, charges, officers and beneficial owners. No API key needed.

Pricing

from $0.80 / 1,000 results

Rating

0.0

(0)

Developer

Francesco Ayrton Davoli

Francesco Ayrton Davoli

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Search and extract data on any UK company from the official Companies House registry — the only authoritative source for all 5 million+ registered UK businesses. No setup required, no API key needed.


What you get

Every record includes:

FieldDescriptionExample
company_numberUnique CH identifier14845699
company_nameRegistered company namePRIMUS TECH SERVICES LIMITED
company_statusactive / dissolved / liquidation / ...active
company_typeltd / plc / llp / ...ltd
date_of_creationIncorporation date2023-05-04
address_line_1Registered office30 Friern Park
address_localityCity / townLondon
address_postal_codePostcodeN12 9DA
address_countryCountryEngland
sic_codesIndustry codes["62012","62020"]
sic_descriptionsIndustry names["Software development","IT consultancy"]
accounts_next_dueNext accounts filing deadline2025-12-31
accounts_last_made_up_toLast accounts period end2024-03-31
confirmation_next_dueNext confirmation statement due2026-03-28
has_chargesHas registered charges / mortgagesfalse
has_insolvency_historyHas insolvency historyfalse
ch_urlDirect link to Companies House recordhttps://find-and-update...
officersActive directors (optional)[{name, role, appointed_on, ...}]
persons_with_significant_controlBeneficial owners (optional)[{name, natures_of_control, ...}]

Input

ParameterDescriptionDefault
queryCompany name search
companyStatusactive / dissolved / liquidation / ...active
companyTypeltd / plc / llp / ...all
sicCodeIndustry filter (SIC 2007 code)
locationCity or town
incorporatedFromYYYY-MM-DD
incorporatedToYYYY-MM-DD
includeOfficersFetch active directorsfalse
includePscFetch beneficial owners (PSC)false
maxResultsMax companies to return100

Examples

Active IT companies in London:

{
"sicCode": "62020",
"location": "London",
"companyStatus": "active",
"maxResults": 500
}

New Ltd companies in any sector, 2024:

{
"companyType": "ltd",
"incorporatedFrom": "2024-01-01",
"incorporatedTo": "2024-12-31",
"maxResults": 1000
}

KYC / due diligence on a specific company:

{
"query": "Barclays",
"includeOfficers": true,
"includePsc": true,
"maxResults": 5
}

Common SIC codes

CodeIndustry
41100Property development
62012Software development
62020IT consultancy
69201Accounting
70229Management consulting
71121Civil engineering consultancy
73110Advertising agencies
78100Employment agencies
86210General medical practice
56101Licensed restaurants
47910Online retail

Use cases

  • B2B lead generation — find active companies in your target sector and city
  • KYC / due diligence — verify company status, directors and beneficial owners
  • Compliance monitoring — flag companies with insolvency history or charges
  • Market research — track incorporation trends in a sector or region
  • Competitor intelligence — monitor new entrants in your market
  • CRM enrichment — add official CH data to existing company records

Data source

Data comes directly from the Companies House Public Data API, the UK government's official business registry. All data is public, real-time and updated continuously by Companies House.