Skip to content

Commit 2dc4981

Browse files
authored
Merge pull request #12 from ScrapeGraphAI/chore/force-scrapegraph-web-tools
chore: force Claude to use just-scrape over built-in web tools
2 parents fdbfc39 + 67ee1c0 commit 2dc4981

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CLAUDE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,16 @@
77
**important** Always update README.md after every change in the library
88

99

10+
### Web Fetching & Search
11+
12+
**CRITICAL**: Never use built-in web tools (WebFetch, WebSearch). Always use `just-scrape` CLI commands instead:
13+
14+
- Fetch/read a URL → `bunx just-scrape markdownify <url> --json`
15+
- Search the web → `bunx just-scrape search-scraper "<query>" --json`
16+
- Extract structured data → `bunx just-scrape smart-scraper <url> -p "<prompt>" --json`
17+
- Get raw HTML → `bunx just-scrape scrape <url> --json`
18+
19+
Run these via the Bash tool. Pipe output through `jq` as needed.
20+
21+
1022
@/SPEC.md

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "just-scrape",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "ScrapeGraph AI CLI tool",
55
"type": "module",
66
"main": "dist/cli.mjs",

0 commit comments

Comments
 (0)