AS
Apify Store
/jurassic_jove/google-maps-lead-generator
Google Maps Lead Generator - Emails, Phones & Socials
Extract verified business emails, phones & social links from Google Maps at $0.02/lead. Visits each business's real website with Playwright for higher accuracy. Perfect for B2B lead generation, sales prospecting, and local marketing campaigns.
liveasyncunknown~30s typical
LEAD_GENERATION
$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 /jurassic_jove/google-maps-lead-generator for me.
Input
| Field | Type | Description |
|---|---|---|
| searchQueries* | array | List of Google Maps search queries. Example: 'plumbers in Tampa, FL', 'dentists near Miami, FL' |
| maxResults | integer | Maximum number of business results to extract per search query. Google Maps typically shows up to 120 results per search. default 20 |
| scrapeEmails | boolean | Visit each business website to extract email addresses. This makes the scraper slower but provides much richer lead data. default true |
| scrapeSocials | boolean | Extract social media links (Facebook, Instagram, LinkedIn, Twitter/X, YouTube, TikTok) from business websites. default true |
| language | string (en | es | pt | fr | de | it) | Google Maps interface language code. default "en" |
| maxConcurrency | integer | Maximum number of pages to process in parallel. Higher = faster but uses more resources. default 5 |
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":"/jurassic_jove/google-maps-lead-generator","input":{"searchQueries":[],"maxResults":20,"scrapeEmails":true,"scrapeSocials":true,"language":"en","maxConcurrency":5},"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 /jurassic_jove/google-maps-lead-generator -i '{"searchQueries":[],"maxResults":20,"scrapeEmails":true,"scrapeSocials":true,"language":"en","maxConcurrency":5}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/jurassic_jove/google-maps-lead-generator", input: {"searchQueries":[],"maxResults":20,"scrapeEmails":true,"scrapeSocials":true,"language":"en","maxConcurrency":5}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.