@@ -9,24 +9,7 @@ The Knowledge Base is your go-to place for practical guides, troubleshooting, an
99
1010Use it to get started quickly, fix common errors, learn scraping patterns, and manage your account and credits.
1111
12- ## CLI (just-scrape)
13-
14- <CardGroup cols = { 2 } >
15- <Card title = " How do I install the CLI, set up my API key, and run my first scrape?" href = " /knowledge-base/cli/getting-started" >
16- Install the CLI, set your API key, and run your first scrape in minutes.
17- </Card >
18- <Card title = " How do I get JSON output from just-scrape to pipe to jq or other tools?" href = " /knowledge-base/cli/json-mode" >
19- Use the --json flag to pipe clean JSON to jq, files, or scripts.
20- </Card >
21- <Card title = " How do I give AI coding agents web scraping via the skills.sh integration?" href = " /knowledge-base/cli/ai-agent-skill" >
22- Expose just-scrape to AI agents as a skill through skills.sh.
23- </Card >
24- <Card title = " Where can I find examples for smart-scraper, crawl, agentic-scraper and other commands?" href = " /knowledge-base/cli/command-examples" >
25- Practical examples for every CLI command.
26- </Card >
27- </CardGroup >
28-
29- ## AI Tools
12+ ## Scraping tools
3013
3114<CardGroup cols = { 2 } >
3215 <Card title = " How do I use ScrapeGraphAI inside Lovable to build apps that scrape the web?" href = " /knowledge-base/ai-tools/lovable" >
@@ -77,6 +60,23 @@ Use it to get started quickly, fix common errors, learn scraping patterns, and m
7760 </Card >
7861</CardGroup >
7962
63+ ## CLI (just-scrape)
64+
65+ <CardGroup cols = { 2 } >
66+ <Card title = " How do I install the CLI, set up my API key, and run my first scrape?" href = " /knowledge-base/cli/getting-started" >
67+ Install the CLI, set your API key, and run your first scrape in minutes.
68+ </Card >
69+ <Card title = " How do I get JSON output from just-scrape to pipe to jq or other tools?" href = " /knowledge-base/cli/json-mode" >
70+ Use the --json flag to pipe clean JSON to jq, files, or scripts.
71+ </Card >
72+ <Card title = " How do I give AI coding agents web scraping via the skills.sh integration?" href = " /knowledge-base/cli/ai-agent-skill" >
73+ Expose just-scrape to AI agents as a skill through skills.sh.
74+ </Card >
75+ <Card title = " Where can I find examples for smart-scraper, crawl, agentic-scraper and other commands?" href = " /knowledge-base/cli/command-examples" >
76+ Practical examples for every CLI command.
77+ </Card >
78+ </CardGroup >
79+
8080## Account & Credits
8181
8282<CardGroup cols = { 2 } >
0 commit comments