n8n-nodes-shopify-product-scraper
v1.0.1
Published
n8n community node for Shopify Product Scraper - Extract products, prices, reviews, and variants from any Shopify store
Maintainers
Readme
n8n-nodes-shopify-product-scraper
n8n community node for Shopify Product Scraper - Extract complete product data from any Shopify store including prices, variants, reviews, and sales estimates.
Features
- Complete Product Data - Prices, discounts, variants, SKUs, inventory
- All Variants - Extract up to 250 variants per product (sizes, colors)
- Customer Reviews - Ratings from Judge.me, Yotpo, Stamped, Loox, Okendo
- Sales Intelligence - Estimated sales based on review data
- Multi-Store - Scrape multiple Shopify stores in one run
- Real-time Pricing - Current prices and discount percentages
Use Cases
- Dropshipping Research - Find winning products with proven sales
- Price Monitoring - Track competitor prices automatically
- Market Intelligence - Analyze pricing strategies across stores
- Inventory Tracking - Monitor stock availability
- Product Discovery - Find trending products in your niche
Installation
- Go to Settings → Community Nodes in n8n
- Click Install a community node
- Enter:
n8n-nodes-shopify-product-scraper - Click Install
Credentials
Requires an Apify API token:
- Sign up at apify.com
- Go to Settings → Integrations → API tokens
- Add credentials in n8n: Credentials → New → Apify API
Example Output
{
"store": "gymshark.com",
"title": "Training Shorts",
"price": 45,
"compare_at_price": 60,
"discount_pct": 25,
"variant_count": 12,
"reviews_count": 234,
"rating": 4.7,
"estimated_sales": 11700
}Resources
Keywords
shopify scraper, ecommerce scraper, product scraper, price monitoring, dropshipping, competitor analysis, shopify api, product data extraction, n8n automation
License
MIT - WebDataLabs
