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.
Web Consultation & Crawling Chatbot with Google Sheets Memory Who is this workflow for? This workflow is designed for SEO analysts, content creators, marketing agencies, and developers who need to ...
@n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.memorybufferwindow, n8n-nodes-base.googlesheetstool, n8n-nodes-base.if, n8n-nodes-base.httprequest, n8n-nodes-base.xml, n8n-nodes-base.code
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oriol Seguí.
Original n8n.io sourceWho is this workflow for? This workflow is designed for SEO analysts, content creators, marketing agencies, and developers who need to index a website and then interact with its content as if it were a chatbot. ⚠ Note: if the site contains many pages, AI token consumption can generate high costs, especially during the initial crawling and analysis phase.
When the user enters a URL for the first time:
URL validation using AI (gpt-5-nano).
Automatic sitemap discovery via robots.txt.
Relevant sitemap selection (pages, posts, categories, or tags) using GPT-4o according to configured options. (Includes “OPTIONS” node to precisely choose which types of URLs to process)
Crawling of all selected pages:
Downloads HTML of each page.
Converts HTML to Markdown.
AI analysis to extract:
Structured storage in Google Sheets:
When finished, the sheet is marked with Data schema = true, signaling that the site is indexed.
If the URL has already been indexed (Data schema = true):
The chat becomes a LangChain Agent that:
This allows the user to ask questions such as:
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.
Showing the first 24 of 44 workflow blocks. Download the JSON for the full node graph.
| Workflow | Crawl websites & answer questions with GPT-5 nano and Google Sheets |
|---|---|
| Complexity | advanced |
| Nodes | 44 |
| Categories | Market Research, Multimodal AI |
| Author | Oriol Seguí |
| Published | 14 Aug 2025 |
Use the JSON export at /data/workflows/7368/7368.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.
Web Consultation & Crawling Chatbot with Google Sheets Memory Who is this workflow for? This workflow is designed for SEO analysts, content creators, marketing agencies, and developers who need to ...
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, Multimodal AI use case.