New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

wcrl

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wcrl

Ultra-minimal recursive web crawler

latest
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

WCrl

Ultra-minimal recursive web crawler

Features

  • Simple CLI
  • BFS recursive crawling
  • CSS selector support
  • Output to JSON or Markdown
  • Media extraction (images, videos)

Usage

npx wcrl http://example.com

more examples:

npx wcrl https://example.com --format markdown --max 30

Options

npx wcrl --help

wcrl/0.1.0

Usage:
  $ wcrl <url>

Commands:
  <url>  URL to start crawling

For more info, run any command with the `--help` flag:
  $ wcrl --help

Options:
  -s, --selector <selector>  CSS selector to extract content (default: body)
  -o, --output <file>        Output file (default: output.json)
  -m, --max <number>         Maximum pages to crawl (default: 10)
  --match <pattern>          URL pattern to match (supports * and **)
  -f, --format <format>      Output format: json or markdown (default: json)
  -h, --help                 Display this message
  -v, --version              Display version number

Examples:
wcrl https://example.com
wcrl https://example.com --format markdown
wcrl https://example.com -selector "article" -max 50
wcrl https://blog.com --match "https://blog.com/posts/**"

Keywords

crawler

FAQs

Package last updated on 05 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts