$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/search12
Calls / 30d
6
Unique payers / 30d
Sep 9
Last called
exact
Payment scheme
Call this service
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 -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
0x7d9982ac9af31ef16336740edd26c7f5b4127b51USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Data & Enrichment and the homepage with a featured placement.
More from CelerAPI & similar services
Oneshotagent · Verify Email
win.oneshotagent.com
Email deliverability verification
Oneshotagent · Enrich Email
win.oneshotagent.com
Email enrichment and validation
Strale · Email Validate
api.strale.io
Validate an email address: RFC 5322 syntax, MX records, 5,361 disposable domain detection, role-based address detection (35 patterns), free provider detection, and typo suggestion for common providers (gmial.com ? gmail.com). Returns deliverability assess…