Sign up for free
Create your account and organization in under a minute. No credit card required.
Manage your Strata Compliance products
Add company lookup to your forms in minutes. Users search by name or number, select a result, and your form fields populate automatically with verified Companies House data.
Create your account and organization in under a minute. No credit card required.
Add a site in the dashboard to receive your unique license key.
Drop our WordPress plugin or JS snippet into your site and configure field mapping.
Stratagem shares schema helpers with the widget and Worker. Here's what the normalized Companies House profile looks like for a real record:
{
"number": "00445790",
"name": "Tesco PLC",
"status": "active",
"type": "plc",
"address_line1": "Tesco House",
"address_line2": "Shire Park",
"locality": "Welwyn Garden City",
"region": "Hertfordshire",
"postal_code": "AL7 1GA",
"country": "England"
}Test with real company numbers. The API returns normalized JSON matching our shared schema.
00445790 — Tesco PLC01026167 — Barclays Bank PLC04706930 — Rolls-Royce Holdings plcInstall via zip upload or WP-CLI. Add the shortcode to any form page.
[companies_house_autofill mapping='{"name":"#company_name"}']View documentation →Include the script and call attach() with your field mapping.
CHAutofill.attach({
containerId: 'company-search',
mapping: { name: '#company_name' }
});View documentation →Server-side library for custom PHP applications.
$client = new CompaniesHouseClient([
'workerUrl' => 'https://chapi.stratacompliance.com',
'siteToken' => 'your-license-key',
]);View documentation →Base URL: https://chapi.stratacompliance.com
| Method | Endpoint | Description |
|---|---|---|
| GET | /search?q={query} | Search companies by name or number |
| GET | /company/{number} | Fetch company profile |
| GET | /company/{number}/officers | List company officers (Pro) |
| GET | /company/{number}/persons-with-significant-control | List PSCs (Pro) |
| GET | /company/{number}/filing-history | Filing history (Pro) |
£0
Get started with company search and autofill.
From £29/mo
White-label, advanced data, and analytics.