UK New Company Leads - Companies House Daily avatar

UK New Company Leads - Companies House Daily

Pricing

$0.30 / 1,000 per company returneds

Go to Apify Store
UK New Company Leads - Companies House Daily

UK New Company Leads - Companies House Daily

From $0.30 per 1,000 companies, no start fee. Every UK company incorporated in your date window: name, number, SIC codes, type, registered office address and postcode. Filter by SIC code, type, status and location. Official Companies House data, no API key. ~3,400 new companies every working day.

Pricing

$0.30 / 1,000 per company returneds

Rating

0.0

(0)

Developer

Scrapers Delight

Scrapers Delight

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

19 hours ago

Last modified

Share

UK New Company Leads — Companies House Daily Incorporations

Every company registered at Companies House in your date window: name, company number, SIC codes, company type, registered office address and postcode — filtered by industry, type, status or location.

About 3,400 new UK companies are incorporated every working day. This is the list, the day it happens.

Official Companies House data. No API key. No account.


What one row looks like

A real row from the verified run:

{
"companyName": "LIL QUANTUM IDENTITY SYSTEMS LTD",
"companyNumber": "17429170",
"companyStatus": "active",
"companyType": "ltd",
"companySubtype": null,
"incorporationDate": "2026-09-01",
"registeredDate": "2026-09-01",
"sicCodes": ["62012"],
"sicCodeCount": 1,
"registeredOfficeAddress": "45 Atlas Close West Malling England ME19 4PS",
"postcode": "ME19 4PS",
"companyUrl": "https://find-and-update.company-information.service.gov.uk/company/17429170"
}
fieldwhat it is
companyNameFull registered name — including names that contain a comma (see below)
companyNumberThe Companies House number, the stable key for any enrichment
sicCodesA real array of SIC codes, not a mangled string. sicCodeCount alongside it
registeredOfficeAddressThe full registered office, intact
postcodeExtracted from the address — present on 100% of rows in the verified run
companyType · companySubtypeltd, llp, plc, community-interest-company, …
incorporationDateThe date that makes this a new company
companyUrlStraight to its Companies House record

Who buys a list of brand-new companies

A company incorporated this week needs a bank account, an accountant, insurance, a domain, a website, software and an office. Filter by sicCodes to get only the industries you sell to, and by registeredOfficeAddress to get only your patch.

Why this is one request per day

Companies House caps any results download at 5,000 rows — and gives no signal when it has truncated. Asking for a whole week in one query returns exactly 5,000 rows and looks like a complete answer.

So this Actor always slices one request per day. Measured on the verified run: 1–3 September returned 8,979 companies (3,466 + 2,987 + 2,526). The same window as a single query would have returned 5,000 — silently missing 3,979 companies.

If a single day ever does hit the 5,000 cap, that day is listed under truncatedDays in the run summary with a note telling you to narrow it by SIC code, type or location. It is never hidden.

The CSV the source serves is malformed — this handles it

Companies House serves this data as CSV with three unquoted variable-width fields. Measured on one real day of 3,466 companies:

  • 35% of rows are wider than the 11-column header, because nature_of_business is rendered as a bare bracketed list — [85590, 85600, 88990, 94990] — which splits across CSV columns
  • 246 rows carry commas inside the registered office address
  • 8 rows have a comma in the company name — "CALEDONIAN WEDDINGS, TOURS & TRANSFERS LTD"

Read naively, a third of every lead list gets a SIC-code fragment where the address should be, and the comma-named companies end up with half their name filed as the company number. Neither throws an error; both just produce a list that looks fine and is wrong.

This Actor anchors on the company number and reassembles all three fields, and every release is checked against a captured real day before it ships.

Pricing

Pay per event: $0.0003 per company returned, and no run-start fee.

  • One day of UK incorporations (~3,400 companies): about $1.00
  • A full month (~70,000 companies): about $21
  • Filtered to one industry, a month is usually a few hundred rows — cents

Companies excluded by your filters are never delivered and never charged, and a run that finds nothing costs nothing.

Source

Data comes from the Companies House advanced search on find-and-update.company-information.service.gov.uk, the public service anyone can use in a browser, and is Crown copyright published under the Open Government Licence. This Actor reads the same public results the website shows. Company registration data is public by statute; how you use it for outreach is still your responsibility under UK GDPR and PECR.