---
name: "Run autonomous deep research workflows with GPT Researcher"
slug: "run-autonomous-deep-research-workflows-with-gpt-researcher"
description: "Use GPT Researcher to plan, gather, source, and assemble cited web or local research reports through a repeatable agent workflow."
github_stars: 27380
verification: "security_reviewed"
source: "https://github.com/assafelovic/gpt-researcher"
author: "assafelovic"
publisher_type: "individual"
category: "Research & Scraping"
framework: "Multi-Framework"
tool_ecosystem:
  github_repo: "assafelovic/gpt-researcher"
  github_stars: 27380
  npm_package: "gpt-researcher"
  npm_weekly_downloads: 1564
---

# Run autonomous deep research workflows with GPT Researcher

Use GPT Researcher to plan, gather, source, and assemble cited web or local research reports through a repeatable agent workflow.

## Prerequisites

Python 3.11+, GPT Researcher, LLM provider API key, Tavily or configured retriever

## Installation

Use the upstream install or setup path that matches your environment:
- npx skills add assafelovic/gpt-researcher
- git clone https://github.com/assafelovic/gpt-researcher.git
- pip install -r requirements.txt
- pip install gpt-researcher

Requirements and caveats from upstream:
- [![Docker Image Version](https://img.shields.io/docker/v/elestio/gpt-researcher/latest?arch=amd64&style=flat&logo=docker&logoColor=white&color=1D63ED)](https://hub.docker.com/r/gptresearcher/gpt-researcher)
- Install Python 3.11 or later. [Guide](https://www.tutorialsteacher.com/python/install-python).
- python -m uvicorn main:app --reload

Basic usage or getting-started notes:
- [![Open In Colab](https://img.shields.io/static/v1?message=Open%20in%20Colab&logo=googlecolab&labelColor=grey&color=yellow&label=%20&style=flat&logoSize=40)](https://colab.research.google.com/github/assafelovic/gpt-re...
- Extend Claude's deep research capabilities by installing GPT Researcher as a [Claude Skill](https://skills.sh/assafelovic/gpt-researcher/gpt-researcher):
- bash

- Source: https://github.com/assafelovic/gpt-researcher
- Extracted from upstream docs: https://raw.githubusercontent.com/assafelovic/gpt-researcher/HEAD/README.md

## Documentation

- https://docs.gptr.dev

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/run-autonomous-deep-research-workflows-with-gpt-researcher/)
