Skip to main content
You are viewing the v1 (legacy) documentation. See the v2 CLI documentation.

Overview

The ScrapeGraphAI CLI provides a command-line interface for interacting with ScrapeGraphAI services directly from your terminal.

Installation

pip install scrapegraph-py

Quick Start

sgai smartscraper --url "https://example.com" --prompt "Extract the title"
For more details, see the v2 CLI documentation.