Block 1 - When clicking ‘Execute workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Scrape & Import Products to Shopify from Any Site (with Variants & Images) (Optimized for shoes)...
n8n-nodes-base.manualtrigger, n8n-nodes-base.splitinbatches, n8n-nodes-base.merge, n8n-nodes-base.shopify, n8n-nodes-base.slack, n8n-nodes-base.stickynote, n8n-nodes-base.httprequest, n8n-nodes-base.set
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Madame AI Team | Kai.
Original n8n.io sourceThis workflow is essential for dropshippers, e-commerce store owners, and anyone looking to quickly import product catalogs from specific websites into their Shopify store.
This Workflow uses a community contribution and is designed and tested for self-hosted n8n instances only.
The workflow reads a list of product page URLs from a Google Sheet. Your sheet, with its columns for Product Name and Product Link, acts as a database for your workflow.
The Loop Over Items node processes products one URL at a time.
Two BrowserAct nodes run sequentially to scrape all product details, including the Name, price, description, sizes, and image links.
A custom Code node transforms the raw scraped data (where fields like sizes might be a single string) into a structured JSON format with clean lists for sizes and images.
The Shopify node creates the base product entry using the main details.
The workflow then uses a series of nodes (Set Option and Add Option via HTTP Request) to dynamically add product options (e.g., "Shoe Size") to the new product.
The workflow intelligently uses HTTP Request nodes to perform two crucial bulk tasks:
A final Slack notification confirms the batch has been processed.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 25 workflow blocks. Download the JSON for the full node graph.
| Workflow | Scrape & import shoe products to Shopify with BrowserAct (with variants & images) |
|---|---|
| Complexity | advanced |
| Nodes | 25 |
| Categories | Miscellaneous |
| Author | Madame AI Team | Kai |
| Published | 20 Oct 2025 |
Use the JSON export at /data/workflows/9946/9946.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Scrape & Import Products to Shopify from Any Site (with Variants & Images) (Optimized for shoes)...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Miscellaneous use case.