1.0.10 • Published 5 months ago
extreme-scrap v1.0.10
extreme-scrap
A command-line tool to convert any webpage to markdown using a headless browser.
Installation
npm install -g extreme-scrap
Usage
npx extreme-scrap <url>
Example:
npx extreme-scrap https://example.com
Features
- JavaScript-enabled webpage scraping
- Clean markdown output
- Code block preservation with language detection
- Automatic removal of navigation and non-content elements
Output
The tool outputs clean markdown content to stdout, which can be redirected to a file:
npx extreme-scrap https://example.com > output.md