Real Estate Daily Deals Automation N8N AI
This automation is aimed to send you daily deals via email every morning at 9AM in real estate markets you are interested in with strict search criteria you provide. It uses ZillowAPI to get up to date listings and RentZestimates. From there it calculates a host of investing metrics such as your Down PMT, Cash on Cash ROI, Monthly Cash Flow, Monthly Maintenance and Vacancy Loss.
Here is the entire step by step walk through: https://youtu.be/OSeLeKc375Y?si=PWbOCaxkiNzxwScK
Prerequisites
- N8N account (Free trial Setup n8n account if you haven't already https://n8n.partnerlinks.io/try-n8n)
- Google account with OAuth setup here's a video for help: https://youtu.be/LTuy83t_Rt4?si=0XdpxM7G48gtFDe6
- Google Sheets API enabled
- RapidAPI account with Zillow API credentials (refer to the step by step video for help here)
- Blank Google Sheet created with specific columns
Step 1: Create a New Workflow
- Create a new workflow in N8N
- Name it something meaningful like "Daily Real Estate Deal Finder"
- Input all corresponding credentials in the Zillow Search, rentZestimate, Google Sheets and Gmail nodes. Lastly, put the email you want the deal sent to in the Gmail node
Step 2: Configure Search Parameters
- Define your real estate search criteria as key-value pairs: Example location: "Austin, TX" min_bed: 2 min_bath: 2, min_price: 250000, max_price: 400000, propertyType: "Single Family= True"
Step 3: Update Google Sheet
- Create a new Google Sheets
- Create the following columns Address, Price, Rent Zestimate, Cash onCash RoI, Monthly CashFlow and Down Pmt
- Make sure your google sheets node in N8N is mapping to the correct columns
Troubleshooting Tips
- If Zillow API fails, check your API credentials and request limits
- For calculation errors, verify your formulas in the Code node
- If Google Sheets node fails, ensure proper column mapping
- Always test with a small data set before running in production
- Happy Investing please let me know if you have any questions or trouble
This workflow will now automatically search for real estate deals matching your criteria, calculate investment metrics, update your tracking spreadsheet, and email you a summary each morning.