从Tutti.ch提取结构化列表数据,瑞士最受欢迎的分类信息平台。我们的爬虫通过直接访问Next.js _next/data端点绕过Cloudflare保护,无需任何浏览器即可获取干净的JSON数据。支持按关键词、分类、州(Canton)或价格范围搜索。
# 通过Apify API启动运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~tutti-ch-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{"searchQueries": ["iphone 15"], "canton": "ZH", "maxResultsPerQuery": 100}' # 或通过MCP与AI代理配合使用: # https://mcp.apify.com?tools=santamaria-automations/tutti-ch-scraper
| 特性 | NanoScrape | 浏览器爬虫 |
|---|---|---|
| Docker镜像 | ~12MB | 500MB - 2GB |
| 内存占用 | 128MB | 1-4GB |
| 每1k搜索结果成本 | $3.00 | $10 - $25 |
| Cloudflare绕过 | _next/data(无浏览器) | 完整Chrome无头浏览器 |
| 速度 (1k列表) | ~3分钟 | 20-40分钟 |
| Canton筛选 | 支持 | 不一定 |
| 字段 | 类型 | 示例 |
|---|---|---|
| title | string | iPhone 15 Pro 256GB |
| price | number | 890 |
| currency | string | CHF |
| location | string | Zurich, ZH |
| description | string | 完整列表描述 |
| seller | string | techdealer_zh |
| images | string[] | ["https://..."] |
| category | string | Electronics |
| url | string | https://tutti.ch/... |
| posted_at | string | 2026-04-20 |