AS
Apify Store
/slothtechlabs/google-maps-lead-extractor
Google Maps Lead Extractor
Extract email-verified business leads from Google Maps — emails, phones, socials, and addresses. No email? No charge. Just enter a keyword and get CRM-ready leads in minutes. Built-in email & social extraction, auto deduplication, and closed business filtering. Only $0.008/lead.
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 /slothtechlabs/google-maps-lead-extractor for me.
Input
| Field | Type | Description |
|---|---|---|
| search* | string | Enter a search keyword just like you would in the Google Maps search bar. Examples: "dentists in Chicago", "restaurants Brooklyn", "plumbers Denver CO" |
| location | string | Specify the city, state, or region to search. This dramatically improves results: without a location, Google Maps returns at most ~120 businesses per query. With a location, the Actor performs a comprehensive area-wide search using geographic grid cells, which typically yields 3-10x more leads and significantly increases your chances of reaching the requested number. Examples: "New York, NY", "Los Angeles", "London, UK", "Osaka, Japan" |
| maxResults | integer | Number of email-verified leads to extract. The Actor keeps searching until this many leads with emails are collected. Only if all businesses in the area are exhausted will the output contain fewer. default 100 |
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":"/slothtechlabs/google-maps-lead-extractor","input":{"search":"...","maxResults":100},"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 /slothtechlabs/google-maps-lead-extractor -i '{"search":"...","maxResults":100}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/slothtechlabs/google-maps-lead-extractor", input: {"search":"...","maxResults":100}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.