Want product price data without copy paste? Add a page URL to Google Sheets and get a CSV delivered to your inbox. Great for marketers tracking book prices, bestseller lists, or quick product research.
When a new row appears in the sheet, the flow calls a scraping service to pull a clean HTML copy of that page. The HTML parser finds each book block, then a split step handles one item at a time. It captures the title and price, sorts all items from high to low, and turns the list into a CSV file. Gmail sends the CSV with a short note so your team can review and share right away. The system checks the sheet every minute, so new links get processed fast. You can change the sort or add more fields as your needs grow.
Connect Google Sheets and Gmail in n8n, then add your scraping API credentials to finish setup. If the site layout is different, update the CSS selectors to match your page before scaling. Expect to cut manual work from about an hour per page to a few minutes, freeing time for pricing analysis, promo planning, and weekly competitor checks. Test with one URL, confirm the email arrives, then add more rows to scale your reports.