google-maps-api-skill
Extract business data from Google Maps
Need to collect business contact info, ratings, or addresses from Google Maps for lead generation or market research. This skill automates Google Maps scraping through BrowserAct API, providing structured data without manual extraction.
下载技能 ZIP
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
开启并开始使用
测试它
正在使用“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.
安全审计
低风险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.
低风险问题 (5)
风险因素
质量评分
你能构建什么
Sales lead generation
Find and collect contact information for businesses in a target industry and region for sales outreach campaigns.
Competitor research and market analysis
Map out competitors in specific neighborhoods or cities to analyze market density, ratings, and business categories.
Local business directory building
Gather comprehensive business listings including addresses, phone numbers, and websites to build local directories.
试试这些提示
Find all {business_type} in {city}, {country}. Get their names, addresses, phone numbers, and ratings.Get the phone numbers and websites for {industry} companies in {region}. Output in a structured format.Research how many {business_type} businesses exist in {neighborhood}. Include ratings and review counts.Check if these businesses are still operational: {list of business names} in {city}.最佳实践
- Provide clear search keywords matching what you would type in Google Maps
- Specify country bias to improve result accuracy for your target region
- Review API key status if you receive authorization errors
避免
- Do not use vague keywords like 'services' - be specific like 'coffee shop' or 'dental clinic'
- Do not request scraping without a valid BrowserAct API key configured
- Do not expect real-time data - Google Maps data may have update delays