@@ -52,7 +52,7 @@ SGAI_CLI_DEBUG=1 scrapegraphai smart-scraper https://example.com -p "Extract dat
5252
5353## Commands
5454
55- ### ` smart-scraper ` — Extract structured data from a URL
55+ ### ` smart-scraper ` — Extract structured data from a URL [ docs ] ( https://docs.scrapegraphai.com/services/smartscraper )
5656
5757``` bash
5858scrapegraphai smart-scraper < url> -p " Extract all product names and prices"
@@ -78,7 +78,7 @@ scrapegraphai smart-scraper https://example.com -p "Extract data" \
7878| ` --headers ` | Custom headers as JSON object string |
7979| ` --plain-text ` | Return plain text instead of JSON |
8080
81- ### ` search-scraper ` — Search the web and extract data
81+ ### ` search-scraper ` — Search the web and extract data [ docs ] ( https://docs.scrapegraphai.com/services/searchscraper )
8282
8383``` bash
8484scrapegraphai search-scraper " What are the top Python web frameworks?"
@@ -95,7 +95,7 @@ scrapegraphai search-scraper "Python frameworks" --no-extraction --num-results 5
9595| ` --stealth ` | Bypass bot detection (+4 credits) |
9696| ` --headers ` | Custom headers as JSON object string |
9797
98- ### ` markdownify ` — Convert a webpage to markdown
98+ ### ` markdownify ` — Convert a webpage to markdown [ docs ] ( https://docs.scrapegraphai.com/services/markdownify )
9999
100100``` bash
101101scrapegraphai markdownify https://example.com/article
@@ -108,7 +108,7 @@ scrapegraphai markdownify https://example.com --render-js --stealth
108108| ` --stealth ` | Bypass bot detection (+4 credits) |
109109| ` --headers ` | Custom headers as JSON object string |
110110
111- ### ` crawl ` — Crawl and extract from multiple pages
111+ ### ` crawl ` — Crawl and extract from multiple pages [ docs ] ( https://docs.scrapegraphai.com/services/smartcrawler )
112112
113113``` bash
114114scrapegraphai crawl https://example.com -p " Extract article titles" --max-pages 5 --depth 2
@@ -133,13 +133,13 @@ scrapegraphai crawl https://example.com -p "Extract data" \
133133| ` --render-js ` | Enable JS rendering (+1 credit/page) |
134134| ` --stealth ` | Bypass bot detection (+4 credits) |
135135
136- ### ` sitemap ` — Get all URLs from a website's sitemap
136+ ### ` sitemap ` — Get all URLs from a website's sitemap [ docs ] ( https://docs.scrapegraphai.com/services/sitemap )
137137
138138``` bash
139139scrapegraphai sitemap https://example.com
140140```
141141
142- ### ` scrape ` — Get raw HTML content
142+ ### ` scrape ` — Get raw HTML content [ docs ] ( https://docs.scrapegraphai.com/services/scrape )
143143
144144``` bash
145145scrapegraphai scrape https://example.com
@@ -153,7 +153,7 @@ scrapegraphai scrape https://example.com --stealth --branding --country-code US
153153| ` --branding ` | Extract branding info (+2 credits) |
154154| ` --country-code ` | ISO country code for geo-targeting |
155155
156- ### ` agentic-scraper ` — Browser automation with AI
156+ ### ` agentic-scraper ` — Browser automation with AI [ docs ] ( https://docs.scrapegraphai.com/services/agenticscraper )
157157
158158``` bash
159159scrapegraphai agentic-scraper https://example.com/login \
@@ -217,7 +217,7 @@ scrapegraph-cli/
217217│ │ ├── credits.ts
218218│ │ └── validate.ts
219219│ └── utils/
220- │ └── banner.ts # ASCII banner display
220+ │ └── banner.ts # ASCII banner + version from package.json
221221├── dist/ # Build output (git-ignored)
222222│ └── cli.mjs # Bundled ESM with shebang
223223├── package.json
0 commit comments