DEV Community

Cover image for I built a CLI that finds businesses losing $10k/month (and helps you close them)
Diego Fernando
Diego Fernando

Posted on

I built a CLI that finds businesses losing $10k/month (and helps you close them)

I got tired of cold outreach. Low reply rates, no context, wrong timing.

So I built LeadStrike, a Node.js CLI that detects businesses with strong Google reputations but zero digital presence. The gap between those two things is the opportunity.

A dentist with 250 reviews, 4.9 stars, and no website is losing patients every day. They just do not know it. That is the easiest sales conversation you will ever have.

How it works:

LeadStrike pulls from Google Places API and scores each business based on the difference between reputation and visibility. The bigger the gap, the hotter the lead.

Setup is three commands:

npm install
cp .env.example .env
npm start

Covers 17 countries and 65+ niches. MIT license.

GitHub: https://github.com/diegosantdev/LeadStrike

Would love feedback on the scoring weights and what other signals would make a lead more actionable.

Top comments (0)