LeadPilot — Google Maps Lead Quality Agent avatar

LeadPilot — Google Maps Lead Quality Agent

Pricing

from $0.10005 / actor start

Go to Apify Store
LeadPilot — Google Maps Lead Quality Agent

LeadPilot — Google Maps Lead Quality Agent

Turns Google Maps business websites and exported prospect lists into ranked local leads with contactability, conversion gaps, and pitch-ready outreach angles.

Pricing

from $0.10005 / actor start

Rating

0.0

(0)

Developer

Daniel Lozano

Daniel Lozano

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Share

What This Actor Does

Turns Google Maps business websites and exported prospect lists into ranked local leads with contactability, conversion gaps, and pitch-ready outreach angles.

Who It Is For

  • local lead sellers
  • SEO agencies
  • appointment setters
  • web design agencies
  • local growth consultants

Why It Is Useful

It does not try to beat the incumbent Google Maps Scraper at raw extraction; it improves the money step after extraction by scoring which businesses are worth contacting and why.

Input Fields

  • startUrls: public website URLs to process.
  • maxItems: maximum URLs to process.
  • includeAiAnalysis: optional AI enrichment when API keys are configured.
  • industryHint: optional category hint.

Example Input

{
"startUrls": [
{
"url": "https://example.com"
}
],
"maxItems": 1,
"includeAiAnalysis": false,
"industryHint": "local business"
}

Example Output

{
"inputUrl": "https://example.com",
"status": "success",
"score": 64,
"opportunityScore": 45,
"findings": {},
"missingItems": [],
"recommendations": [],
"createdAt": "2026-06-13T18:50:48.363Z"
}

Limitations

Public HTML only. No login-protected scraping, private APIs, legal compliance claims, or browser UI testing.

Local Development

npm install
npm run build
npm test
npm run lint
apify run

Deployment

$apify push