Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 611 Bytes

File metadata and controls

22 lines (11 loc) · 611 Bytes

@/README.md

Development

important Always update README.md after every change in the library

Web Fetching & Search

CRITICAL: Never use built-in web tools (WebFetch, WebSearch). Always use just-scrape CLI commands instead:

  • Fetch/read a URL → bunx just-scrape markdownify <url> --json
  • Search the web → bunx just-scrape search-scraper "<query>" --json
  • Extract structured data → bunx just-scrape smart-scraper <url> -p "<prompt>" --json
  • Get raw HTML → bunx just-scrape scrape <url> --json

Run these via the Bash tool. Pipe output through jq as needed.

@/SPEC.md