Learn how to capture municipal records automatically to pitch services to new physical businesses first.

New businesses are the best prospects for a wide range of services — accountants, IT providers, insurance brokers, signage companies, commercial cleaners, office furniture suppliers. They need everything at once, they have not yet built the supplier relationships that create inertia, and the person making decisions is often the founder, who is also the person who can say yes. The problem is finding them before your competitors do. Most businesses wait for new companies to appear in Google searches or on social media. By then, the relationship window has already narrowed considerably. For $1, this article shows you how to monitor public corporate registries automatically and reach new businesses before they have even hung their sign.

Every country with a formal company registration system publishes that data — often with a delay, but published nonetheless. In the US, state-level Secretary of State databases are public. In the UK, Companies House publishes new registrations daily. Australia, Canada, New Zealand, and most EU member states have equivalent public registries. Most of these publish data via an API or a downloadable file format that can be monitored automatically.

Finding Your Registry

Start with the registry for your target geography. If you serve a single city or region, focus on the state or country-level registry filtered by the relevant postcode or county. If you serve nationally, monitor the full feed.

Search for '[your country] company registry API' or '[your country] business registration data download.' The UK Companies House API is free and well-documented. The US has no single federal business registry, but state-level options are available — Delaware, California, and Texas all publish new registrations. Many states charge a fee for bulk data access but offer a free search interface with an API.

What you want from the registry: company name, registered address, date of incorporation, and ideally the nature of the business (SIC code). The address tells you geography. The SIC code tells you industry. The date tells you how fresh the lead is.

Setting Up the Monitor

If the registry offers an API, set up a daily API call using a free automation tool — Zapier, Make, or a Python script scheduled via cron. Filter results to your target geography and any industry filters relevant to your service.

If the registry provides downloadable data (CSV or XML), automate the download and comparison. The script downloads today's file, compares it against yesterday's, and outputs only the new entries. This requires a few lines of Python but no advanced programming skill — the logic is simply 'find rows in File A that are not in File B.'

Set the results to feed into a spreadsheet that grows daily. Each row: company name, address, registration date, SIC code, and two empty columns — 'contact found' and 'outreach sent.' This becomes your live prospect list.

The Outreach Sequence

New company registrations do not come with email addresses. Your next step is to find the contact. Search the company name in LinkedIn to locate the founder. Check the company's registered website domain (many new companies register a domain at the same time as the company). Use a tool like Hunter.io to find the email address associated with that domain.

Your outreach window is the first 30 days after registration. Before 30 days, the business is often still in setup mode — they need things, but they are not yet overwhelmed by supplier pitches. After 90 days, they have made most of their initial supplier decisions.

Keep your first email short. You know when they registered. You know roughly what they do. Open with a specific observation: 'I saw that [Company Name] was registered last week — congratulations on the launch.' Then one sentence about who you are, one sentence about the specific problem you solve for businesses in their sector, and a single clear ask — a 20-minute call to see if there's a fit. No attachments. No case studies. No pricing. First contact is about getting a conversation, not closing a deal.

Scaling the System

Once the monitoring and outreach sequence are running, the marginal cost of each new lead approaches zero. The registry feeds data daily. Your comparison script takes seconds to run. The prospect list grows automatically.

Add a column to your spreadsheet for outcome tracking — did you reach them, did they respond, did they convert. After three months, you will have enough data to see which SIC codes and which geographies produce the best conversion rates. Narrow your filter accordingly.

This is not a high-volume lead generation system. It is a precision system — a small number of well-timed, well-targeted contacts with businesses that actually need what you offer. That combination produces conversion rates that paid advertising cannot match.

Staying Compliant

Public registry data is legally available to use for business purposes in most jurisdictions — the data is published precisely because it is intended to be accessible. However, your outreach to new registrations must comply with applicable email marketing and unsolicited communication laws.

In most countries, a single, personalised outreach email to a business founder is not considered spam if it is relevant to their business activity. A mass email to hundreds of new registrations is a different matter. Keep your outreach volume manageable — ten to twenty personally written emails per week — and ensure that your message is genuinely relevant to the recipient's sector and circumstance.

If your target market includes the EU, ensure your outreach complies with GDPR's legitimate interest provisions for B2B prospecting. The key requirement is that the communication is relevant to the recipient's professional role and proportionate in its scope.

Final Thought

The businesses you reach in the first 30 days of their operation are the businesses most likely to need what you offer and least likely to be committed to an existing supplier. This system puts you in front of them at the right moment. The precision matters more than the volume.

Keep Reading