nvNeuralVerge
Corporate registry

Companies House Officers API — UK Director Lookup

Every UK company must register the people responsible for it. This source returns that list from Companies House: names, roles, correspondence addresses and the dates they were appointed, with resignations where they apply.

You send
A UK company number
You get back
The officer list with roles, addresses and appointment dates
Coverage
United Kingdom — entities on Companies House.
Price
5 pts$5 per 1,000
Charged only when the record resolves. A lookup that finds nothing is not billed.
Comparison

Ways to get this data

Three approaches teams use today, and where each one runs into trouble.

ApproachWhat it takesCostTrade-off
Companies House directlyRegister for a key and call the officers endpoint separately from the company profileUsually free, sometimes per-documentA different interface, language and data shape for every country you add
Collecting it yourselfBuild and host a crawler per register, then keep each one aliveInfrastructure and maintenanceRegisters change their pages without warning, and nobody is on the hook when yours breaks
NeuralVergeOne request, the same shape as every other source in the catalog$5 per 1,000, misses not billedCovers United Kingdom — other countries are separate sources with the same request format
Response

What you get back

Every field the response returns.

FieldTypeDescription
officersarrayEvery current and former officer of the company.
officers[].namestringFull name of the officer.
officers[].rolestringDirector, secretary and so on.
officers[].statusstringActive or resigned.
officers[].appointed_onstringDate of appointment.
officers[].resigned_onstringDate of resignation, where it applies.
officers[].date_of_birthstringMonth and year only, as the register publishes it.
officers[].nationalitystringNationality of the officer.
officers[].country_of_residencestringWhere the officer resides.
officers[].occupationstringStated occupation.
officers[].correspondence_addressobjectStreet, locality, region, postal code and country.
One response envelope

Every source answers in the same shape: a session id, a readable human summary, a structured machine object and the points the call consumed. Learn it once and it holds across every source in the catalog.

Integration

How to run it

The same lookup works from the app, the API, or as a tool an agent can call mid-task.

A JSON schema passed as extract_schema_json pins the response shape, which is why one endpoint serves every register in the catalog — only the URL and the schema change. The Get API Code button in the app hands you the complete command with the schema already filled in.

curl -X POST https://api.neuralverge.ai/functions/v1/run-extract \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://find-and-update.company-information.service.gov.uk/company/08804411/officers",
    "instructions": "Extract data from Companies House",
    "settings": {
      "country_code": "us",
      "extract_schema_json": "{ ... }"
    }
  }'
Use cases

What teams use it for

Where this field shows up in an actual workflow.

Know-your-business checks

Identify the natural persons behind a counterparty before you contract with it.

Mapping group structures

Find companies that share directors and draw the network they sit in.

Reaching the actual decision maker

Target by legal role rather than by a job title someone chose for themselves.

Monitoring for change

A sudden run of resignations is a signal worth catching early.

Coverage & limits

Coverage, freshness and limits

What this source covers, how fresh it is, and where it stops.

Coverage

United Kingdom — entities on Companies House.

Freshness

Read at request time, so the answer reflects the register as it stands when you ask.

Handling

Companies House is a public register. Every response carries the source URL it was read from and a session id you can trace.

What it will not do
  • Officers are people and companies as the register holds them — this is not a staff directory.
  • Correspondence addresses are often the registered office rather than a home address, by design.
  • Historical officers appear only where the register still publishes them.
FAQ

Questions, answered

Officers are the people legally responsible for running the company — directors and secretaries. Persons with significant control are the people who own or control it. They overlap often but not always, and the Companies House company source returns both.

Related

Related sources

Try companies house officers on your own data

One request format across every source in the catalog.

Get started