抓取 12 个国家的 Groupon 优惠:DE、US、UK、FR、IT、ES、NL、BE、AT、PL、AU 和 IE。直接读取公开的 SSR Apollo 缓存,因此无需浏览器。类别扩散发现子页面,并按 UUID 去重收集每个城市约 80 条独特优惠。可选的详细模式抓取完整描述、细则条款、选项、地点和评论数。适用于优惠情报、促销时机分析和本地商家发现。
# 通过 Apify API 启动运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~groupon-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "country": "DE", "city": "berlin", "maxResults": 100, "includeDetails": false }' # 或通过 MCP 与 AI 智能体配合使用: # https://mcp.apify.com?tools=santamaria-automations/groupon-scraper
| 字段 | 类型 | 示例 |
|---|---|---|
| title | string | 60 分钟深层组织按摩 |
| merchant_name | string | Berlin Wellness Spa |
| price | number | 39.00 |
| original_price | number | 79.00 |
| currency | string | EUR |
| discount_percent | number | 51 |
| merchant_rating | number | 4.5 |
| location_address | string | Friedrichstr. 100, 10117 Berlin |
| latitude | number | 52.5170 |
| category | string | beauty-spas |