Agent Plugins Marketplace
All plugins

just-scrape

v1.1.0

AI-powered web scraping CLI — search, scrape, extract structured JSON, crawl, and monitor web pages via the ScrapeGraph AI API.

Codex1 Skill

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

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add just-scrape@awesome-codex-plugins

Paste 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-marketplacejust-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-plugins

Clone 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

plugins/ScrapeGraphAI/just-scrape/
├── .codex-plugin/plugin.json
└── skills/just-scrape/SKILL.md

Included Skills1

just-scrapeskills/just-scrape/SKILL.md

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

plugins/ScrapeGraphAI/just-scrape/.codex-plugin/plugin.json
{
  "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"
  }
}

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)