AI-powered document and web page analysis using n8n and GPT model. Ask questions about any local file or web URL and get intelligent, formatted answers.
Perfect for researchers, developers, content analysts, students, and anyone who needs quick insights from documents or web pages without uploading files to external services.
Input format: path_or_url | your_question
Examples:
/Users/docs/readme.md | What are the installation steps?
https://n8n.io | What is n8n?
Change AI model → Edit "OpenAI Document Analyzer" node (switch to gpt-4o-mini
for cost savings)
Adjust content length → Modify maxLength
in "Process Document Content" node (default: 15000 chars)
Add file types → Update supportedTypes
array in "Parse Document & Question" node
Increase timeout → Change timeout value in "Fetch Web Content" node (default: 30s)