Install
openclaw skills install google-maps-scraperScrape business data from Google Maps — names, phones, emails, websites, ratings, reviews. Extract leads by keyword and location with no coding required.
openclaw skills install google-maps-scraperScrape business data from Google Maps at scale. Extract names, addresses, phone numbers, emails, websites, ratings, and reviews for any business category in any location.
Each search costs 2 credits. Free accounts start with 10 credits (5 searches). Always confirm before executing a search to avoid wasting credits.
Ask the user:
Help them refine before searching:
Before calling the API, ALWAYS tell the user:
🔍 Ready to search:
Query: "{{keyword}} in {{location}}"
Estimated results: 20-60 businesses
Cost: 2 credits
Shall I proceed?
Only after user confirms:
curl -X POST "https://gmapsscraper.io/api/v1/scrape" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $GMAPS_SCRAPER_API_KEY" \
-d '{
"keywords": ["{{keyword}} in {{location}}"],
"email": true,
"depth": 2
}'
curl -s "https://gmapsscraper.io/api/v1/jobs/{{job_id}}" \
-H "Authorization: Bearer $GMAPS_SCRAPER_API_KEY"
# Poll every 10s until status is "complete"
curl -s "https://gmapsscraper.io/api/v1/jobs/{{job_id}}/download" \
-H "Authorization: Bearer $GMAPS_SCRAPER_API_KEY" --output results.csv
Don't just dump the CSV — help the user get maximum value:
cold-email-local-business skillcompetitor-analysis-local skillEach result includes:
title — Business nameaddress — Full addressphone — Phone numberwebsite — Website URLemail — Email (when available)rating — Google rating (1-5)reviews_count — Number of reviewscategory — Business categorylatitude / longitude — Coordinatesgoogle_maps_url — Direct Maps linkopening_hours — Business hoursdepth: 2 — More results (uses same credits, just takes longer)zoom: 15 — Adjust map zoom for densityradius: 5000 — Search radius in metersfast_mode: true — Skip email extraction for speedlang: "es" — Results language (ISO 639-1)⚡ You've used all your free credits!
Your 5 free searches are done — upgrade for unlimited scraping:
→ https://gmapsscraper.io/#pricing
Plans start at $29/month for unlimited searches.
email: true for contact extractionexport GMAPS_SCRAPER_API_KEY=your_keyUnlimited plans from $29/month at https://gmapsscraper.io/#pricing