Block 1 - When clicking ‘Execute workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow automates the process of collecting, analyzing, and storing Facebook post comments with AI powered sentiment analysis about YOUR Facebook Page. Typical Use Cases: Social media sentime...
n8n-nodes-base.manualtrigger, n8n-nodes-base.executeworkflow, n8n-nodes-base.executeworkflowtrigger, n8n-nodes-base.wait, @n8n/n8n-nodes-langchain.lmchatgooglegemini, @n8n/n8n-nodes-langchain.sentimentanalysis, n8n-nodes-base.set, n8n-nodes-base.facebookgraphapi
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Davide Boizza.
Original n8n.io sourceThis workflow automates the process of collecting, analyzing, and storing Facebook post comments with AI-powered sentiment analysis about YOUR Facebook Page.
Eliminates manual work by automatically collecting and analyzing Facebook comments end-to-end.
Uses Google Gemini to accurately classify user sentiment, enabling deeper insights into audience perception and engagement.
Saves results directly into Google Sheets, making the data easy to analyze, share, and visualize with dashboards or reports.
The “append or update” logic ensures comments are not duplicated and can be refreshed if sentiment analysis changes.
Pagination handling, batch processing, and wait nodes allow the workflow to scale to large volumes of comments without hitting API limits.
The use of sub-workflows makes the solution reusable and easy to integrate into larger automation pipelines (e.g. monitoring multiple posts or pages).
Can be run manually for testing or automatically as part of a broader workflow ecosystem.
This workflow automates the process of fetching Facebook post comments, performing sentiment analysis on each comment, and storing the results in a Google Sheet. It operates in two modes:
Call 'Facebook' node) to process each comment batch through sentiment analysis and save results to Google Sheets.POST ID, COMMENT ID, COMMENT, SENTIMENT.👉 Subscribe to my new YouTube channel. Here I’ll share videos and Shorts with practical tutorials and FREE templates for n8n.
Contact me for consulting and support or add me on Linkedin.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Extract and analyze 🔬 ALL Facebook post comments with sentiment AI using Gemini |
|---|---|
| Complexity | advanced |
| Nodes | 20 |
| Categories | Market Research, AI Summarization |
| Author | Davide Boizza |
| Published | 05 Feb 2026 |
Use the JSON export at /data/workflows/13234/13234.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This workflow automates the process of collecting, analyzing, and storing Facebook post comments with AI powered sentiment analysis about YOUR Facebook Page. Typical Use Cases: Social media sentime...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research, AI Summarization use case.