Block 1 - When clicking ‘Execute workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This workflow automates company research and intelligence extraction from Glassdoor using Decode API for data retrieval and Google Gemini for AI powered summarization. Who this is for This workflow...
n8n-nodes-base.manualtrigger, n8n-nodes-base.set, @decodo/n8n-nodes-decodo.decodo, @n8n/n8n-nodes-langchain.outputparserstructured, @n8n/n8n-nodes-langchain.chainllm, @n8n/n8n-nodes-langchain.informationextractor, @n8n/n8n-nodes-langchain.lmchatgooglegemini, n8n-nodes-base.merge
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Ranjan Dailata.
Original n8n.io sourceThis workflow automates company research and intelligence extraction from Glassdoor using Decode API for data retrieval and Google Gemini for AI-powered summarization.
This workflow is ideal for:
This workflow automates data mining, summarization, and structuring, transforming Glassdoor data into ready-to-use JSON and Markdown summaries.
The workflow automates the end-to-end pipeline for Glassdoor company research:
Trigger
Set Input Fields
company_url (e.g., a Glassdoor company profile link) and geo (country).Extract Raw Data from Glassdoor (Decodo Node)
Generate Structured Data (Google Gemini + Output Parser)
The Structured Data Extractor node (powered by Gemini AI) processes raw data into well-defined fields:
Summarize the Insights (Gemini AI Summarizer)
Produces a detailed summary highlighting:
Merge and Format
Export and Save
C:\{{CompanyName}}.json.Binary Encoding for File Handling
If you are new to Decode, please signup on this link visit.decodo.com
decodoApi)Make sure to install the Decodo Community Node.
Import this workflow JSON file into your n8n instance.
Configure your credentials for:
Open the Set the Input Fields node and replace:
company_url → with the Glassdoor URLgeo → with the region (e.g., India, US, etc.)Execute the workflow.
Check your output folder (C:\) for the exported JSON report.
You can easily adapt this template to your needs:
Add Sentiment Analysis
Export to Notion or Google Sheets
Multi-Company Batch Mode
Add Visualization Layer
Change Output Format
pypandoc or reportlab module.This n8n workflow combines Decode web scrapping with Google Gemini’s reasoning and summarization power to build a fully automated Glassdoor Research Engine.
With a single execution, it:
Ideal for:
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 | Summarize & extract Glassdoor company info with Google Gemini and Decodo |
|---|---|
| Complexity | advanced |
| Nodes | 15 |
| Categories | Market Research, AI Summarization |
| Author | Ranjan Dailata |
| Published | 20 Oct 2025 |
Use the JSON export at /data/workflows/9924/9924.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 company research and intelligence extraction from Glassdoor using Decode API for data retrieval and Google Gemini for AI powered summarization. Who this is for This workflow...
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.