Block 1 - AI Agent
- Type / Role
- @n8n/n8n-nodes-langchain.agent - agent
- Config choices
- Version 2.2
This workflow is provided as-is. Please review and test before using in production.
Who this is for? This workflow is designed for: Marketing analysts , SEO specialists , and content strategists who want automated intelligence on their online competitors. Growth teams that need qu...
@n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.httprequesttool, n8n-nodes-base.stickynote, n8n-nodes-base.manualtrigger, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.chainllm, @n8n/n8n-nodes-langchain.informationextractor
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 is designed for:
Manual competitor research is time-consuming, fragmented, and often lacks actionable insights. This workflow automates the entire process by:
Essentially, it transforms raw SERP data into strategic marketing intelligence — saving hours of research time.
Here’s a step-by-step overview of how the workflow operates:
Initiates the process on demand when you click “Execute Workflow.”
The “Set Input Fields” node defines your search query, such as:
> “Top SEO strategies for e-commerce in 2025”
Four HTTP request tools send the query to Thordata Scraper API to retrieve results from:
Each uses Bearer Authentication configured via “Thordata SERP Bearer Auth Account.”
The LangChain AI Agent orchestrates the data flow, combining inputs and preparing them for structured analysis.
The SEO Analyst node (powered by GPT-4.1-mini) parses SERP results into a structured schema, extracting:
The Summarize the content node distills complex data into a concise executive summary using GPT-4.1-mini.
The Keyword and Topic Analysis node extracts:
The Structured Output Parser ensures results are clean, validated JSON objects for further integration (e.g., Google Sheets, Notion, or dashboards).
Add Credentials
Import the Workflow
Set Input
“Google Search for Top SEO strategies for e-commerce in 2025”Execute
Change the search_query variable in the Set Node to any target keyword or topic.
In the OpenAI Chat Model nodes, you can switch from gpt-4.1-mini to another model for better quality or lower cost.
Edit the JSON schema in the “Information Extractor” nodes to include:
Connect the output to:
This workflow creates an AI-powered Competitor Intelligence System inside n8n by blending:
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 | Competitor intelligence agent: SERP monitoring + summary with Thordata + OpenAI |
|---|---|
| Complexity | advanced |
| Nodes | 23 |
| Categories | Market Research, AI Summarization |
| Author | Ranjan Dailata |
| Published | 28 Oct 2025 |
Use the JSON export at /data/workflows/10252/10252.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.
Who this is for? This workflow is designed for: Marketing analysts , SEO specialists , and content strategists who want automated intelligence on their online competitors. Growth teams that need qu...
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.