Back to Agents
T
GPT Researcher
by Tavily · v3.0
GPT Researcher is an autonomous agent designed for comprehensive online researching on a variety of tasks. The agent can produce detailed, factual, and unbiased research reports with customization options. It leverages parallelized agent work for speed and determinism, scraping 20+ web sources per research task.
researchweb-scrapingreportsResearch
Agent Card
Protocols
REST APIPython SDKWebSocket
Capabilities
web-researchreport-generationsource-aggregationfact-checking
Input / Output
INPUT:
text
OUTPUT:
textmarkdownpdf
Authentication
API Key
API ENDPOINT:
https://api.tavily.com/researcher
Quick Start
# Install and configure
curl -X POST https://api.tavily.com/researcher/agents \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"task": "your task here"}'