You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: knowledge-base/introduction.mdx
+25-19Lines changed: 25 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,84 +3,90 @@ title: Knowledge Base
3
3
description: 'Frequently asked questions and guides for ScrapeGraphAI'
4
4
---
5
5
6
+
## What is the Knowledge Base?
7
+
8
+
The Knowledge Base is your go-to place for practical guides, troubleshooting, and step-by-step instructions for ScrapeGraphAI. Whether you use the API, the `just-scrape` CLI, or integrate with AI tools like Cursor or Lovable, you'll find answers here.
9
+
10
+
Use it to get started quickly, fix common errors, learn scraping patterns, and manage your account and credits.
11
+
6
12
## CLI (just-scrape)
7
13
8
14
<CardGroupcols={2}>
9
15
<Cardtitle="Getting started with just-scrape"href="/knowledge-base/cli/getting-started">
10
-
Install the CLI, set up your API key, and run your first scrape in minutes
16
+
How do I install the CLI, set up my API key, and run my first scrape?
11
17
</Card>
12
18
<Cardtitle="Using JSON mode for scripting"href="/knowledge-base/cli/json-mode">
13
-
Pipe clean JSON output to jq, files, or other tools with the --json flag
19
+
How do I get JSON output from just-scrape to pipe to jq or other tools?
14
20
</Card>
15
21
<Cardtitle="Using just-scrape as a coding agent skill"href="/knowledge-base/cli/ai-agent-skill">
16
-
Give AI coding agents direct access to web scraping through the skills.sh integration
22
+
How do I give AI coding agents web scraping via the skills.sh integration?
0 commit comments