v0.1.0 — CLI-first web-scrape
web-scrape v0.1.0
CLI-first website scrape + browser fetch with SSRF/robots guards and optional CapSolver Cloudflare clears. Thin MCP HTTP adapter included.
Install
git clone https://github.com/teslashibe/web-scrape.git
cd web-scrape && npm install && npx playwright install chromium
./bin/web-scrape.mjs fetch https://example.com/ --jsonSurfaces
- CLI:
fetch·scrape·serve - Library:
import { scrape, browserFetchURL } from 'web-scrape' - MCP:
POST /mcp/v1toolsbrowser_fetch_url,scrape_website_context
Verified
- 107/107 unit tests
npm run validate+npm run smoke- Live CLI fetch/scrape against example.com