UK Companies House Scraper
Pricing
from $7.00 / 1,000 results
UK Companies House Scraper
Scrape UK company data from Companies House. Get company names, registered addresses, status, type, SIC codes, incorporation dates, officers with roles and appointment dates, and previous names. Search by keyword with detail enrichment.
Pricing
from $7.00 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Actor stats
0
Bookmarked
7
Total users
4
Monthly active users
8 days ago
Last modified
Categories
Share

ποΈ UK Companies House Scraper
π Scrape UK company data from Companies House. Get company names, registered addresses, status, type, SIC codes, incorporation dates, officers with roles and appointment dates, and previous names. Search by name or look up by company number.
π Last updated: 2026-04-23
Collect UK company registration data from Companies House without coding. Search by company name or look up specific companies by their Companies House number. Extract company names, registered addresses, status, type, SIC codes, incorporation dates, and optionally fetch officer details with roles and appointment dates.
Whether you are a compliance analyst verifying UK entities, a sales team building B2B prospect lists, or a legal professional researching corporate structures, this tool delivers structured company data from the UK's official business registry.
| Target | UK Companies House - official UK company register |
|---|---|
| Use Cases | Company verification, B2B lead generation, corporate research, compliance checks, due diligence |
π What it does
- π’ Extracts company names, company numbers, and registered office addresses for every record
- β Collects company status (Active, Dissolved, Liquidation, etc.) and company type (Ltd, PLC, LLP, etc.)
- π Returns incorporation dates for age and history analysis
- π·οΈ Captures SIC codes with descriptions for industry classification and segmentation
- π€ Optionally fetches officer details including names, roles, and appointment dates
- π Provides direct URLs to the official Companies House page for each company
The scraper supports two workflows: name search for discovering companies, and company number lookup for pulling specific entities. Officer enrichment adds director and secretary details for each company.
π‘ Why it matters: The UK Companies House registry contains millions of company records. Manual lookups are limited to one at a time. This scraper automates bulk collection so you can verify registrations, build lead databases, and track corporate structures at scale.
π¬ Full Demo
π§ Coming soon
βοΈ Input
| Field | Type | Description |
|---|---|---|
| Max Items | Number | Free users: Limited to 10 companies. Paid users: up to 1,000,000 |
| Search Query | Text | Search for companies by name (e.g. "Tesla", "Google", "Barclays") |
| Company Numbers | List | Look up specific companies by their Companies House number (e.g. 06770815). Overrides search. |
| Include Officers | Checkbox | Fetch director and officer details for each company. Slower but more data. |
Example 1: Search by company name
{"search": "Google","includeOfficers": true,"maxItems": 50}
Example 2: Look up specific company numbers
{"companyNumbers": ["06770815", "00445790"],"includeOfficers": true}
β οΈ Good to Know: Free users are limited to 10 results per run. Company number lookup overrides name search. Including officers adds an extra request per company, so larger runs take longer.
π Output
π§Ύ Schema
| Emoji | Field | Type | Description |
|---|---|---|---|
| π’ | companyName | String | Official company name |
| π | company_number | String | Companies House number |
| β | company_status | String | Active, Dissolved, Liquidation, etc. |
| π·οΈ | companyType | String | Ltd, PLC, LLP, etc. |
| π | incorporatedOn | String | Incorporation date |
| π | registeredAddress | String | Registered office address |
| π | sicCodes | Array | SIC codes with descriptions |
| π€ | officers | Array | Directors and officers with roles and appointment dates |
| π | url | String | Companies House page URL |
| π | scrapedAt | String | Timestamp when data was collected |
| β οΈ | error | String | Error message if extraction failed |
β¨ Why choose UK Companies House Scraper
| Feature | Details |
|---|---|
| π’ Official UK registry | Data from Companies House, the UK's official business register |
| π Two lookup modes | Search by company name or look up by specific company numbers |
| π€ Officer details | Director and secretary names, roles, and appointment dates |
| π SIC code classification | Industry codes with descriptions for business segmentation |
| β Company status | Active, Dissolved, Liquidation, and other statuses |
| β‘ Fast API extraction | No browser needed - direct API and web scraping for quick results |
| π¦ Multiple exports | Download as JSON, CSV, or Excel |
π Access the UK's official company register with officer details and SIC codes
π How it compares
| Feature | UK Companies House Scraper | Other Tools |
|---|---|---|
| Official UK registry data | Yes | Third-party sources |
| Name search + number lookup | Yes | Usually one mode |
| Officer details with roles | Yes | Rarely |
| SIC codes with descriptions | Yes | Sometimes |
| Company status and type | Yes | Partial |
| Incorporation dates | Yes | Sometimes |
| Registered addresses | Yes | Sometimes |
| Export formats | JSON, CSV, Excel | Varies |
π How to use
- Sign up - Create a free account with $5 credit
- Find the tool - Search for "UK Companies House Scraper" in the Apify Store
- Set your search - Enter a company name or specific company numbers
- Run it - Click "Start" and wait for results
- Export data - Download as JSON, CSV, or Excel, or connect to your CRM
πΌ Business use cases
| π Compliance and KYC Verify company registrations, check active status, and confirm officer details for Know Your Customer due diligence | π Sales and Lead Generation Build B2B prospect lists of UK companies filtered by industry SIC code and company type |
| βοΈ Legal Research Trace corporate structures, identify directors across multiple entities, and track company status changes | π Market Intelligence Analyze company formation trends, industry distribution, and regional business activity across the UK |
π Beyond business use cases
Data like this powers more than commercial workflows. The same structured records support research, education, civic projects, and personal initiatives.
π€ Ask an AI assistant about this scraper
Open a ready-to-send prompt about this ParseForge actor in the AI of your choice:
- π¬ ChatGPT
- π§ Claude
- π Perplexity
- π Copilot
β Frequently Asked Questions
π Automating with code
Node.js example:
import { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: 'YOUR_API_TOKEN' });const run = await client.actor("parseforge/uk-companies-house-scraper").call({search: "Google",includeOfficers: true,maxItems: 50});const { items } = await client.dataset(run.defaultDatasetId).listItems();console.log(items);
Python example:
from apify_client import ApifyClientclient = ApifyClient("YOUR_API_TOKEN")run = client.actor("parseforge/uk-companies-house-scraper").call(run_input={"search": "Google","includeOfficers": True,"maxItems": 50})items = list(client.dataset(run["defaultDatasetId"]).iterate_items())print(items)
See the Apify API docs for more integration options.
π Integrate with your tools
- Make - Automate compliance workflows with company data
- Zapier - Connect with 5,000+ apps
- GitHub - Version control integration
- Slack - Get notifications when runs complete
- Airbyte - Data pipeline integration
- Google Drive - Export directly to spreadsheets
π Recommended Actors
| Actor | Description |
|---|---|
| Wyoming Business Entity Scraper | Scrape US business filings from Wyoming Secretary of State |
| ARES Czech Business Register Scraper | Pull Czech business register data from ARES |
| FINRA BrokerCheck Scraper | Pull broker and firm registration data |
| FDIC Bank Scraper | Collect FDIC bank institution data and financial details |
| NYC Certified Business Scraper | Extract certified business records from NYC |
Browse our complete collection of data extraction tools for more.
π Need Help?
- Check the FAQ section above for common questions
- Visit the Apify documentation for platform guides
- Contact us to request a new scraper, propose a custom project, or report an issue at Tally contact form
Disclaimer: This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Companies House or the UK Government. All trademarks mentioned are the property of their respective owners. Only publicly available data is collected.