just-scrape scrape <url> # markdown (default)
just-scrape scrape <url> -f html # raw HTML
just-scrape scrape <url> -f screenshot # page screenshot
just-scrape scrape <url> -f branding # branding info (logos, colors, fonts)
just-scrape scrape <url> -f links # all links on the page
just-scrape scrape <url> -f images # all images on the page
just-scrape scrape <url> -f summary # AI-generated page summary
just-scrape scrape <url> -f json -p <prompt> # structured JSON via prompt
just-scrape scrape <url> -f json -p <prompt> --schema <json> # JSON with enforced schema
just-scrape scrape <url> -f markdown,links,images # multi-format (comma-separated)
just-scrape scrape <url> --html-mode reader # normal (default), reader, or prune
just-scrape scrape <url> --scrolls <n> # infinite scroll (0-100)
just-scrape scrape <url> -m js --stealth # anti-bot bypass (fetch mode: auto, fast, js)
just-scrape scrape <url> --country <iso> # geo-targeting