Apify Store
AS
Apify Store
/eloquent_mountain/google-maps-lead-extractor-pro

Google Maps Lead Extractor Pro

Advanced Google Maps scraper for business lead generation with email discovery, social media extraction, and comprehensive data enrichment. Extract business details, reviews, photos, contact info, and social profiles. Perfect for B2B sales, market research, and local SEO. Multi-language support.

liveasyncunknown~30s typical
LEAD_GENERATIONAUTOMATIONSEO_TOOLS
$0.0020
per result + $0.01 call
plus $0.001 platform fee per run
Usage-based actor: event charges passed through at cost plus 25%
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /eloquent_mountain/google-maps-lead-extractor-pro for me.

Input

FieldTypeDescription
searchQueries*arrayList of search queries to find businesses (e.g., 'restaurants in New York', 'plumbers in Los Angeles')
maxResultsintegerMaximum number of businesses to scrape per search query default 100
includeReviewsbooleanExtract recent reviews for each business default true
maxReviewsPerBusinessintegerMaximum number of reviews to extract per business (if includeReviews is enabled) default 10
extractEmailsbooleanAttempt to discover email addresses from business websites default true
extractSocialMediabooleanExtract social media profile links (Facebook, Instagram, LinkedIn, Twitter) default true
includePhotosbooleanExtract URLs of business photos default false
languagestring (en | es | fr | de | nl | it)Language code for search results (e.g., 'en', 'es', 'fr') default "en"
proxyConfigurationobjectProxy settings for the scraper default {"useApifyProxy":true}
maxConcurrencyintegerMaximum number of concurrent browser pages default 5
exportFormatstring (json | csv | xlsx)Preferred format for data export (note: all formats are available via API) default "json"

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"apify","endpoint":"/eloquent_mountain/google-maps-lead-extractor-pro","input":{"searchQueries":[],"maxResults":100,"includeReviews":true,"maxReviewsPerBusiness":10,"extractEmails":true,"extractSocialMedia":true,"includePhotos":false,"language":"en","proxyConfiguration":{"useApifyProxy":true},"maxConcurrency":5,"exportFormat":"json"},"wait":false}'
poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."
cli
npx cracked-ai run -p apify -e /eloquent_mountain/google-maps-lead-extractor-pro -i '{"searchQueries":[],"maxResults":100,"includeReviews":true,"maxReviewsPerBusiness":10,"extractEmails":true,"extractSocialMedia":true,"includePhotos":false,"language":"en","proxyConfiguration":{"useApifyProxy":true},"maxConcurrency":5,"exportFormat":"json"}' -w 120
mcp
run_tool({ provider: "apify", endpoint: "/eloquent_mountain/google-maps-lead-extractor-pro", input: {"searchQueries":[],"maxResults":100,"includeReviews":true,"maxReviewsPerBusiness":10,"extractEmails":true,"extractSocialMedia":true,"includePhotos":false,"language":"en","proxyConfiguration":{"useApifyProxy":true},"maxConcurrency":5,"exportFormat":"json"}, wait: false })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.