just-scrape

Installation
Summary

Web search, scraping, extraction, crawling, and monitoring via ScrapeGraph AI CLI.

  • Five core commands: search for discovery, scrape for raw page formats, extract for AI-structured JSON, crawl for bulk site sections, and monitor for scheduled change tracking
  • Supports multiple output formats including markdown, HTML, screenshots, links, images, summaries, and JSON with optional schema validation
  • Requires SGAI_API_KEY authentication and consumes credits per operation; includes validate and credits commands for setup verification and balance checking
  • Advanced options include JavaScript rendering, stealth mode, custom headers/cookies, geolocation, time-range filtering, and cron-based monitoring with webhook notifications
SKILL.md

just-scrape CLI

Search, scrape, crawl, extract structured JSON, and monitor page changes using the just-scrape CLI.

Run just-scrape --help or just-scrape <command> --help for full option details.

If the task is to integrate ScrapeGraph AI into application code, add SGAI_API_KEY to a project, or choose endpoint usage in product code, inspect the project first and use the ScrapeGraph AI SDK/API docs directly instead of this CLI skill.

Prerequisites

Must be installed and authenticated. Check with just-scrape validate and just-scrape credits.

which just-scrape || npm install -g just-scrape@latest
just-scrape validate
just-scrape credits
Installs
162.2K
GitHub Stars
26
First Seen
Feb 13, 2026
just-scrape — scrapegraphai/just-scrape