just-scrape
v1.1.0AI-powered web scraping CLI — search, scrape, extract structured JSON, crawl, and monitor web pages via the ScrapeGraph AI API.
By ScrapeGraph AILicense: MIT1.1k GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install just-scrape for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add just-scrape@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “just-scrape” remain stable.
- Codex:
just-scrape@agent-plugin-marketplace→just-scrape@awesome-codex-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/ScrapeGraphAI/just-scrape/.
Plugin files
├── .codex-plugin/plugin.json└── skills/just-scrape/SKILL.md
Included Skills1
Search, scrape, crawl, extract structured data, and monitor web pages via the ScrapeGraph AI CLI. Use when the user asks to search the web, scrape a webpage, grab content from a URL, extract JSON from a site, crawl documentation or site sections, monitor a page for changes, inspect request history, check ScrapeGraph credits, or validate API setup.
Plugin manifests1
{
"name": "just-scrape",
"version": "1.1.0",
"description": "AI-powered web scraping CLI — search, scrape, extract structured JSON, crawl, and monitor web pages via the ScrapeGraph AI API.",
"author": {
"name": "ScrapeGraph AI",
"url": "https://scrapegraphai.com"
},
"homepage": "https://scrapegraphai.com",
"repository": "https://github.com/ScrapeGraphAI/just-scrape",
"license": "MIT",
"keywords": [
"scraping",
"web-scraping",
"ai",
"scrapegraph",
"extract",
"crawl",
"search",
"monitor",
"cli",
"codex",
"agent-skill"
],
"skills": "./skills/",
"interface": {
"displayName": "ScrapeGraph AI",
"shortDescription": "Search, scrape, extract, crawl, and monitor the web with ScrapeGraph AI.",
"longDescription": "Install the just-scrape skill to drive ScrapeGraph AI from Codex through the official CLI. Search the web and run extraction over results, convert any URL to markdown / HTML / screenshots / links / images / summaries / branding, extract structured JSON with a natural-language prompt and optional schema, crawl bounded site sections in bulk, and schedule recurring page-change monitors with webhook notifications. Handles JavaScript-rendered pages, proxies, and anti-bot bypass automatically. Requires the just-scrape CLI (npm install -g just-scrape) and an SGAI_API_KEY.",
"developerName": "ScrapeGraph AI",
"category": "Developer Tools",
"capabilities": [
"Read"
],
"defaultPrompt": [
"Scrape https://example.com to clean markdown using just-scrape.",
"Extract product names and prices from this store page as structured JSON with just-scrape.",
"Search the web for 'EU AI regulation' from the past week and extract the key points.",
"Crawl the docs site up to 50 pages and collect the content with just-scrape.",
"Set up a just-scrape monitor on this pricing page every hour with a webhook.",
"Check my ScrapeGraph AI credits and validate the API setup with just-scrape."
],
"brandColor": "#AC6DFF",
"websiteURL": "https://scrapegraphai.com",
"composerIcon": "./assets/icon.svg",
"logo": "./assets/icon.svg"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[just-scrape on Agent Plugins Marketplace](https://pluginsmp.com/plugins/just-scrape)