GPT Researcher
A question goes in; a cited, long-form report comes out - GPT Researcher is an open-source
autonomous research agent. A planner agent decomposes the query into sub-questions, execution
agents crawl 20+ web sources in parallel with JavaScript-enabled scraping, and a publisher
aggregates findings into a 2,000+ word report with inline citations, exportable to PDF, Word,
and Markdown. The Deep Research mode extends this recursively: each result yields follow-up
questions that are explored to configurable breadth and depth in a tree pattern, while
accumulated learnings, citations, and visited URLs are shared across branches. It also
researches local documents (PDF, CSV, Word) alongside the web. LLM and search providers are
pluggable, including OpenAI, Anthropic, Google, DeepSeek, and Ollama for models, and Tavily,
Google, Bing, DuckDuckGo, and SearXNG for retrieval. It ships as a Python package, a FastAPI
server with web frontend, a Docker image, and an MCP server for use inside Claude or Cursor.
MIT-licensed.
Deploy