UK Companies House Scraper
Search UK companies and export full profiles from Companies House: company number, status, type, incorporation date, registered address, SIC codes, officers (directors and secretaries) and persons with significant control. Export to JSON, CSV or Excel.
{ "companyNumber": "00006400", "companyName": "THE GIRLS' DAY SCHOOL TRUST", "status": "Active", "type": "Private limited company use of 'Limited' exemp…", "incorporationDate": "26 June 1872", "registeredAddress": "1st Floor Gateway House Tollgate, Chandler's F…", "sicCodes": [{"code":"85100","description":"Pre-primary …, "accountsNextDue": "31 May 2027", "nextAccountsMadeUpTo": "31 August 2026" }
各実行で、型が揃ったきれいなレコードを返します。CRM・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
実際の 1 レコード例。受け取る形そのままです。
| Company Number | Company Name | Status | Type |
|---|---|---|---|
| 00006400 | THE GIRLS' DAY SCHOOL TRUST | Active | Private limited company use of 'L… |
{ "companyNumber": "00006400", "companyName": "THE GIRLS' DAY SCHOOL TRUST", "status": "Active", "type": "Private limited company use of 'Limited' exemp…", "incorporationDate": "26 June 1872", "registeredAddress": "1st Floor Gateway House Tollgate, Chandler's F…", "sicCodes": [{"code":"85100","description":"Pre-primary …, "accountsNextDue": "31 May 2027", "nextAccountsMadeUpTo": "31 August 2026" }
よくある質問
Do I need an API key?
No. This actor reads the public Companies House register directly, so there is nothing to sign up for.
Which companies are covered?
Every company on the UK register, searchable by name or looked up by number, including active and dissolved companies.
Does it include directors and owners?
Yes. Turn on officers for directors and secretaries, and persons with significant control for beneficial owners, each returned as a structured list on the company record.
Why are some fields empty?
Fields like previous names, filing dates or occupation are only filled when the register publishes them, so they may be empty for some companies. Number, name, status and address are almost always present.