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
| Field | Type | Description |
|---|---|---|
| searchQueries* | array | List of search queries to find businesses (e.g., 'restaurants in New York', 'plumbers in Los Angeles') |
| maxResults | integer | Maximum number of businesses to scrape per search query default 100 |
| includeReviews | boolean | Extract recent reviews for each business default true |
| maxReviewsPerBusiness | integer | Maximum number of reviews to extract per business (if includeReviews is enabled) default 10 |
| extractEmails | boolean | Attempt to discover email addresses from business websites default true |
| extractSocialMedia | boolean | Extract social media profile links (Facebook, Instagram, LinkedIn, Twitter) default true |
| includePhotos | boolean | Extract URLs of business photos default false |
| language | string (en | es | fr | de | nl | it) | Language code for search results (e.g., 'en', 'es', 'fr') default "en" |
| proxyConfiguration | object | Proxy settings for the scraper default {"useApifyProxy":true} |
| maxConcurrency | integer | Maximum number of concurrent browser pages default 5 |
| exportFormat | string (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 120mcp
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.