Entylink
Company search API UK

Search UK companies by name or number with a developer-first API

Use Entylink to search the UK company registry by company name or number, resolve entities into structured records, and route users into downstream verification or monitoring flows.

company search api ukuk company search apiuk business search apicompanies house search api
Key metrics
Query mode
Name or number
Resolve entities programmatically
Dataset
UK registry
Companies House-sourced records
Outcome
Search to verify
Turn results into workflows
Who this is for

Built for engineering and operational teams

Developers embedding company search into productsProduct teams replacing manual registry lookupsOperations teams that need a fast company resolution step before verification
Autocomplete a business during signup or onboarding
Resolve a Companies House number before deeper KYB checks
Route selected companies into filings, officers, or monitoring flows
What you get

What the API gives you

01

Search by name or Companies House number

The search endpoint returns a paginated list of matching companies with company name, number, and status. Resolve entities programmatically inside forms, dashboards, and onboarding flows without manual registry lookups.

02

A bridge into the full registry workflow

Search is the first step, not the last. Once you have the company number, chain into the company record, officers, PSCs, filings, and monitoring using the same API key and response format.

03

Pagination and filtering built in

Pass `items_per_page` to control result set size and use `start_index` to paginate. Filter by active status on the client to exclude dissolved or struck-off companies before routing users forward.

Implementation

A working example in minutes

Real endpoints, real request shapes — copy into your project and be live in minutes.

HTTPGET /v1/search?q=...
API example
GET /v1/search?q=revolut&items_per_page=10
Authorization: Bearer etl_live_...

{
  "data": {
    "items": [
      {
        "company_number": "08804411",
        "company_name": "REVOLUT LTD",
        "company_status": "active"
      }
    ]
  }
}
Search should be treated as the first step in a product workflow, not the final answer.
Why teams switch

Why teams choose Entylink

01

They need a search endpoint that drops naturally into an onboarding UI.

02

They want the rest of the registry workflow available after the search step.

03

They want self-serve access instead of waiting for vendor onboarding.

FAQ

Frequently asked questions

Is this page for entity search or verification?

Both, but the search intent is primary. The page is designed to capture teams that first need to resolve a company by name or number and then continue into structured verification work.

Can search results lead into monitoring?

Yes. The ideal UX is to search, select the right entity, inspect the company record, and optionally create ongoing monitoring from the same operational flow.

How many results does the search endpoint return?

By default 20 results per page. Pass `items_per_page` to return more results in a single call, and use `start_index` to paginate through larger result sets.

Get started

UK business verification.
Without the build time.

Self-serve access. Public pricing. Make your first API call in minutes.