extreme-scrap
v1.0.10
Published
Convert any webpage to markdown using headless Chrome
Maintainers
Readme
extreme-scrap
A command-line tool to convert any webpage to markdown using a headless browser.
Installation
npm install -g extreme-scrapUsage
npx extreme-scrap <url>Example:
npx extreme-scrap https://example.comFeatures
- 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