以远低于同类工具的成本从Google Maps提取全面的商家数据。获取名称、地址、电话、网站、评价、评分、营业时间、GPS坐标和照片。每条记录30+个结构化字段,使用数据中心代理,比浏览器方案便宜10倍。
# 通过Apify API启动运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~google-maps-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchQueries": ["restaurants in Munich"], "maxResultsPerQuery": 100, "language": "en" }' # 或通过MCP与AI代理配合使用: # https://mcp.apify.com?tools=santamaria-automations/google-maps-scraper
| 特性 | NanoScrape | compass/crawler-google-places |
|---|---|---|
| 每1k条成本 | $3.75 | $35 - $50 |
| 内存占用 | 256MB | 2-8GB |
| 代理类型 | 数据中心 ($0.006/请求) | 住宅代理 ($$$) |
| 每条字段数 | 30+ | 20-30 |
| 评价提取 | 支持 | 支持 |
| GPS坐标 | 支持 | 支持 |
| 字段 | 类型 | 示例 |
|---|---|---|
| name | string | Augustiner-Keller |
| category | string | Beer garden |
| address | string | Arnulfstr. 52, 80335 Munich |
| phone | string | +49 89 594393 |
| website | string | https://www.augustinerkeller.de |
| rating | number | 4.5 |
| review_count | number | 12,847 |
| latitude | number | 48.1432 |
| longitude | number | 11.5512 |
| opening_hours | object | {"Mon": "11:00-23:00", ...} |