抓取Shopify商店 -- 产品、价格与库存

从任何Shopify商店提取完整产品目录。返回产品名称、描述、价格、变体、库存状态、图片和系列。使用Shopify的公开JSON端点。纯HTTP -- 无需Chrome,无需Playwright。

在Apify上打开 → 立即试用
Docker镜像
~12MB
内存
128MB
代理
数据中心
覆盖范围
全球
价格
按结果付费
方法
公开JSON API

可抓取的数据

主要用例

API示例

# 通过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镜像~12MB500MB - 2GB
内存占用128MB1-4GB
成本按结果付费$5 - $20/1k
数据来源公开JSON APIHTML解析
速度 (1k产品)约2分钟15-30分钟
变体提取完整通常不完整

输出字段

字段类型示例
titlestringTree Runner Go - Everyday Sneaker
vendorstringAllbirds
product_typestringShoes
pricestring110.00
compare_at_pricestring130.00
variantsarray[{"title": "9 / Natural White", "price": "110.00", "available": true}]
imagesarray["https://cdn.shopify.com/..."]
tagsarray["shoes", "runners", "sustainable"]
urlstringhttps://allbirds.com/products/...
在Apify上打开 → 立即试用 -- 提供免费套餐