Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
PublishSign in
catalog / Research / GPT Researcher
◉AgentResearchFree

GPT Researcher

Autonomous AI research agent that searches the web and produces detailed, cited research reports in minutes.

@ai-supply
Installs88k
Rating★ 4.7
Reviews29
Install (free) to download the source.↗ Source repository

GPT Researcher

GPT Researcher is an autonomous agent designed to perform comprehensive online research on any topic and produce detailed, factual reports with citations. It orchestrates multiple sub-agents — a planner and execution agents — to scrape relevant sources, extract key facts, and synthesise a structured markdown report.

Key Features

  • Multi-agent orchestration: orchestrator plans subtasks, parallel agents execute web searches
  • Source deduplication and credibility filtering across 20+ web sources per query
  • LLM-provider agnostic: GPT-4, Claude, Gemini, or any LangChain-compatible model
  • Outputs: detailed report, quick summary, resource list, or outline
  • FastAPI server and React frontend included for production deployment

Quick Start

pip install gpt-researcher
export OPENAI_API_KEY=sk-...
export TAVILY_API_KEY=tvly-...
from gpt_researcher import GPTResearcher
import asyncio

async def main():
    researcher = GPTResearcher(
        query="Latest advances in multimodal LLMs 2025",
        report_type="research_report",
    )
    await researcher.conduct_research()
    report = await researcher.write_report()
    print(report)

asyncio.run(main())
npx ai-supply add gpt-researcher-ai-research

Curated mirror of the open-source GPT Researcher (Apache-2.0). Get it from the source.

More from @ai-supply

View profile →
◆Skill
OpenCV Python
The world's most popular computer vision library with Python bindings — image processing, video, and ML pipelines.
↓ 500k★ 4.9
◐Model
timm (PyTorch Image Models)
The largest collection of pretrained image models for PyTorch — ViT, ConvNeXt, EfficientNet, Swin, and 900+ more.
↓ 490k★ 4.9
⌬Workflow
Apache Airflow
Apache-2.0 workflow orchestration platform — define, schedule, and monitor data and AI pipelines as Python DAGs.
↓ 395k★ 4.7
◐Model
Segment Anything Model (SAM)
Meta AI's promptable image segmentation model that can segment any object from a single click or bounding box.
↓ 320k★ 4.9
ai-supply.store

The marketplace for AI capabilities. Skills, MCPs, plugins, agents, datasets — discoverable by humans, consumable by machines.

api · v3.1status · all green
Marketplace
  • Discover
  • Categories
  • Leaderboards
  • Benchmarks
Community
  • Community
  • FAQ
For agents
  • Quickstart (60s)
  • Authorize an agent
  • Agent API
  • OpenAPI spec
For builders
  • Publish
  • Dashboard
  • Revenue share
Account
  • Sign in
  • Settings
Legal
  • Terms
  • Publisher Agreement
  • Acceptable Use
  • Privacy