gpt-researcher
GPT Researcher is an autonomous agent designed for comprehensive online research on a variety of tasks.
What it is and what it does
GPT Researcher is an autonomous agent framework that automates the research process by decomposing a research query into sub-questions, gathering information from multiple web sources in parallel, and synthesizing findings into a comprehensive report with citations. It addresses common LLM limitations—hallucination, outdated training data, token constraints, and shallow web coverage—by combining planning agents, execution agents, and a publisher component that aggregates results.
The package is designed for both programmatic use (via pip install and async Python API) and interactive deployment (with web frontends in HTML/CSS/JS and NextJS variants). It supports customization through environment variables and configuration objects, including optional features like AI-generated inline images, MCP integration for specialized data sources, and a deep research mode for recursive topic exploration. With 140 runtime dependencies, it brings a full ecosystem of async HTTP clients, web scrapers, LLM integrations, and document processing tools.
Use it for:
- Generate objective research reports on current events or technical topics without manual source gathering and synthesis.
- Automate competitive analysis or market research by aggregating information from multiple sources into a structured report.
- Build domain-specific research agents by customizing the planner and execution logic for specialized tasks.
- Integrate research capabilities into chatbots or assistants (e.g., Claude via the published Skill) to answer complex queries with citations.
- Export research findings to PDF or Word for stakeholder communication or documentation.
- Conduct deep exploratory research on complex topics using the recursive tree-like exploration mode.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
GPT Researcher is an autonomous agent that conducts comprehensive online research on a given query and generates detailed, factual reports with citations by orchestrating planner and execution agents to gather and synthesize information from multiple sources.
Yes, if you need to automate research report generation and have API keys for OpenAI and Tavily (or compatible services). The project is actively maintained, has no known vulnerabilities, and the MIT license imposes no restrictions. The main commitment is managing 140 dependencies and ensuring Python 3.12+ availability. Start with the pip package and async API examples in the documentation.
Install
gpt-researcher on PyPI
pip
pip install gpt-researcheruv
uv add gpt-researcherpoetry
poetry add gpt-researcherInstalling gpt-researcher
Before you install
Installation is straightforward with low friction—a pure Python wheel with no compiled dependencies. The project is actively maintained with recent commits and steady releases. Requires Python 3.12 or later and 140 runtime dependencies, which is substantial but typical for a complex agent framework.
License in practice
MIT license is permissive and places no restrictions on use, modification, or distribution in commercial or private projects.
Quickstart
pip install gpt-researcher
from gpt_researcher import GPTResearcher
import asyncio
async def research():
researcher = GPTResearcher(query="your research topic")
result = await researcher.conduct_research()
report = await researcher.write_report()
return report
Requires Python 3.12 or later. API keys for OpenAI and Tavily (or compatible alternatives) must be set as environment variables before use.
Verify before relying
- Whether the 2,000+ word report length claim and 20+ source aggregation are typical or best-case outcomes.
- Performance characteristics and cost implications of the deep research feature mentioned in the description.
- Whether MCP integration and inline image generation features are stable or experimental.
- Real-world latency and reliability of the parallelized agent execution model.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.12) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 140 — aiofiles, aiohappyeyeballs, aiohttp, aiosignal, annotated-types, anyio, arxiv, attrs, backoff, beautifulsoup4, brotli, certifi, cffi, chardet, charset-normalizer, click, colorama, cryptography, cssselect2, dataclasses-json, distro, docopt, duckduckgo-search, emoji, fastapi, feedparser, filelock, filetype, fonttools, frozenlist |
| Maintenance | actively maintained — 27 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 95,200/month — #13,280 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: gpt_researcher-0.16.0-py3-none-any.whl
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
praisonaiagentsPraisonAI agents is a Python framework for…
unclear · top 15,000 on PyPI
duckduckgo-mcpThis package is deprecated; install web-forager…
permissive · top 15,000 on PyPI
cugaCUGA is an enterprise-grade generalist agent…
permissive · top 15,000 on PyPI
deepagentsDeep Agents is an opinionated agent harness…
permissive · top 5,000 on PyPI
cogneeCognee builds a self-hosted knowledge graph…
permissive · top 15,000 on PyPI
PraisonAIPraisonAI is a framework for building and…
permissive · top 15,000 on PyPI
web-foragerWeb Forager is a search-and-fetch toolkit for…
permissive · top 15,000 on PyPI
stashaiStash is a CLI and MCP server that creates a…
permissive · top 15,000 on PyPI
genagentGenAgent provides utilities for building…
unclear · top 15,000 on PyPI
pyodPyOD detects anomalies and outliers across…
permissive · top 5,000 on PyPI