{"company_number":"00445790","company_name":"TESCO PLC","company_status":"active","company_type":"plc","incorporated_on":"1947-11-27","jurisdiction":"england-wales","registered_address":{"line1":"Tesco House, Shire Park","line2":"Kestrel Way","locality":"Welwyn Garden City","region":null,"postcode":"AL7 1GA","country":"United Kingdom","care_of":null,"po_box":null},"sic_codes":["47110"],"has_been_liquidated":false,"has_insolvency_history":false,"has_charges":false,"registered_office_is_in_dispute":false,"accounts":{"next_due":"2026-08-26","last_made_up_to":"2025-02-26","account_type":"group","overdue":false},"confirmation_statement":{"next_due":"2026-07-02","overdue":false},"active_officers":[{"name":"TAYLOR, Christopher Jon","role":"secretary","appointed":"2025-04-14","nationality":null},{"name":"BETHELL, Melissa","role":"director","appointed":"2018-09-24","nationality":"British"},{"name":"BODSON, Bertrand Jean Francois","role":"director","appointed":"2021-06-01","nationality":"Belgian"},{"name":"FAIRBAIRN, Carolyn Julie","role":"director","appointed":"2023-09-01","nationality":"British"},{"name":"GILLILAND, Stewart Charles","role":"director","appointed":"2018-03-05","nationality":"British"},{"name":"KENNEDY, Christopher John","role":"director","appointed":"2025-02-20","nationality":"British"},{"name":"MURPHY, Gerard Martin","role":"director","appointed":"2023-09-01","nationality":"British,Irish"},{"name":"MURPHY, Ken","role":"director","appointed":"2020-10-01","nationality":"Irish"},{"name":"NAWAZ, Imran","role":"director","appointed":"2021-05-01","nationality":"Luxembourger"},{"name":"SILVER, Caroline Louise","role":"director","appointed":"2022-10-01","nationality":"British"}],"total_officers":74,"recent_filings":[{"type":"SH06","date":"2026-06-10","description":"Cancellation of shares","category":"capital"},{"type":"SH06","date":"2026-06-10","description":"Cancellation of shares","category":"capital"},{"type":"SH06","date":"2026-06-10","description":"Cancellation of shares","category":"capital"},{"type":"SH06","date":"2026-06-10","description":"Cancellation of shares","category":"capital"},{"type":"SH06","date":"2026-06-10","description":"Cancellation of shares","category":"capital"}]}
curl --location --request POST 'https://zylalabs.com/api/12907/companies+house+enrichment+api/25702/enrich+company' --header 'Authorization: Bearer YOUR_API_KEY'
--data-raw '{
"company_number": "00445790",
"include_pscs": false
}'
{"query":"tesco","total_results":356,"returned":5,"results":[{"company_number":"00445790","company_name":"TESCO PLC","company_status":"active","company_type":"plc","incorporated_on":"1947-11-27","address_snippet":"Tesco House, Shire Park, Kestrel Way, Welwyn Garden City, United Kingdom, AL7 1GA","registered_address":{"line1":"Kestrel Way","locality":"Welwyn Garden City","postcode":"AL7 1GA"}},{"company_number":"09384423","company_name":"KFORD TYRES (GORNAL) LTD","company_status":"active","company_type":"ltd","incorporated_on":"2015-01-12","address_snippet":"2 Dawley Brook Road, Kingswinford, England, DY6 7BD","registered_address":{"line1":"Dawley Brook Road","locality":"Kingswinford","postcode":"DY6 7BD"}},{"company_number":"15680114","company_name":"15680114 LTD","company_status":"dissolved","company_type":"ltd","incorporated_on":"2024-04-25","address_snippet":"Unity Building, 20 Chapel Street, Liverpool, England, L3 9AG","registered_address":{"line1":"20 Chapel Street","locality":"Liverpool","postcode":"L3 9AG"}},{"company_number":"05888957","company_name":"TESCO AQUA (FINCO2) LIMITED","company_status":"dissolved","company_type":"ltd","incorporated_on":"2006-07-27","address_snippet":"1 More London Place, London, SE1 2AF","registered_address":{"line1":"More London Place","locality":"London","postcode":"SE1 2AF"}},{"company_number":"BR008975","company_name":"TESCO AQUA (1LP) LIMITED","company_status":"closed","company_type":"uk-establishment","incorporated_on":"2006-08-09","address_snippet":"New Tesco House, Cheshunt, Delamare Road, EN8 9SL","registered_address":{"line1":null,"locality":"Cheshunt","postcode":"EN8 9SL"}}]}
curl --location --request GET 'https://zylalabs.com/api/12907/companies+house+enrichment+api/25704/search+companies?q=tesco&limit=5' --header 'Authorization: Bearer YOUR_API_KEY'
注册后,每个开发者都会被分配一个个人 API 访问密钥,这是一个唯一的字母和数字组合,用于访问我们的 API 端点。要使用 公司注册处的丰富化 API 进行身份验证,只需在 Authorization 标头中包含您的 bearer token。
| 标头 | 描述 |
|---|---|
授权
|
必需
应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。
|
无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。
(年度计费可节省 2 个月 🎉)
通过一次 API 调用丰富任何在英国注册的公司。返回公司的简介、注册地址、SIC 代码、风险信号(破产、负担、清算)、账户到期日期、确认声明状态、具有国籍的活跃官员以及最近的文件和简单英文描述。可选择性地包括控制权重大的人(PSC)。
英国公司注册处的官方 REST API — 非提取,自第三方无来源。始终准确且根据 GDPR 安全。
POST /api/enrich — 通过公司编号进行完全丰富,支持 include_pscs: true
GET /api/search?q=NAME&limit=5 — 按名称搜索公司,最多 20 个结果
GET /api/health — 服务状态和凭证状态
尽职调查 KYC 销售情报 法律研究 合规工具 AI 代理管道
POST /api/enrich 端点返回全面的公司资料,包括注册地址 SIC 代码 风险标记 账户状态 活跃高级职员 和最近的备案 GET /api/search 端点提供基本的公司细节,如公司编号 名称 状态 类型 成立日期 和注册地址 GET /api/health 端点返回 API 的操作状态 和可用端点
POST /api/enrich 响应中的关键字段包括公司编号 公司名称 公司状态 注册地址 SIC 代码 风险标志 账户 确认状态 和 活动高级职员 GET /api/search 响应中的关键字段包括公司编号 公司名称 公司状态 公司类型 成立日期 和 地址摘要
响应数据以JSON格式结构化 对于POST /api/enrich端点 数据组织成嵌套对象如registered_address和active_officers 这使得访问详细信息变得容易 响应GET /api/search包含一个结果数组 每个结果都包含公司基本细节 这使得分析多个条目变得简单
POST /api/enrich 端点提供详细的公司概况,包括风险指标和高管信息 GET /api/search 端点允许用户通过名称查找公司,返回最多20家公司的基本信息 GET /api/health 端点提供有关API的运行状态和可用端点的信息
用户可以通过在 POST /api/enrich 端点中包含可选参数 include_pscs: true 来定制请求,以检索有关具有重大控制权的个人(PSCs)信息 对于 GET /api/search 端点,用户可以指定查询参数 'q' 以按名称搜索公司并限制返回的结果数
数据直接来自于英国公司注册处的官方API,确保准确性和符合GDPR要求。这消除了对数据抓取或第三方来源的需求,提供可靠和最新的注册公司信息
典型的用例包括尽职调查、客户审查(KYC)流程、销售智能、法律研究、合规工具和人工智能代理工作流程。详细的公司简介和风险指标支持在各种商业环境中进行明智决策
如果端点GET /api/search没有返回结果,用户应检查搜索查询以确保其准确性或尝试更宽泛的术语 对于端点POST /api/enrich,如果公司号码无效或未找到,响应将指示这一点,允许用户相应地调整他们的请求