πŸ“Š Scrape product info from website URLs in Google Sheets using Dumpling AI

⚑ 1,582 views Β· πŸ“Š Market Research & Insights

πŸ’‘ Pro Tip β€” HTTP Request scraping tends to break when sites update their markup. If you’re scraping a major platform, check if ScraperNode covers it β€” it has maintained scrapers for LinkedIn, Instagram, TikTok, YouTube, and 20+ other platforms that return structured data.

View All Scrapers

Description

πŸ“„ What this workflow does

This workflow automatically scrapes product information from any website URL entered into a Google Sheet and stores the extracted product details into another sheet. It uses Dumpling AI to extract product data such as name, price, description, and reviews.


πŸ‘€ Who is this for

This is ideal for:


βœ… Requirements


βš™οΈ How to set up

  1. Replace the Google Sheet and tab IDs in the workflow with your own.
  2. Make sure your source sheet includes a Website column.
  3. Connect your Dumpling AI and Google Sheets credentials.
  4. Make sure the output sheet has the following headers:
    • productName
    • price
    • productDescription
      (The workflow supports review, but it’s optional.)
  5. Activate the workflow to start processing new rows.

πŸ” How it works (Workflow Steps)

  1. Watch New Website URL in Google Sheets: Triggers when a new row is added with a website URL.
  2. Extract Product Info with Dumpling AI: Sends the URL to Dumpling AI’s extract endpoint using a defined schema for product details.
  3. Split Extracted Products: Separates multiple products into individual items if the page contains more than one.
  4. Append Product Info to Google Sheets: Adds the structured results to the specified product details sheet.

πŸ› οΈ Customization Ideas

πŸ”— Nodes Used

Google Sheets, HTTP Request, Google Sheets Trigger

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup