npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@crawlith/cli

v0.1.2

Published

> **Deterministic crawl intelligence engine for serious SEO analysis.**

Downloads

312

Readme

@crawlith/cli 🚀

Deterministic crawl intelligence engine for serious SEO analysis.

@crawlith/cli is the command-line interface for Crawlith, a modular SEO crawling engine built for depth, accuracy, and professional analysis. It goes beyond simple "broken link checking" by calculating PageRank, HITS scores, detecting content clusters, and analyzing transport-layer security.


✨ Features

  • 🌐 Deep Crawling: Multi-threaded, robots.txt compliant crawler with depth and page limits.
  • 🧠 Graph Intelligence: Calculates PageRank, Hub/Authority scores (HITS), and maps internal link structures.
  • 🧩 Content Clustering: Detects duplicate or near-duplicate content clusters using advanced hashing.
  • 🔒 Security Probing: Deep inspection of SSL/TLS configurations and HTTP transport layer.
  • 📈 Advanced Scoring: Unified SEO signals for on-page structure, thin content, and crawl efficiency.
  • 🖥️ Dashboard Integration: Instantly launch a local web UI to visualize complex crawl data.

📦 Installation

To use Crawlith globally on your system:

npm install -g @crawlith/cli
# or
pnpm add -g @crawlith/cli

Or run it instantly without installation using npx:

npx crawlith --help

🛠 Usage

1. Crawl a Website

Build a full link graph and SEO metrics for a domain.

crawlith crawl https://example.com --limit 1000 --depth 10

2. Analyze a Single Page

Perfect for quick on-page SEO audits and content structure checks.

crawlith page https://example.com/blog/seo-guide

3. Start the UI Dashboard

Visualize your crawl snapshots in a beautiful, interactive interface.

crawlith ui

4. Probe Security

Inspect transport-layer headers, SSL/TLS status, and HTTP/2 support.

crawlith probe https://example.com

5. List Tracked Sites

View all sites currently stored in your local intelligence database.

crawlith sites

📊 Why Crawlith CLI?

Traditional crawlers give you a flat list of errors. Crawlith treats your website as a graph, allowing you to identify:

  • Orphan Pages: Automatic detection of pages that have no internal inbound links.
  • Authority Sinks: Identify pages that capture authority but fail to distribute it effectively.
  • Link Roles: Understand which pages act as "Hubs" (navigational) vs "Authorities" (content-rich).
  • Deterministic Analysis: Reproducible crawls that ensure your metrics are consistent over time.

⌨️ Command Options

| Option | Description | | :--- | :--- | | -l, --limit <n> | Maximum number of pages to crawl | | -d, --depth <n> | Maximum click depth from the start URL | | --export [type] | Export results to json, markdown, csv, or html | | --ignore-robots | Bypass robots.txt directives (use responsibly) | | --sitemap | Explicitly use a sitemap for discovery |


🛡 License

Apache License 2.0 © Crawlith