C

CelerAPI · Company Search

by CelerAPI

GETBase

$0.005

per call · USD Coin on Base

Search the live UK Companies House public register by company name to find candidate registered legal entities and Companies House numbers. Use when the exact legal entity or registration number is unknown.

Endpoint

GET https://www.celerapi.com/v1/company/search

12

Calls / 30d

6

Unique payers / 30d

Sep 9

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://www.celerapi.com/v1/company/search", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://www.celerapi.com/v1/company/search?q=Monzo+Bank" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "complete": true,
  "data": [
    {
      "company_number": "09446231",
      "entity_id": "gb:companies-house:09446231",
      "jurisdiction": "GB",
      "legal_name": "MONZO BANK LIMITED"
    }
  ],
  "entity_ids": [
    "gb:companies-house:09446231"
  ],
  "provenance": {
    "freshness": "live",
    "jurisdiction": "GB",
    "registry": "companies_house",
    "retrieved_at": "2026-08-26T00:00:00.000Z",
    "source": "UK Companies House"
  },
  "success": true,
  "warnings": []
}

Payment details

Pay to0x7d9982ac9af31ef16336740edd26c7f5b4127b51
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Data & Enrichment and the homepage with a featured placement.

Get featured →

More from CelerAPI & similar services