1.0.10 • Published 5 months ago

extreme-scrap v1.0.10

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

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
1.0.10

5 months ago

1.0.9

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.0

5 months ago