Install
openclaw skills install @jlacroix82/smart-scraper-webExtract structured data from websites. Tables, lists, prices, articles, metadata. HTML parsing with caching. Zero external dependencies.
openclaw skills install @jlacroix82/smart-scraper-webExtract structured data from websites with integrated security protections. Supports tables, lists, prices, articles, metadata extraction, plus change monitoring with structured diffs.
Security-first design:
--cache flag)eval, no execSync, no arbitrary require)Cache behavior:
--cache flag to enablememory/scraper-cache/cache.json (in workspace)--extract--watch <url> writes data to disk regardless of cache setting:
This tool allows both http:// and https:// URLs. HTTP connections transmit data in cleartext over the network.
Usage modes:
--extract <url> — extract structured data (tables, lists, prices, articles, or all)--parse <html> — parse raw HTML and display structure--watch <url> — monitor for content changes with baseline comparison--status — show cache statisticsProgrammatic API: All functions exported as module.exports for testability.