CoolFace
Datasetpublic

NicheVault/nichevault-uk-restaurants

NicheVault UK Restaurants — Free Sample Dataset 15 active UK companies registered under SIC 56101 — Licensed restaurants — collected from Companies House. This public sample lets you inspect the formatting, provenance and exact 14-column schema used in the paid NicheVault dataset. Dataset contents 15 company records Active on the Companies House register at time of collection. Some records may carry an additional status qualifier, shown in status_detail, such as… See the full description on the dataset page: https://huggingface.co/datasets/NicheVault/nichevault-uk-restaurants.

sourceHugging Faceotherupdated 13d agoView on Hugging Face
0likes39downloads
Dataset Card

NicheVault UK Restaurants — Free Sample Dataset

15 active UK companies registered under SIC 56101 — Licensed restaurants — collected from Companies House.

This public sample lets you inspect the formatting, provenance and exact 14-column schema used in the paid NicheVault dataset.

Dataset contents

  • —15 company records
  • —Active on the Companies House register at time of collection. Some records may carry an additional status qualifier, shown in status_detail, such as active-proposal-to-strike-off — This means a strike-off process has been proposed while the company remains listed as active; users should inspect the linked Companies House record for the current position.
  • —14-column CSV
  • —Direct Companies House source URL for every record
  • —Collection date included

Schema

FieldDescription
business_nameRegistered company name
company_numberOfficial Companies House registration number
sic_codeStandard Industrial Classification code
postcodeRegistered-office postcode
townRegistered-office town/locality when supplied
countyRegistered-office county/region when supplied
address_line_1Registered-office address line 1
address_line_2Registered-office address line 2 when supplied
incorporation_dateDate the company was incorporated
company_typeLegal company type
company_statusCompanies House status at time of collection
status_detailAdditional Companies House status qualifier when supplied
source_urlDirect link to the official Companies House record
pulled_onDate the record was collected from Companies House

status_detail is retained for schema consistency and may be blank when Companies House supplies no additional status information.

Methodology

Records were selected from Companies House using SIC 56101 and filtered for active company status at the time of collection. Companies with liquidation, administration, dissolution, or receivership indicators were excluded. The sample is spread alphabetically across the full dataset.

Important limitations

  • —Companies House registration does not establish any professional regulator authorization.
  • —SIC classification does not guarantee that the company currently operates in the named sector.
  • —Registered offices may differ from trading locations.
  • —Status and address information can change after collection.
  • —No emails, phone numbers, websites, directors, or named contacts are included.
  • —status_detail may be blank where no additional status was supplied.

Commercial use

Contains public sector information licensed under the Open Government Licence v3.0.

This dataset is free to use for commercial purposes, research, and analysis.

Who it's for

This data supports hospitality-sector research, supplier outreach, and market mapping. Typical users include food-service suppliers, POS vendors, recruitment firms, and hospitality consultants.

Load with Python

python
from datasets import load_dataset

dataset = load_dataset(
    "NicheVault/nichevault-uk-restaurants",
    split="train",
)
df = dataset.to_pandas()
print(df.head())

Get the full dataset

The paid version contains 100 company records using the same 14-column schema.

👉 [Buy the full UK Restaurants dataset on Gumroad — $15](https://flevin4.gumroad.com/l/mfcbkj)


NicheVault — UK company datasets sourced from Companies House. No email addresses, no phone numbers, no websites, no named contacts. Just verified registry data you can inspect yourself.