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

Examples

Extract company info

sgai smartscraper --url "https://example.com/about" --prompt "Extract the company name and description"

Search the web

sgai searchscraper --prompt "Latest AI news" --num-results 5

Convert to markdown

sgai markdownify --url "https://example.com/article"
For more examples, see the v2 CLI documentation.