just-scrape
Installation
Summary
Web search, scraping, extraction, crawling, and monitoring via ScrapeGraph AI CLI.
- Five core commands:
searchfor discovery,scrapefor raw page formats,extractfor AI-structured JSON,crawlfor bulk site sections, andmonitorfor scheduled change tracking - Supports multiple output formats including markdown, HTML, screenshots, links, images, summaries, and JSON with optional schema validation
- Requires
SGAI_API_KEYauthentication and consumes credits per operation; includesvalidateandcreditscommands 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