从任何Shopify商店提取完整产品目录。返回产品名称、描述、价格、变体、库存状态、图片和系列。使用Shopify的公开JSON端点。纯HTTP -- 无需Chrome,无需Playwright。
# 通过Apify API启动一次运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~shopify-store-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "storeUrls": [ "https://allbirds.com", "https://gymshark.com" ], "maxProducts": 100 }' # 或通过MCP与AI代理一起使用: # https://mcp.apify.com?tools=santamaria-automations/shopify-store-scraper
| 特性 | NanoScrape | 基于浏览器的抓取工具 |
|---|---|---|
| Docker镜像 | ~12MB | 500MB - 2GB |
| 内存占用 | 128MB | 1-4GB |
| 成本 | 按结果付费 | $5 - $20/1k |
| 数据来源 | 公开JSON API | HTML解析 |
| 速度 (1k产品) | 约2分钟 | 15-30分钟 |
| 变体提取 | 完整 | 通常不完整 |
| 字段 | 类型 | 示例 |
|---|---|---|
| title | string | Tree Runner Go - Everyday Sneaker |
| vendor | string | Allbirds |
| product_type | string | Shoes |
| price | string | 110.00 |
| compare_at_price | string | 130.00 |
| variants | array | [{"title": "9 / Natural White", "price": "110.00", "available": true}] |
| images | array | ["https://cdn.shopify.com/..."] |
| tags | array | ["shoes", "runners", "sustainable"] |
| url | string | https://allbirds.com/products/... |