Company House Officer Search API

POST
/company_house_officer_search
LIVE

Searches UK Companies House for officers (directors, secretaries and other officials). Fuzzy name match across all UK companies, with an optional date-of-birth filter (year and month only — Companies House doesn't publish the day). Returns matching officer IDs, addresses, appointment counts and role summaries.

Example Request

POST
request.json
key Auth: BearerAuth
{
  "name": "John Smith",
  "date_of_birth": "1975-06-15",
  "max_results": 50
}

Request Schema

name
Required
string · (≤255 chars)

Officer name to search.

date_of_birth
Optional
date · (YYYY-MM-DD)

Optional DOB filter (YYYY-MM-DD). Day component is accepted but not used. Only year and month match.

max_results
Optional
integer · (1 to 100)

Default 50.

Available Response Data

7 Data Points
01
person

Officer name to search.

02
data_object

title

officer's full name

03
schedule

date_of_birth

YYYY-MM

04
location_on

address and address_snippet

05
tag

appointment_count

current company appointments

06
data_object

description

roles description

07
monitor_heart

records_returned, more_results

indicates additional pages

lock Full API documentation provided after vetting from our compliance team.
By The Numbers

API Data Scale & Coverage tag

Unmatched data depth to power your compliance and verification workflows.

50M+
Phone & Email Records
40M+
Adverse Court Records
2BN+
Australian Universe Records
18M+
Real Estate Records
7M+
Deceased Records
980M+
Social Media & Employment Records
Practical Applications

Technical Use Cases tag

groups

Cross-company officer history

Discover every company a named individual is or has been an officer of. Useful for conflict checks, pattern-of-failure investigations and director screening.

policy

Pre-appointment director due diligence

Search for a proposed UK director's existing appointments and disqualification status before adding them to your board or licensed entity.

Trust & Assurance

Compliance & Security tag

Enterprise-grade infrastructure audited against the standards your regulators require.

verified_user
ISO 27001 Certified
enhanced_encryption
AES-256 Encryption
public
Australian Data Sovereignty
Integration & Support

Common Questions tag

Everything you need to know about implementation details and compliance infrastructure.

rocket_launch Implementation

Why isn't the day used in DOB filtering?

add

Companies House publishes only the month and year of birth for most officers. The day component is accepted in the input for convenience, but the match is performed against year and month only.

Try it Live

API Testing Sandbox tag

Test the Company House Officer Search API directly in your browser with live mock data and see instant results.

rocket_launch Request Sandbox Access

Access to live sandbox environments requires manual approval from our compliance team.

BACK TO TOP