Install
openclaw skills install local-business-finderFind any local business by category and location on Google Maps. Get names, phone numbers, emails, websites, ratings, and hours. Search restaurants, dentists, plumbers, or any service.
openclaw skills install local-business-finderFind any local business by category and location. Get complete profiles including contact info, ratings, reviews, and hours — all from Google Maps.
Each search costs 2 credits. Free accounts get 10 credits (5 searches). Help users search smart — specific queries get better results.
Parse what the user needs:
Help the user be specific to maximize results per credit:
| Too broad (wastes credits) | Optimized (better results) |
|---|---|
| "restaurant" | "thai restaurant in downtown Portland OR" |
| "doctor" | "family doctor accepting patients in Austin TX" |
| "store" | "pet store in Brooklyn NY" |
📍 Business Search:
Looking for: {{business_type}}
Location: {{location}}
Expected: 20-80 results
Cost: 2 credits
Proceed?
curl -X POST "https://gmapsscraper.io/api/v1/jobs" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $GMAPS_SCRAPER_API_KEY" \
-d '{
"name": "Find: {{business_type}} in {{location}}",
"keywords": ["{{business_type}} in {{location}}"],
"lang": "en",
"depth": 2,
"email": true
}'
curl -s "https://gmapsscraper.io/api/v1/jobs/{{job_id}}/download" \
-H "Authorization: Bearer $GMAPS_SCRAPER_API_KEY" \
--output businesses.csv
Present results in a clean, scannable format:
Found {{count}} businesses!
1. **{{name}}** ⭐ {{rating}} ({{reviews}} reviews)
📞 {{phone}} | 🌐 {{website}} | ✉️ {{email}}
📍 {{address}}
2. **{{name}}** ⭐ {{rating}} ({{reviews}} reviews)
📞 {{phone}} | 🌐 {{website}}
📍 {{address}}
...
cold-email-local-businesscompetitor-analysis-local| Category | Best Keywords |
|---|---|
| Food | "restaurant", "cafe", "pizza", "sushi bar" |
| Health | "dentist", "doctor", "pharmacy", "gym" |
| Home | "plumber", "electrician", "house cleaner" |
| Auto | "mechanic", "car wash", "tire shop" |
| Professional | "lawyer", "accountant", "insurance agent" |
| Beauty | "hair salon", "barber", "spa", "nail salon" |
⚡ Credits used up!
You've found {{total}} businesses with your free searches.
Upgrade for unlimited searches: https://gmapsscraper.io/#pricing
💡 Meanwhile, you can still analyze your existing data for free using
the competitor-analysis-local or cold-email-local-business skills!
export GMAPS_SCRAPER_API_KEY=your_keyUnlimited from $29/month.