Lead Finder

How to find businesses without a website in Sydney

Sydney has more small businesses than any other Australian city and, spread across roughly 650 suburbs from Palm Beach to Campbelltown, a lot of them still have no website. Not an old one. None. They have a Google Business Profile, because a customer or Google itself created it, they have a phone number, and when someone searches "electrician Blacktown" they appear with nothing to click on.

If you build websites, those businesses are your best possible leads. This article is about finding them without spending a weekend clicking through Google Maps.

Why Sydney is good for this

Two reasons. First, size. A single trade in a single suburb often returns 40 to 60 Google listings in Sydney where a regional town gives you eight. The share without a website varies a lot by suburb and trade, but there is always something on the list.

Second, the geography. Sydney is really a dozen cities that happen to share a harbour. A plumber in Penrith does not work in Sutherland, and a designer who says "I build sites for tradies in the west" means something specific to someone in St Marys. That lets you own an area rather than compete with every studio in the country.

Where to look first:

Trades that come up without websites more often than you would expect: plumbers, electricians, tilers, concreters, fencing, rubbish removal, mobile mechanics, dog groomers, and the small independent cafes and barbers that opened in the last two years.

The manual way

You can do this by hand. Open Google Maps, search "plumber Penrith", click each listing, look for the website button. Note the ones that do not have it. Check they have a phone number. Look at the reviews. Write it down.

It works. It also takes about a minute per listing, so an hour gets you through one trade in one suburb, and by Thursday you have forgotten which ones you rang. Fine for your first ten calls. Not fine as a habit.

The API way

Google gives the same data to a script through the Places API. You send it "plumber in Penrith NSW", it sends back up to 60 businesses with the fields you ask for, including whether they have a website. A short script filters to the ones that do not, drops anything that is closed or has no phone, and sorts what is left.

Sorting is where it gets useful. Sixty names is a list. Sixty names ordered by "mobile number, lots of reviews, good rating, no website at all" is a call sheet. The top ten rows are the ten calls most likely to become a job.

The cost is close to nothing. Google gives each account 1,000 free requests a month for the tier that includes the website and phone fields, and a scan of one suburb and one trade is two or three requests. Past that it is around 16 cents a scan. You will run out of mornings to ring people long before you run out of free requests.

If you would rather not set that up yourself, the free tool on this site runs the same search for you. Type a suburb and a trade, see the first ten with no website, and leave an email for the full list and a CSV.

What to do with the list

Ring them. Not email, not a DM. Sydney tradies are on the tools from about 7:30, so ring between 7 and 7:30 or after 4. Have their listing open. Say who you are, say the one thing you noticed ("you have 34 reviews and the three plumbers above you in the search all have websites"), say what it costs and how long it takes, and ask if you can text them a link to one you built. That is the whole call.

Then send one message, only if they said yes. Australia's Spam Act needs consent for commercial email and SMS, a clear sender, and a working opt-out. A yes on the phone is consent. An email address on a Google listing is not a safe substitute. One message, and if there is no reply, that is your answer.

A few Sydney-specific notes

Try it now

The free tool below runs this search live. Start with a suburb you know and a trade you have built for before.

Find plumbers in Penrith with no website

Or type your own suburb on the free tool. The first ten are free, the full list and CSV are yours for an email address, and if you want to run the whole thing yourself on your own Google key with the call script and the scoring rules explained, that is the A$49 guide.