1.0.10 • Published 6 months ago

extreme-scrap v1.0.10

Weekly downloads
-
License
ISC
Repository
github
Last release
6 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

6 months ago

1.0.9

6 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.0

6 months ago