Shopify Store Products Scraper avatar

Shopify Store Products Scraper

Pricing

$50.00 / 1,000 store scrape completeds

Go to Apify Store
Shopify Store Products Scraper

Shopify Store Products Scraper

Scrape ALL products from ANY Shopify store. Uses built-in /products.json API - no captcha, no login, no API key needed. Returns clean JSON with prices, variants, images, SKUs. Perfect for competitor research, price monitoring, and dropshipping sourcing.

Pricing

$50.00 / 1,000 store scrape completeds

Rating

0.0

(0)

Developer

yuepao nan

yuepao nan

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

9 hours ago

Last modified

Categories

Share

Data8 — 数据爬虫变现系统

两条腿走路:

  1. 自建 Shopify 爬虫 → Apify 上架赚钱
  2. API 数据接口 → 按月订阅卖数据

🚀 快速启动

安装依赖

cd 1688-scraper
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
playwright install chromium

测试爬虫

$python shopify_scraper\scraper.py gymshark.com 20

启动 API 服务器

$python -m uvicorn app.api:app --host 0.0.0.0 --port 8000 --reload

📡 API 使用

获取 API Key

curl -X POST http://localhost:8000/v1/keys \
-H "Content-Type: application/json" \
-d '{"name": "test", "tier": "free"}'

搜索商品

curl -X POST http://localhost:8000/v1/search \
-H "Content-Type: application/json" \
-H "X-API-Key: <your-key>" \
-d '{"source": "shopify", "domain": "gymshark.com", "max_results": 10}'

📦 Apify 部署

  1. 注册 https://apify.com
  2. 安装 Apify CLI: npm -g install apify-cli
  3. cd apify_actor && apify push
  4. 在 Apify Console 设置定价

📊 定价体系

Tier月配额价格
Free1,000 条$0
Pro50,000 条$49
Enterprise500,000 条$299