# UK Company Officers Lookup

> UK Company Officers Lookup is a paid API for AI agents from company.payapi.market, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Retrieves active and resigned officers and directors of a UK company from Companies House, including names, roles, appointment dates, nationality, and occupation.

## Facts

- Endpoint: POST https://company.payapi.market/officers
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/uk-company-officers-lookup-917bf89b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_t08OB897UnL-_fsaimZAn

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability uk-company-officers-lookup-917bf89b -d '<json body>'
```

Example prompt: Can you pull up all the current and resigned directors and officers for UK company number 00445790 — I need their names, roles, appointment dates, nationalities, and occupations from Companies House?

## When to prefer this

Use this endpoint when you need structured officer/director data for a specific UK company by its Companies House registration number. It is purpose-built for UK corporate governance data sourced directly from Companies House. Prefer this over general web scraping when you need structured, authoritative data including appointment dates, nationalities, and occupations, especially for due diligence, compliance, or KYC workflows.

## Known failure modes

- Invalid or malformed company number returns an error or empty result
- Company number not found in Companies House returns no data
- Zero-padding omitted from company number may cause lookup failure
- Rate limiting or payment failure (x402) if USDC balance is insufficient
- Company with no registered officers returns empty list

## How this service works

Active and resigned officers/directors of a UK company from Companies House — names, roles, appointment dates, nationality, occupation.

## Output

A list of officers (current and resigned) associated with the UK company, each containing the officer's name, role/designation (e.g. Director, Secretary), appointment date, resignation date (if applicable), nationality, and occupation as held on record at Companies House.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "company_number": {
   "type": "string",
   "description": "Companies House registration number (zero-padded, e.g. '00445790')."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/uk-company-officers-lookup-917bf89b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from company.payapi.market](https://www.zero.xyz/host/company.payapi.market/llms.txt)
