Query 5M+ UK companies, directors, PSCs and filings in one clean, typed REST API. Start in 60 seconds — no sales call, no annual contract.
$
Built by engineers who got tired of enterprise KYB sales calls.
Incumbents charge £500–£1,000/mo minimum. Our entry tier is $29. Enterprise pricing is public.
Aggressive Redis caching on every endpoint. Companies House itself takes 200–800ms. We serve in 12ms.
TypeScript + Python SDKs. Webhooks for company changes. REST + OpenAPI spec. Nothing you haven't already loved in Stripe.
Every number below hits our live cache + Companies House. No API key needed for this demo — rate-limited to 10 req/min by IP.
// Response will appear here
Works with everything. SDKs for Node and Python, plus raw REST.
import { Entylink } from "@entylink/sdk";
const etl = new Entylink({ apiKey: process.env.ETL_KEY });
const company = await etl.companies.get("00006400");
console.log(company.data.company_name);
// → "SHELL PLC"
const officers = await etl.companies.officers("00006400");
const psc = await etl.companies.psc("00006400");No sales team. No quotes. No "contact us" tier.