技能 google-maps-api-skill
🌐

google-maps-api-skill

低风险 🌐 网络访问⚡ 包含脚本

從 Google Maps 擷取商家資料

需要從 Google Maps 收集商家聯絡資訊、評分或地址,用於潛在客戶開發或市場研究。此技能透過 BrowserAct API 自動化 Google Maps 爬取,提供結構化資料,無需手動擷取。

支持: Claude Codex Code(CC)
🥉 72 青铜
1

下载技能 ZIP

2

在 Claude 中上传

前往 设置 → 功能 → 技能 → 上传技能

3

开启并开始使用

测试它

正在使用“google-maps-api-skill”。 Find coffee shops in Seattle, USA with their ratings and contact info

预期结果:

Found 10 coffee shops:
1. Starbucks (4.2★, 1,250 reviews) - 123 Pike St, (206) 555-0100
2. Esquinavi Coffee (4.7★, 340 reviews) - 456 Olive Way, www.esquinavi.com
3. Lighthouse Roasters (4.5★, 180 reviews) - 789 Electric Ave
...
Each entry includes name, rating, review count, address, phone, and website where available.

正在使用“google-maps-api-skill”。 Get contact information for dental clinics in Los Angeles

预期结果:

Collected 15 dental clinic records:
- Sunset Dental Group: (310) 555-1234, www.sunsetdental.com
- Beverly Hills Dental: (310) 555-5678, 9876 Wilshire Blvd
- LA Smiles Dentistry: (213) 555-9012
Data exported in structured format ready for CRM import.

安全审计

低风险
v1 • 4/28/2026

Evaluated 52 static findings. Network access to BrowserAct API is legitimate for scraping service. API key stored in environment variable (correct pattern). The static analyzer misidentified markdown formatting in SKILL.md as command execution (false positive). No malicious intent found. Skill executes Python script via subprocess for API communication.

2
已扫描文件
200
分析行数
7
发现项
1
审计总数
低风险问题 (5)
Network Access to External API
Script makes HTTP requests to BrowserAct API endpoint (api.browseract.com). This is intentional behavior for the scraping service, not credential exfiltration. API key is used only for authentication with BrowserAct.
API Key Environment Variable Access
Script reads BROWSERACT_API_KEY from environment. This is the correct, secure pattern for API authentication - not hardcoded and not exfiltrated.
Static Analyzer False Positive: External Command Execution
Static analyzer flagged 'Ruby/shell backtick execution' in SKILL.md lines 20-73. This is a false positive - the analyzer misidentified markdown backtick syntax (code formatting) as shell execution. No actual command injection exists in the code.
Static Analyzer False Positive: System Reconnaissance
Static analyzer flagged 'System reconnaissance' at lines 38, 39, 44. This is a false positive - the code checks for API response fields ('id', 'Invalid authorization') for error handling, not system information gathering.
Static Analyzer False Positive: Weak Cryptographic Algorithm
Static analyzer flagged 'Weak cryptographic algorithm' at SKILL.md lines 3, 29, 34, 39. No evidence found for cryptographic algorithms in the code. This appears to be incorrect pattern matching.
审计者: claude

质量评分

45
架构
100
可维护性
87
内容
50
社区
80
安全
91
规范符合性

你能构建什么

銷售潛在客戶開發

在目標產業和區域尋找並收集商家聯絡資訊,以便進行銷售推廣活動。

競爭對手研究和市場分析

繪製特定社區或城市的競爭對手地圖,以分析市場密度、評分和商家類別。

本地商家名錄建立

收集包含地址、電話號碼和網站的完整商家列表,以建立本地名錄。

试试这些提示

依關鍵字尋找商家
找出 {city}、{country} 所有的 {business_type}。取得他們的名稱、地址、電話號碼和評分。
擷取聯絡資訊列表
取得 {region} 地區 {industry} 公司的電話號碼和網站。以結構化格式輸出。
分析商家密度
研究 {neighborhood} 有多少 {business_type} 商家。包括評分和評論數量。
監控商家狀態
檢查以下商家是否仍在營運:{list of business names}(位於 {city})。

最佳实践

  • 提供清楚的搜尋關鍵字,與您在 Google Maps 中輸入的內容相符
  • 指定國家偏好,以提高目標區域結果的準確性
  • 如果收到授權錯誤,請檢查 API 金鑰狀態

避免

  • 不要使用模糊的關鍵字如「服務」- 要具體如「咖啡店」或「牙科診所」
  • 沒有有效的 BrowserAct API 金鑰設定就不要請求爬取
  • 不要期望即時資料 - Google Maps 資料可能有更新延遲

常见问题

使用此技能需要什麼?
您需要 BrowserAct API 金鑰。請前往 https://www.browseract.com/reception/integrations 取得。
此技能可以擷取哪些資料欄位?
它會擷取商家名稱、類別、地址、電話號碼、網站、評分、評論數量和營運狀態。
搜尋需要多長時間?
一般搜尋需要幾分鐘時間。腳本執行時會持續輸出狀態日誌。
我可以搜尋任何國家嗎?
可以,使用 country 參數配合 ISO 代碼如 'us'、'gb'、'ca' 或 'au' 來將結果偏向您的目標國家。
如果 API 金鑰無效會怎樣?
技能會偵測「授權無效」錯誤,並引導您檢查 BrowserAct API 金鑰。
我可以重試失敗的請求嗎?
可以,技能會針對暫時性錯誤(如網路問題)自動重試一次,但不會針對授權失敗重試。