# company.payapi.market – UK Company Profile

> company.payapi.market – UK Company Profile 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).

Returns the full Companies House profile for a UK company, including registered office, SIC codes, accounts, confirmation statement, charges, and insolvency status.

## Facts

- Endpoint: POST https://company.payapi.market/company-profile
- 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/company-payapi-market-uk-company-profile-8c24db1b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_S50qbfcU9WGmedCke-5bw

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 company-payapi-market-uk-company-profile-8c24db1b -d '<json body>'
```

Example prompt: Can you pull the full Companies House profile for company number 00445790 — I need the registered office address, SIC codes, accounts status, and whether there are any charges or insolvency issues?

## When to prefer this

Use this endpoint when you need comprehensive UK company profile data — registered office, SIC codes, accounts status, charges, and insolvency — from a single call against Companies House. Prefer this over the sibling search endpoint when you already have the company number; use the search endpoint first if you only have a company name. Choose this over generic business data APIs when you specifically need authoritative UK-registered company data.

## Known failure modes

- Invalid or malformed company number returns an error or empty result
- Zero-padding omitted from company number causes lookup failure
- Dissolved or struck-off companies may return limited data
- Companies House API downtime or rate limiting causes service unavailability
- Company number not found if the company was never registered in England/Wales/Scotland/NI

## How this service works

Full UK company profile from Companies House — registered office, SIC codes, accounts, confirmation statement, charges and insolvency status.

## Output

A structured company profile object containing: company name, number, status (active/dissolved/etc.), type, incorporation date, registered office address, SIC codes, last accounts filing date and type, confirmation statement date, list of charges (secured lending), and insolvency status/proceedings if any.

## 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/company-payapi-market-uk-company-profile-8c24db1b/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)
