UK Company Data — Directors, Owners & Firmographics avatar

UK Company Data — Directors, Owners & Firmographics

Pricing

from $4.00 / 1,000 results

Go to Apify Store
UK Company Data — Directors, Owners & Firmographics

UK Company Data — Directors, Owners & Firmographics

Look up any UK company and get directors, persons with significant control (beneficial owners), and firmographics. 5M+ companies from the official Companies House API.

Pricing

from $4.00 / 1,000 results

Rating

0.0

(0)

Developer

Berkan Kaplan

Berkan Kaplan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 hours ago

Last modified

Categories

Share

UK Company Data — Companies House officers, PSC & SIC

UK Company Data — Directors, Owners & Firmographics

Apify

Look up any UK company and get directors, beneficial owners (PSC), and full firmographics from the official Companies House API. 5M+ companies, zero browser overhead.

  • Directors & Secretaries — names, roles, appointment dates, nationality
  • Persons with Significant Control — beneficial owners with control percentages
  • Company Profile — status, SIC codes, incorporation date, address

Part of the foXLabs B2B Intelligence Suite.

Quick Start

{
"companyNumbers": ["02050399"],
"companyNames": ["Tesco", "BP"]
}

Input

ParameterTypeDefaultDescription
companyNumbersarray8-digit UK company number. Exact match.
companyNamesarrayCompany name — best-effort search via Companies House.
api_keystring(built-in)Companies House API key. Default provided.
maxResultsinteger100Max records.
maxConcurrencyinteger3Keep low — 600 req / 5 min rate limit.

Output

{
"company_name": "TESCO PLC",
"company_number": "02050399",
"company_status": "active",
"incorporation_date": "1994-05-09",
"sic_codes": ["47110"],
"officers": [
{ "name": "SMITH, John", "role": "director", "appointed_on": "2020-01-15", "nationality": "British" }
],
"officers_count": 13,
"persons_with_significant_control": [
{ "name": "Mr Maxwell Moody", "natures_of_control": "Owns 75-100% of shares", "notified_on": "2016-04-06" }
],
"psc_count": 1,
"matched": true,
"source": "UK Companies House"
}

Use Cases

  • KYC & Due Diligence — Verify UK companies and identify beneficial owners
  • Supply Chain — Map UK supplier corporate structures
  • Compliance — UK Economic Crime Act / PSC register checks

Powered By

  • Companies House — UK official company registry
  • got-scraping — Plain HTTP, zero browser
  • Apify SDK — Serverless deployment

Changelog

v0.1 — 2026-06-22

  • Initial release: Companies House company profile + officers + PSC
  • 5M+ UK companies
  • Name search & company number lookup
  • Built-in default API key

Built by foXLabs