Analyze real estate RSS deals with Groq, Google Sheets and Gmail
Real Estate News RSS to AI Deal Analyzer This workflow acts as a 24/7 digital real estate scout. It automatically monitors multiple RSS news feeds, filters out stories you have already seen, uses Groq-powered AI to sc...
Template notes
Real Estate News RSS to AI Deal Analyzer
This workflow acts as a 24/7 digital real estate scout. It automatically monitors multiple RSS news feeds, filters out stories you have already seen, uses Groq-powered AI to score the investment potential of new articles and saves high-value opportunities to a Google Sheet while alerting you via Gmail.
Quick Start Guide
Import: Upload the JSON file into your n8n canvas. Authenticate: Connect your Google Sheets, Groq and Gmail credentials. Configure Sheet: Ensure your Google Sheet has a header named Link in the first tab. Set Recipient: Open the Send Deal Alert Email node and enter your email address in the "To" field. Run: Click Start Workflow to begin fetching and analyzing today's news.
What It Does
The workflow begins by retrieving a list of previously "seen" articles from your Google Sheet to prevent duplicate work. It then visits a list of RSS news sources (defined in a JavaScript node) to find the latest real estate headlines. Using a specialized filtering script, it compares the new headlines against your existing list, ensuring that only fresh, unread news moves forward.
Once new articles are identified, the workflow uses the Groq LLM Engine to perform a deep "Deal Opportunity" analysis. The AI reads the news snippet, assigns a score from 1 to 10 based on investment potential and provides a concise reason for that score. This turns a simple headline into a structured data point.
In the final stage, the workflow applies a quality filter. If the AI determines a deal is high-potential (Score ≥ 8), the workflow saves the title, link and AI reasoning to your Google Sheet. Simultaneously, it fires off a Gmail notification to your inbox so you can act on the lead before the rest of the market.