Uk Companies House Scraper
Pricing
from $0.80 / 1,000 results
Uk Companies House Scraper
Search and extract UK company data from the official Companies House registry. Filter by name, industry (SIC), location, status and date. Returns address, accounts deadlines, charges, officers and beneficial owners. No API key needed.
Pricing
from $0.80 / 1,000 results
Rating
0.0
(0)
Developer
Francesco Ayrton Davoli
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Share
Search and extract data on any UK company from the official Companies House registry — the only authoritative source for all 5 million+ registered UK businesses. No setup required, no API key needed.
What you get
Every record includes:
| Field | Description | Example |
|---|---|---|
company_number | Unique CH identifier | 14845699 |
company_name | Registered company name | PRIMUS TECH SERVICES LIMITED |
company_status | active / dissolved / liquidation / ... | active |
company_type | ltd / plc / llp / ... | ltd |
date_of_creation | Incorporation date | 2023-05-04 |
address_line_1 | Registered office | 30 Friern Park |
address_locality | City / town | London |
address_postal_code | Postcode | N12 9DA |
address_country | Country | England |
sic_codes | Industry codes | ["62012","62020"] |
sic_descriptions | Industry names | ["Software development","IT consultancy"] |
accounts_next_due | Next accounts filing deadline | 2025-12-31 |
accounts_last_made_up_to | Last accounts period end | 2024-03-31 |
confirmation_next_due | Next confirmation statement due | 2026-03-28 |
has_charges | Has registered charges / mortgages | false |
has_insolvency_history | Has insolvency history | false |
ch_url | Direct link to Companies House record | https://find-and-update... |
officers | Active directors (optional) | [{name, role, appointed_on, ...}] |
persons_with_significant_control | Beneficial owners (optional) | [{name, natures_of_control, ...}] |
Input
| Parameter | Description | Default |
|---|---|---|
query | Company name search | — |
companyStatus | active / dissolved / liquidation / ... | active |
companyType | ltd / plc / llp / ... | all |
sicCode | Industry filter (SIC 2007 code) | — |
location | City or town | — |
incorporatedFrom | YYYY-MM-DD | — |
incorporatedTo | YYYY-MM-DD | — |
includeOfficers | Fetch active directors | false |
includePsc | Fetch beneficial owners (PSC) | false |
maxResults | Max companies to return | 100 |
Examples
Active IT companies in London:
{"sicCode": "62020","location": "London","companyStatus": "active","maxResults": 500}
New Ltd companies in any sector, 2024:
{"companyType": "ltd","incorporatedFrom": "2024-01-01","incorporatedTo": "2024-12-31","maxResults": 1000}
KYC / due diligence on a specific company:
{"query": "Barclays","includeOfficers": true,"includePsc": true,"maxResults": 5}
Common SIC codes
| Code | Industry |
|---|---|
41100 | Property development |
62012 | Software development |
62020 | IT consultancy |
69201 | Accounting |
70229 | Management consulting |
71121 | Civil engineering consultancy |
73110 | Advertising agencies |
78100 | Employment agencies |
86210 | General medical practice |
56101 | Licensed restaurants |
47910 | Online retail |
Use cases
- B2B lead generation — find active companies in your target sector and city
- KYC / due diligence — verify company status, directors and beneficial owners
- Compliance monitoring — flag companies with insolvency history or charges
- Market research — track incorporation trends in a sector or region
- Competitor intelligence — monitor new entrants in your market
- CRM enrichment — add official CH data to existing company records
Data source
Data comes directly from the Companies House Public Data API, the UK government's official business registry. All data is public, real-time and updated continuously by Companies House.