just-scrape
Web scraping, search, extraction, crawling, and page monitoring
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install just-scrape?โผ
Run `npx skills add ScrapeGraphAI/just-scrape --all -g -y` in your terminal to install the skill globally. You also need a free API key from scrapegraphai.com set as SGAI_API_KEY.
How to extract structured data from a website?โผ
Run `just-scrape extract "<url>" -p "Extract product names and prices" --json` with a plain-English prompt. Add `--schema` with a JSON schema when you need a strict output shape.
Can just-scrape search the web without a URL?โผ
Yes. Use `just-scrape search "your query"` to find pages on any topic, with filters for country and time range like past_week or past_month.
How to track website changes automatically?โผ
Use `just-scrape monitor create --url "<url>" --interval 1h` to schedule recurring page checks. You can add a webhook URL to get notified whenever the page changes.
Does just-scrape work with Claude Code and other AI agents?โผ
Yes. The included SKILL.md follows the universal skill standard, so agents like Claude Code, OpenClaw, and Codex can run scraping commands directly through the terminal.
Related Repositories in Data & Analytics
View All in Data & AnalyticsโPaddleOCR
Extract text, tables, and formulas from PDFs and images
Scrapling
Scrape any website and bypass anti-bot protection with AI
last30days-skill
Research any topic across Reddit, X, YouTube, and the web