← Back to catalog
ukcompany.search
mock data$0.001 / callSearch 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)
Input schema
limit
integerMax results (default 10, max 100)
queryrequired
stringCompany name to search (e.g. "Barclays", "Tesco", "ARM Holdings")
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>"}'