File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments