# UKIntel Company Profile Lookup

> UKIntel Company Profile Lookup is a paid API for AI agents from api.ukintel.uk, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns structured JSON profile of a UK company including status, incorporation date, company type, SIC codes, registered office, accounts/confirmation-statement due dates with overdue flags, and officer counts — sourced live from Companies House.

## Facts

- Endpoint: GET https://api.ukintel.uk/v1/company/:number
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ukintel-company-profile-lookup-119a7f66
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MXGJZdQQAPnkzLBJ4r93B

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 ukintel-company-profile-lookup-119a7f66
```

Example prompt: Can you pull up the full Companies House profile for UK company number 12345678 — I need its status, incorporation date, SIC codes, registered office, whether its accounts are overdue, and how many officers it has?

## When to prefer this

Use this endpoint when you need a single, clean, structured JSON profile of a UK company by company number, particularly when you need compliance-relevant fields like accounts overdue status, confirmation statement deadlines, and officer counts. Prefer this over scraping Companies House directly or using broader UK company intelligence endpoints when you need a focused, fast, pay-per-call lookup.

## Known failure modes

- Invalid or non-existent company number returns a 404 or error response
- Companies House API downtime may cause live data fetch failures
- Dissolved or struck-off companies may return limited data
- Malformed company number format (e.g. missing leading zeros) may fail to resolve

## How this service works

One UK company as clean structured JSON: status, incorporation date, company type, SIC codes, registered office, accounts and confirmation-statement due dates with overdue booleans, and officer counts. Sourced live from Companies House.

## Output

A clean JSON object containing: company status (e.g. active/dissolved), incorporation date, company type, SIC codes array, registered office address, accounts next due date and overdue boolean, confirmation statement next due date and overdue boolean, and total officer count — all sourced live from Companies House.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ukintel-company-profile-lookup-119a7f66/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.ukintel.uk](https://www.zero.xyz/host/api.ukintel.uk/llms.txt)
