workflows.fit
Back to n8n workflows
n8n templateFreeBy Avkash Kakdiya

Track competitor prices and email AI insights with Google Sheets, Groq and Gmail

How it works This workflow automatically monitors competitor product prices stored in Google Sheets. It scrapes product pages, extracts pricing and offer data using AI, and compares it with historical values. Based on...

Data & StorageProductivityDevelopmentCore NodesCommunicationHITLAILangchain
Loading interactive preview...

Template notes

How it works This workflow automatically monitors competitor product prices stored in Google Sheets. It scrapes product pages, extracts pricing and offer data using AI, and compares it with historical values. Based on changes, it updates records and generates a market intelligence report. The workflow then emails the report and resets data for the next execution cycle.

Step-by-step

- Step 1: Database sync - Schedule Trigger – Runs the workflow at a scheduled time. - Get row(s) in sheet – Fetches competitor data and product URLs.

- Step 2: Scraping - Loop Over Items – Processes each competitor entry. - HTTP Request3 – Retrieves raw HTML using ScraperAPI. - Clean Content – Cleans and prepares text for AI processing.

- Step 3: Price extraction - AI Agent1 – Extracts product name, price, and offers. - Groq Chat Model1 – Provides AI extraction capability. - current Price and offer – Converts AI output into structured data. - If2 – Checks if it's the first recorded entry. - First time price and offer added – Stores initial values. - If1 – Compares current vs previous price and offers. - Updated current price and offer in sheet – Updates if changes detected. - If No changes then update – Updates sheet even when no change is found.

- Step 4: Analysis - Get row(s) in sheet1 – Retrieves updated dataset. - Data Aggregator – Builds structured market comparison data. - AI Agent – Generates strategic insights and recommendations. - Groq Chat Model – Powers the analysis output. - Update row in sheet – Saves AI-generated summary in sheet.

- Step 5: Reporting - Edit Fields1 – Formats the report into HTML email layout. - Send a message – Sends the final report via Gmail.

- Step 6: Reset - Get row(s) in sheet2 – Retrieves final processed data. - Update row in sheet1 – Moves current data to history and clears fields.