UnifyAPI
← Back to catalog

ukcompany.search

mock data$0.001 / call

Search UK Companies

Search the UK Companies House registry by name — returns company number, name, type (plc/ltd), status (active/dissolved), incorporation date, registered address. Covers all companies registered under the Companies Act (Companies House UK Gov)

Government & Legalprovider: Ukcompany#ukcompany#government

Input schema

limit

Max results (default 10, max 100)

integer
queryrequired

Company name to search (e.g. "Barclays", "Tesco", "ARM Holdings")

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/ukcompany.search \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"limit":0,"query":"<query>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.