UK Fresh Companies + Beneficial Owners (Companies House) avatar

UK Fresh Companies + Beneficial Owners (Companies House)

Pricing

from $5.00 / 1,000 results

Go to Apify Store
UK Fresh Companies + Beneficial Owners (Companies House)

UK Fresh Companies + Beneficial Owners (Companies House)

Daily feed of newly-incorporated UK companies from the official Companies House API, enriched with directors and PSC (beneficial owners). Filter by SIC industry and status. For B2B prospecting, KYB and AML onboarding. Bring your own free API key.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

OpenData Leads

OpenData Leads

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

Share

UK Fresh Companies + Beneficial Owners šŸ‡¬šŸ‡§

Get newly-incorporated UK companies every day, enriched with directors and PSC (beneficial owners) — straight from the official Companies House register.

This Actor turns Companies House advanced search into a clean, deduplicated feed of fresh incorporations, then enriches each company with its officers and its Persons with Significant Control (the beneficial owners UK law requires companies to disclose). Filter by SIC industry and status.

Built for B2B teams selling to new UK businesses, and for KYB/AML onboarding and due-diligence workflows that need ownership data at source.

Bring your own API key (free)

Companies House data is free but key-gated. Get your own key in ~2 minutes:

  1. Sign up at developer.company-information.service.gov.uk.
  2. Register an application and create a Public Data API key.
  3. Paste it into the apiKey input (it's stored securely).

The key is rate-limited to 600 requests / 5 min; this Actor throttles itself to stay within it (each company uses ~1–3 calls depending on enrichment).

Input

FieldDescription
apiKeyYour free Companies House Public Data API key (required).
lastNDaysLook-back window in days (default 7). Use 1–2 for a daily schedule.
incorporatedFromYYYY-MM-DD; overrides the window.
sicCodesSIC industry codes to filter, e.g. 62012 (software), 56101 (restaurants). Empty = all.
companyStatusStatuses to include (default active).
includeOfficersFetch directors / secretaries (default on).
includePscFetch beneficial owners / PSC (default on).
maxResultsMax companies per run (default 100).

Example — new UK software companies this week

{
"apiKey": "YOUR_KEY",
"lastNDays": 7,
"sicCodes": ["62012", "62020"],
"maxResults": 200
}

Output

One row per company (flat JSON / CSV / Excel):

{
"company_number": "12345678",
"company_name": "EXAMPLE LTD",
"company_status": "active",
"company_type": "ltd",
"date_of_creation": "2026-07-01",
"registered_office_address": "…",
"sic_codes": ["62012"],
"officers": [{ "name": "…", "role": "director", "appointed_on": "…", "nationality": "…", "birth": "1990-04" }],
"psc": [{ "name": "…", "kind": "individual-person-with-significant-control", "natures_of_control": ["ownership-of-shares-75-to-100-percent"], "notified_on": "…" }]
}

Scheduling a daily feed

Schedule daily with lastNDays: 2 (small overlap absorbs registration lag; rows are deduplicated by company number within each run). Push straight to your CRM, a Google Sheet, a webhook, or a KYB pipeline.

Data source & legality

  • Companies House Public Data API — official free UK government API. The PSC (beneficial ownership) register is fully public by law. You use your own API key; no scraping.

This is an informational feed, not a KYB/AML certification.