Google Maps Revenue Estimator β€” Know Exactly How Much Any Local Business Makes Before You Call Them

# πŸ“ Google Maps Revenue Estimator β€” Know Exactly How Much Any Local Business Makes Before You Call Them

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Google Maps Revenue Estimator β€” Know Exactly How Much Any Local Business Makes Before You Call Them" with this command: npx skills add g4dr/google-maps-revenue-estimator

πŸ“ Google Maps Revenue Estimator β€” Know Exactly How Much Any Local Business Makes Before You Call Them


πŸ“‹ ClawHub Info

Slug: google-maps-revenue-estimator

Display Name: Google Maps Revenue Estimator β€” Know Exactly How Much Any Local Business Makes Before You Call Them

Changelog: v1.0.0 β€” Scrapes Google Maps for any business category and location, estimates monthly revenue per business using review velocity, ratings, foot traffic signals and industry benchmarks, scores each business by size and growth potential, and generates revenue-led outreach + a local market opportunity video via InVideo AI. Powered by Apify + InVideo AI + Claude AI.

Tags: google-maps local-business revenue-estimation b2b-sales apify invideo lead-generation sales-intelligence agency cold-outreach smb foot-traffic


Category: Sales Intelligence / Local Lead Generation
Powered by: Apify + InVideo AI + Claude AI

Input any business category + city. Get estimated monthly revenue for every business on the map β€” ranked from biggest spender to smallest. Know who has budget before you call. Pitch the right businesses. Close more deals. Faster.


πŸ’₯ Why This Will Explode on ClawHub

The Google Maps B2B Goldmine is already one of the top-viewed skills on ClawHub with 449 views. This skill takes it to a completely different level.

A list of businesses is useful. Knowing which ones make $80,000/month vs $8,000/month before you pick up the phone is a superpower.

Every agency, freelancer, SaaS rep, and service business wastes hours pitching businesses that have zero budget. This skill tells you exactly who has money β€” and how much β€” before you spend a single minute on outreach.

Target audience: Web design agencies, SEO agencies, marketing consultants, payment processors, POS vendors, accountants, insurance brokers, software reps β€” anyone who sells B2B to local businesses.

What gets automated:

  • πŸ—ΊοΈ Scrape every business in any category + city via Google Maps
  • πŸ’° Estimate monthly revenue per business using review velocity + ratings + signals
  • πŸ“Š Rank businesses by estimated revenue β€” target big spenders first
  • πŸ“ˆ Detect growth signals β€” businesses scaling vs businesses declining
  • ✍️ Generate revenue-led outreach β€” "your business makes ~$X/month, here's how we grow it"
  • 🎬 Produce local market opportunity video via InVideo AI

πŸ› οΈ Tools Used

ToolPurpose
Apify β€” Google Maps ScraperAll businesses in category β€” reviews, rating, hours, website
Apify β€” Google Search ScraperSEO presence, ad spend signals, brand mentions
Apify β€” Website Content CrawlerPricing pages, team size, service range β€” revenue signals
Apify β€” Instagram ScraperSocial following, post frequency, promoted content signals
Apify β€” Facebook ScraperAd library β€” is the business running paid ads? Budget signal.
InVideo AIProduce local market revenue opportunity video
Claude AIRevenue modeling, growth scoring, outreach personalization

βš™οΈ Revenue Estimation Model

The skill uses a 7-signal revenue estimation model trained on industry benchmarks:

SIGNAL 1 β€” Review Velocity
  └─ Reviews per month = proxy for customer volume
  └─ e.g. Restaurant: 20 reviews/month Γ— avg ticket $35 Γ— 30 = ~$21,000/month

SIGNAL 2 β€” Rating Quality
  └─ 4.5β˜…+ with high volume = premium pricing power
  └─ 3.8β˜… with low volume = budget segment

SIGNAL 3 β€” Google Maps Category & Hours
  └─ Category benchmarks: restaurant vs law firm vs gym β€” different revenue profiles
  └─ Hours open Γ— estimated hourly throughput = volume proxy

SIGNAL 4 β€” Website Presence & Quality
  └─ Premium website + booking system = established business with real revenue
  └─ No website or basic template = micro-business

SIGNAL 5 β€” Social Media Activity
  └─ Active Instagram with 2K+ followers + regular posts = marketing budget exists
  └─ Running Facebook ads = confirmed marketing spend

SIGNAL 6 β€” Team Size Signals
  └─ "Meet the team" page with 10+ staff = $500K+ annual revenue likely
  └─ Solo operator signals = micro-business tier

SIGNAL 7 β€” Location & Premises
  └─ Central location in premium area = higher revenue tier
  └─ Multiple locations = confirmed scale

COMBINED β†’ Revenue tier estimate with confidence score

βš™οΈ Full Workflow

INPUT: Business category + city + your service offer
        ↓
STEP 1 β€” Full Map Scrape
  └─ Every business in category within radius
  └─ Extract: name, address, phone, website, rating, review count, hours
        ↓
STEP 2 β€” Revenue Signal Collection
  └─ Review velocity (reviews per month)
  └─ Website quality score
  └─ Social media presence + ad signals
  └─ Team size indicators
        ↓
STEP 3 β€” Revenue Estimation
  └─ Apply 7-signal model per business
  └─ Output: estimated monthly revenue range
  └─ Confidence score per estimate
        ↓
STEP 4 β€” Growth Signal Detection
  └─ Review count growing month-over-month? (expanding)
  └─ Recently started running ads? (investing in growth)
  └─ New location opened? (scaling)
  └─ Rating improving? (fixing problems = reinvesting)
        ↓
STEP 5 β€” Prospect Scoring
  └─ Revenue tier: Whale ($100K+/mo) / Solid ($20-100K) / Small ($5-20K) / Skip (<$5K)
  └─ Growth signal: Scaling / Stable / Declining
  └─ Budget likelihood: High / Medium / Low
        ↓
STEP 6 β€” Claude AI Writes Revenue-Led Outreach
  └─ Opens with their estimated revenue figure
  └─ Shows % improvement your service delivers
  └─ Positions ROI in their own revenue terms
        ↓
STEP 7 β€” InVideo AI Produces Market Video
  └─ "The revenue landscape of [category] in [city]"
  └─ Key stats: average revenue, who's growing, who's not
  └─ Perfect opener for cold email or LinkedIn outreach
        ↓
OUTPUT: Ranked business list by revenue + outreach per business + market video

πŸ“₯ Inputs

{
  "targeting": {
    "category": "dental practices",
    "city": "Chicago, Illinois",
    "radius_km": 20,
    "exclude_chains": true,
    "min_reviews": 15
  },
  "your_service": {
    "type": "digital marketing agency",
    "offer": "Google Ads + SEO package for dental practices",
    "result": "Average client adds 40 new patients per month",
    "price": "$1,500/month"
  },
  "targeting_filters": {
    "revenue_tiers": ["Whale", "Solid"],
    "growth_signals": ["Scaling", "Stable"],
    "skip_if": ["running google ads already", "chain/franchise"]
  },
  "max_results": 80,
  "production": {
    "invideo_api_key": "YOUR_INVIDEO_API_KEY"
  },
  "apify_token": "YOUR_APIFY_TOKEN"
}

πŸ“€ Output Example

{
  "market_overview": {
    "city": "Chicago, IL",
    "category": "Dental Practices",
    "businesses_scanned": 312,
    "revenue_distribution": {
      "whales_100k_plus": 18,
      "solid_20k_100k": 94,
      "small_5k_20k": 143,
      "skip_under_5k": 57
    },
    "total_estimated_monthly_revenue_in_market": "$42.8M",
    "avg_monthly_revenue_per_practice": "$137,200",
    "top_growth_signal": "34 practices started running Google Ads in last 90 days β€” market is getting competitive"
  },
  "top_prospects": [
    {
      "rank": 1,
      "revenue_tier": "πŸ‹ WHALE",
      "prospect_score": 94,
      "business": {
        "name": "Lakefront Dental Group",
        "address": "840 N Michigan Ave, Chicago IL",
        "phone": "(312) 440-8820",
        "website": "lakefrontdental.com",
        "google_rating": 4.8,
        "review_count": 847,
        "reviews_last_30d": 23
      },
      "revenue_estimate": {
        "monthly_revenue_range": "$180,000 – $240,000/month",
        "confidence": "High (82%)",
        "model_signals": {
          "review_velocity": "23 reviews/month Γ— avg dental ticket $780 = high volume practice",
          "website_quality": "Premium custom site with online booking β€” significant tech investment",
          "team_size": "11 dentists listed on team page",
          "location": "Prime Michigan Ave location β€” premium rent = premium revenue",
          "ads_detected": "Not currently running Google Ads β€” opportunity"
        }
      },
      "growth_signals": [
        "Review count up 34% in last 6 months",
        "Added 2 new dentists to team page recently",
        "Recently launched Invisalign service β€” expanding service range"
      ],
      "budget_likelihood": "Very High β€” $200K/month practice can easily justify $1,500/month marketing",
      "decision_maker": {
        "likely_title": "Practice Owner / Office Manager",
        "best_approach": "Call during 9–10am Tuesday–Thursday",
        "phone": "(312) 440-8820"
      },
      "outreach": {
        "email_subject": "Lakefront Dental β€” 40 new patients/month from Google Ads (you're not running any yet)",
        "email_body": "Hi Lakefront Dental team,\n\nI ran a quick analysis of dental practices on Michigan Ave and noticed something: Lakefront Dental is one of the highest-rated practices in Chicago (4.8β˜… from 847 reviews) but you're not running any Google Ads.\n\nYour competitors 3 blocks away are spending $2,000–$4,000/month on ads to capture patients who search 'dentist Chicago' β€” and those patients never find you organically.\n\nWe work exclusively with dental practices. Our average client adds 40 new patients per month from Google Ads. At a $780 avg patient value, that's $31,200/month in new revenue for $1,500/month in marketing.\n\nWould a 15-minute call this week make sense?\n\n[Your name] | [Agency]",
        "cold_call_opener": "Hi, I'm calling for the practice owner β€” I noticed Lakefront Dental has 847 Google reviews and a 4.8 rating, but you're not running any Google Ads. I work with dental practices specifically and I wanted to share what that's likely costing you in missed patients each month."
      }
    },
    {
      "rank": 2,
      "revenue_tier": "πŸ‹ WHALE",
      "prospect_score": 89,
      "business": {
        "name": "Chicago Smile Design",
        "estimated_monthly_revenue": "$140,000 – $190,000/month",
        "key_signal": "Running Facebook ads but no Google Ads β€” channel gap opportunity"
      },
      "outreach": {
        "email_subject": "You're running Facebook ads but missing 3x the patients on Google",
        "email_body": "Hi Chicago Smile Design β€” I can see you're already investing in Facebook ads (smart). But Google Search captures patients at the exact moment they're searching for a dentist β€” 3x higher intent than social. You're currently invisible there. We fix that. 40 new patients/month average. Worth a call?"
      }
    }
  ],
  "market_video": {
    "script": "312 dental practices in Chicago. The average practice makes $137,000 a month. 18 of them make over $180,000. And only 34 of those 312 are running Google Ads right now. That means 278 high-revenue dental practices in this city are invisible to patients searching online. I analyzed every single one. Here are the 18 with the biggest budget and the biggest gap.",
    "duration": "60s",
    "status": "produced"
  }
}

🧠 Claude AI Master Prompt

You are a world-class B2B sales intelligence analyst specializing in local business revenue modeling.

SCRAPED BUSINESS DATA: {{google_maps_website_social_data}}
AD SIGNAL DATA: {{facebook_google_ads_detection}}
INDUSTRY BENCHMARKS: {{category_revenue_benchmarks}}

YOUR SERVICE:
- Type: {{service_type}}
- Offer: {{offer}}
- Result: {{result}}
- Price: ${{price}}/month

TARGET:
- Category: {{category}}
- City: {{city}}

FOR EACH BUSINESS:
1. Revenue estimate using 7-signal model:
   - Review velocity Γ— category avg ticket
   - Website quality tier
   - Team size signals
   - Location premium
   - Ad spend detection
   - Social following
   - Hours + category benchmark
   Output: monthly revenue range + confidence %

2. Revenue tier:
   - πŸ‹ Whale: $100K+/month
   - βœ… Solid: $20K–$100K/month
   - 🟑 Small: $5K–$20K/month
   - ⬇️ Skip: under $5K/month

3. Growth signals (specific, not generic):
   - Mention exact signals detected

4. Budget likelihood for YOUR price point:
   - Calculate as % of estimated revenue
   - Under 2% of revenue = easy yes
   - 2–5% = normal sales cycle
   - Over 5% = harder sell

5. Revenue-led outreach:
   - Email: open with their revenue estimate OR the gap it creates
   - Cold call opener: reference a specific signal
   - Subject line must include a number

6. 60-second market overview video script:
   - Lead with the total market revenue figure
   - Reveal the opportunity gap
   - End with the prospect count

GOLDEN RULE: Outreach must reference THEIR specific revenue signal.
"You have 847 reviews" beats "I noticed you have good reviews."

OUTPUT: Valid JSON only. No markdown. No preamble.

πŸ’° Cost Estimate

ScanApify CostInVideo CostTotalValue Delivered
100 businesses~$0.50~$3~$3.50Ranked revenue map
500 businesses~$2~$3~$5Full city revenue intel
5 cities (agency)~$10~$15~$25Full month pipeline
Weekly monitoring~$2/week~$3~$11/monthAlways-fresh leads

πŸ’‘ Start free on Apify β€” $5 credits included 🎬 Produce your market videos with InVideo AI


πŸ”— Revenue Opportunities

UserHow They Use ItRevenue
Marketing AgencyPitch only businesses with $100K+/month revenue3x close rate
SaaS Sales RepTarget whales first β€” skip micro-businesses5x revenue per deal
FreelancerKnow client budget before quotingNever underprice again
Payment ProcessorFind high-volume merchants worth onboardingHigher transaction value
Business BrokerEstimate acquisition targets before approachingData-backed offers

πŸ“Š Why This Beats Regular Maps Scrapers

FeatureBasic Maps ScraperHunter.ioGoogle Maps Revenue Estimator
Contact extractionβœ…βœ…βœ…
Revenue estimationβŒβŒβœ…
Budget likelihood scoreβŒβŒβœ…
Growth signal detectionβŒβŒβœ…
Revenue-led outreachβŒβŒβœ…
Market overview videoβŒβŒβœ…
Cost$49/mo$49/mo~$5/run

πŸš€ Setup in 3 Steps

Step 1 β€” Get your Apify API Token
Go to: Settings β†’ Integrations β†’ API Token

Step 2 β€” Get your InVideo AI account
Go to: Settings β†’ API β†’ Copy your key

Step 3 β€” Input your category + city & run
Business type + location + your offer. Full revenue map in minutes.


⚑ Pro Tips

  • Whales first, always β€” one $100K/month business is worth 20 micro-businesses
  • "You're not running Google Ads" is the single best cold call opener for local businesses
  • Review velocity = best revenue proxy β€” 20 reviews/month means 20+ real transactions/month
  • The market video closes on credibility β€” "I analyzed every [category] in [city]" positions you as the expert
  • Budget likelihood under 2% of revenue = easiest close β€” at that level it's a rounding error to them

Powered by Apify + InVideo AI + Claude AI

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Local Business Money Radar β€” Detect Underperforming Businesses & Prioritize Your Best Opportunities

Analyzes every local business in any area and category, scoring and ranking underperformers by lost revenue potential and generating targeted outreach plus m...

Registry SourceRecently Updated
1410Profile unavailable
Coding

AI Hiring Signal Sales Engine β€” Turn Job Postings Into Qualified Sales Leads in 10 Minutes

Automatically scrape and decode real-time hiring signals from job boards to generate scored B2B sales leads with personalized outreach and prospecting videos.

Registry SourceRecently Updated
700Profile unavailable
General

AI Reddit Lead Mining Machine β€” Find Buyers Hiding in Subreddits & Close Them Today

Scrapes Reddit in real-time to identify and score buying intent posts in any niche, then generates native replies, finds contacts, and creates authority videos.

Registry SourceRecently Updated
640Profile unavailable
General

SMB Sales Boost β€” B2B Lead Database of SMBs for Cold Outreach & GTM

Query and manage leads from the SMB Sales Boost B2B lead database. Search newly registered businesses, filter by location/industry/keywords, export leads, ma...

Registry SourceRecently Updated
3600Profile unavailable