← 返回 Skills 市场
gmapsscraper

Local Business Finder

作者 gmapsscraper · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
43
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install local-business-finder
功能描述
Find any local business by category and location on Google Maps. Get names, phone numbers, emails, websites, ratings, and hours. Search restaurants, dentists...
使用说明 (SKILL.md)

Local Business Finder

Find any local business by category and location. Get complete profiles including contact info, ratings, reviews, and hours — all from Google Maps.

When to Use

  • User wants to find businesses near a location
  • User asks "find me all [business type] in [city]"
  • User needs a directory of local services
  • User is researching a local market

Important: Credit System

Each search costs 2 credits. Free accounts get 10 credits (5 searches). Help users search smart — specific queries get better results.

Workflow

Step 1: Understand the Request

Parse what the user needs:

  • Business type: restaurants, dentists, gyms, lawyers, etc.
  • Location: city, neighborhood, zip code
  • Filters: minimum rating, must have website, etc.

Step 2: Optimize the Query

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"

Step 3: Confirm Before Searching

📍 Business Search:
   Looking for: {{business_type}}
   Location: {{location}}
   Expected: 20-80 results
   Cost: 2 credits
   
   Proceed?

Step 4: Execute Search

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
  }'

Step 5: Download & Present

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}}
...

Step 6: Apply Filters (if requested)

  • Rating >= X
  • Has phone / email / website
  • Within specific neighborhood
  • Open on weekends

Step 7: Offer Next Steps

  • "Want cold emails for these businesses?" → cold-email-local-business
  • "Want to analyze the competition?" → competitor-analysis-local
  • "Export to spreadsheet?" → save as formatted CSV

Common Search Categories

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"

When Credits Run Out

⚡ 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!

Get Started

  1. Sign up at https://gmapsscraper.io (5 free searches)
  2. Set: export GMAPS_SCRAPER_API_KEY=your_key
  3. Start finding businesses!

Unlimited from $29/month.

安全使用建议
Before installing, understand that searches use your gmapsscraper.io API key, cost service credits, send search queries to that provider, and may collect business contact details including emails. Use exported contacts only for legitimate, compliant purposes and consider local laws, source terms, and outreach rules.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose is to find local businesses and return contact details; the curl API calls, email retrieval, ratings, hours, and CSV output all match that purpose.
Instruction Scope
The workflow asks for confirmation before spending credits and searching, but it does not include privacy, acceptable-use, or compliance guidance for collecting and using business emails.
Install Mechanism
The metadata only requires curl and GMAPS_SCRAPER_API_KEY; there are no install scripts, executable files, or package-install steps.
Credentials
The environment access is proportionate to the skill: one named API key is sent to gmapsscraper.io for user-requested searches.
Persistence & Privilege
The skill saves downloaded results to businesses.csv, which is expected for export behavior; it does not request background execution, elevated privileges, credential-store access, or durable agent changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install local-business-finder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /local-business-finder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Local Business Finder. - Search for any local business on Google Maps by category and location. - Retrieve business names, phone numbers, emails, websites, ratings, and hours. - Supports filters (e.g., minimum rating, must have website) and prompts for confirmation before searches. - Each search uses 2 credits; free accounts get 5 searches. - Outputs results in a clean, scannable format and offers next steps like cold emails or competitor analysis.
元数据
Slug local-business-finder
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Local Business Finder 是什么?

Find any local business by category and location on Google Maps. Get names, phone numbers, emails, websites, ratings, and hours. Search restaurants, dentists... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 43 次。

如何安装 Local Business Finder?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install local-business-finder」即可一键安装,无需额外配置。

Local Business Finder 是免费的吗?

是的,Local Business Finder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Local Business Finder 支持哪些平台?

Local Business Finder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Local Business Finder?

由 gmapsscraper(@gmapsscraper)开发并维护,当前版本 v1.0.0。

💬 留言讨论