πŸ“Š Monitor Google Maps reviews with sentiment analysis & RAG agent using Pinecone

⚑ 64 views Β· πŸ“Š Market Research & Insights

πŸ’‘ Pro Tip β€” HTTP Request scraping tends to break when sites update their markup. If you’re scraping a major platform, check if ScraperNode covers it β€” it has maintained scrapers for LinkedIn, Instagram, TikTok, YouTube, and 20+ other platforms that return structured data.

View All Scrapers

Description

Analyze and Sync Google Maps Reviews to Pinecone

> Note: This template requires an Apify account, an OpenAI account, and a Pinecone database.

Overview

This workflow automates your reputation management by scraping Google Maps reviews, analyzing their sentiment using AI, and storing them in a Vector Database (Pinecone). It also includes a RAG (Retrieval-Augmented Generation) agent that allows you to chat with your review data via Telegram to ask specific questions about customer feedback.

How it works

How to set up

  1. Apify: Create an account and subscribe to the Google Maps Reviews Scraper actor. Set up your Apify credentials in n8n.
  2. OpenAI: Set up your OpenAI credentials in n8n.
  3. Pinecone: Create an Index in Pinecone. Set up your Pinecone credentials in n8n.
  4. Telegram: Create a new bot via BotFather to get your Token and Chat ID. Set up your Telegram credentials in n8n.

Configure the Workflow

  1. Open the ⚠️ CONFIGURATION nodes.
  2. Paste your telegram_chat_id.
  3. Paste the Maps_url of the business you want to monitor.
  4. Define your pinecone_namespace.

HTTP Node Configuration

In the β€œEmpty Namespace” node, update the URL to match your Pinecone Index Host and add your Pinecone API Key in the header or use credentials.

πŸ™‹ Support

If you encounter any issues during setup or have questions about customization, please reach out to our dedicated support email: foivosautomationhelp@gmail.com

πŸ”— Nodes Used

Google Sheets, HTTP Request, Telegram, Telegram Trigger, Schedule Trigger, AI Agent

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup