workflows.fit
Back to n8n workflows
n8n templateFreeBy Divyanshu Gupta

Monitor restaurant ratings with Google Places, Gemini, Sheets, and Slack

What this workflow does Automatically monitors restaurant ratings on Google Places daily, detects meaningful changes, uses Google Gemini AI to diagnose the root cause from real customer reviews, and delivers smart ale...

Data & StorageProductivityDevelopmentCore NodesCommunicationHITLAILangchain
Loading interactive preview...

Template notes

What this workflow does Automatically monitors restaurant ratings on Google Places daily, detects meaningful changes, uses Google Gemini AI to diagnose the root cause from real customer reviews, and delivers smart alerts to Slack — categorised as šŸ”“ Critical, 🟔 Watch, or 🟢 Positive.

Why it's unique Most monitoring tools just tell you that a rating changed. RestaurantPulse tells you why — by reading actual customer reviews through AI and suggesting one concrete action to fix it.

How it works 1. Reads restaurant list from Google Sheets (add any restaurant via placeid) 2. Fetches live rating + reviews from Google Places API 3. Compares against last known state stored in Google Sheets 4. AI diagnoses root cause if change detected 5. Routes alert to Slack by severity level 6. Logs all alerts to Google Sheets for history

Prerequisites - Google Places API key (console.cloud.google.com) - Google Sheets OAuth2 credentials - Google Gemini API key - Slack OAuth2 credentials

Google Sheets Setup Create a spreadsheet with two sheets:

Sheet 1 — restaurantlist Columns: placeid | name | lastrating | lastreviewcount | lastchecked

Sheet 2 — alerthistory Columns: timestamp | restaurantname | oldrating | newrating | ratingdiff | alertlevel | aidiagnosis | placeid

How to find placeid Call this URL in your browser: https://maps.googleapis.com/maps/api/place/findplacefromtext/json?input=RESTAURANT+NAME+CITY&inputtype=textquery&fields=placeid,name&key=YOURKEY