B2B Cold Call Leads Hunter & Qualifier avatar

B2B Cold Call Leads Hunter & Qualifier

Under maintenance

Pricing

from $3.00 / 1,000 results

Go to Apify Store
B2B Cold Call Leads Hunter & Qualifier

B2B Cold Call Leads Hunter & Qualifier

Under maintenance

Finds local business leads from Google Business Profiles, enriches them with contact emails from their websites, and flags actionable cold-call pitch angles.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

coolinbex

coolinbex

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

An Apify Actor that finds local business leads from Google Business Profiles, enriches them with contact emails, and flags actionable cold-call pitch angles โ€” so your sales team calls with a reason, not just a number.


What It Does

  1. Searches Google Maps for businesses matching your query (e.g., "Roofers in Austin TX")
  2. Scrapes each profile for name, category, phone, address, rating, review count, website, hours, and photo count
  3. Visits business websites to extract public contact email addresses (with configurable crawl depth)
  4. Qualifies each lead by flagging specific pitch angles:
    • ๐ŸŒ Pitch Web Design โ€” no website listed
    • โญ Pitch Reputation Management โ€” rating below 4.0
    • ๐Ÿ’ฌ Pitch Review Generation โ€” fewer than 10 reviews
    • ๐Ÿ” Pitch SEO โ€” website is on a low-authority builder platform
    • ๐Ÿ• Pitch Missing Hours โ€” business hours not listed
    • ๐Ÿ“ท Pitch No Photos โ€” no photos on profile
  5. Scores each lead (0โ€“100) based on data completeness and pitch opportunity value

Output Format

Each record in the dataset looks like:

{
"placeId": "ChIJ...",
"searchQuery": "Roofers in Austin TX",
"name": "Austin Pro Roofing LLC",
"category": "Roofing contractor",
"address": "123 Main St, Austin, TX 78701",
"phone": "+15125550199",
"website": "http://austinproroofing.com",
"rating": 3.8,
"reviewCount": 7,
"hoursAvailable": true,
"photoCount": 2,
"emails": ["info@austinproroofing.com"],
"pitchAngles": [
{
"flag": "pitch_reputation_management",
"label": "โญ Pitch Reputation Management",
"reason": "Rating is 3.8 โ€” below the 4.0 trust threshold."
},
{
"flag": "pitch_review_generation",
"label": "๐Ÿ’ฌ Pitch Review Generation",
"reason": "Only 7 reviews โ€” very few social proof signals."
}
],
"leadScore": 85,
"googleMapsUrl": "https://www.google.com/maps/place/...",
"scrapedAt": "2024-01-15T10:23:45.000Z"
}

Input Parameters

ParameterTypeDefaultDescription
searchQueriesstring[]โ€”Queries like "Roofers in Austin TX"
maxLeadsPerQueryinteger20Max businesses to collect per query (1โ€“100)
enrichWithEmailsbooleantrueVisit websites to extract emails
emailEnrichmentDepthinteger2How many pages deep to crawl for emails (1โ€“3)
minRatingFilternumber0Skip businesses below this star rating
requirePhonebooleanfalseSkip businesses without a phone number
pitchAnglesstring[]allWhich pitch flags to evaluate
proxyConfigurationobjectResidentialApify proxy settings

Tips for Best Results

  • Use Apify Residential proxies โ€” Google Maps aggressively blocks datacenter IPs
  • Keep maxLeadsPerQuery โ‰ค 40 for faster, more reliable runs
  • Set emailEnrichmentDepth: 1 if you only need homepage emails and want faster runs
  • Run multiple queries in one actor call โ€” they batch efficiently
  • Sort the dataset by leadScore descending to prioritise your warmest leads

Lead Score Breakdown

SignalPoints
Has phone number+15
Has at least one email+20
Has website+5
Rating โ‰ฅ 4.0+5
โ‰ฅ 10 reviews+5
Each pitch angle (max 4)+5 each
Base score50

License

Apache 2.0