Block 1 - Trigger on New URL in Sheet
- Type / Role
- n8n-nodes-base.googleSheetsTrigger - googleSheetsTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Who is this for? This workflow is perfect for eCommerce teams, market researchers, and product analysts who want to track or extract product information from websites that restrict scraping tools. ...
n8n-nodes-base.googlesheetstrigger, n8n-nodes-base.httprequest, n8n-nodes-base.googledrive, n8n-nodes-base.googlesheets, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.splitout, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Yang.
Original n8n.io sourceThis workflow is perfect for eCommerce teams, market researchers, and product analysts who want to track or extract product information from websites that restrict scraping tools. It’s also useful for virtual assistants handling product comparison tasks.
Many eCommerce and retail sites use dynamic content or anti-bot protections that make traditional scraping methods unreliable. This workflow bypasses those issues by taking a screenshot of the full page, using OCR to extract visible text, and summarizing product information with GPT-4o—all fully automated.
This workflow monitors a Google Sheet for new URLs. Once a new link is added, it performs the following steps:
Google Sheet
Sheet1 should contain a header row with a column labeled URL.Sheet2 should contain headers: Product Name, price, purchased, ratings, deal, buyingOptions.Dumpling AI
https://app.dumplingai.com/api/v1/screenshot.Google Drive
Save Screenshot to Drive Folder node, select the correct folder or provide the folder ID.OpenAI
Extract Product Info from Screenshot Text with GPT-4o node.Split & Save
Split Each Product Entry takes the array of product objects from GPT and makes each one a separate execution.Save Products info to Google Sheet writes structured fields into Sheet2 under:Product Name, price, purchased, ratings, deal, buyingOptions.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.
| Workflow | Extract product info from webpage screenshots using Dumpling AI and GPT-4o |
|---|---|
| Complexity | intermediate |
| Nodes | 11 |
| Categories | Market Research, AI Summarization |
| Author | Yang |
| Published | 22 May 2025 |
Use the JSON export at /data/workflows/4329/4329.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.
Who is this for? This workflow is perfect for eCommerce teams, market researchers, and product analysts who want to track or extract product information from websites that restrict scraping tools. ...
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 Market Research, AI Summarization use case.