Local Lead Gen
by @merjua14
Automated local business lead generation and cold outreach pipeline. Scans businesses by niche and city, scores their websites (SSL, mobile, speed, design),...
clawhub install local-lead-genπ About This Skill
name: local-lead-gen description: Automated local business lead generation and cold outreach pipeline. Scans businesses by niche and city, scores their websites (SSL, mobile, speed, design), identifies bad/outdated sites, enriches with contact info, and sends personalized cold emails pitching services. Use when building lead gen pipelines, prospecting local businesses, finding companies with bad websites, automating cold outreach, or setting up recurring business development workflows.
Local Lead Gen β Automated Business Prospecting & Outreach
Find local businesses with bad websites, score them, and auto-email personalized pitches.
Pipeline Overview
1. Scan β Search businesses by niche + city via Brave Search API 2. Score β Check each site: SSL, mobile-friendly, speed, design age, broken elements (0-100) 3. Filter β Flag sites scoring <40 as outreach candidates 4. Enrich β Extract emails from contact pages using DeepCrawl or direct scraping 5. Email β Send personalized cold emails via Resend (or any SMTP provider) 6. Track β Log all leads to Google Sheets or CSV with status tracking
Requirements
Quick Start
# Set environment variables
export BRAVE_API_KEY=your_key
export RESEND_API_KEY=your_keyRun the scanner
node scripts/bad-website-hunter.js --niche "restaurants" --city "Austin TX" --limit 20
Configuration
Edit scripts/config.json to customize:
Scripts
scripts/bad-website-hunter.js β Main pipeline: scan β score β enrich β emailscripts/config.json β Pipeline configurationEmail Templates
The default cold email template pitches web design/development services. Customize in config.json:
Subject: Quick question about {business_name}'s websiteHi {first_name},
I was looking at {business_name}'s website and noticed a few things
that might be costing you customers: {issues_found}.
I help local businesses in {city} modernize their online presence.
Would you be open to a quick chat about what an upgrade could look like?
Best,
{sender_name}
Scaling
References
references/scoring-criteria.md for website scoring methodologyreferences/email-best-practices.md for cold email deliverability tipsπ‘ Examples
# Set environment variables
export BRAVE_API_KEY=your_key
export RESEND_API_KEY=your_keyRun the scanner
node scripts/bad-website-hunter.js --niche "restaurants" --city "Austin TX" --limit 20
βοΈ Configuration
Edit scripts/config.json to customize: