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

@browserless/cli

v10.9.18

Published

Command-line interface for headless browser automation. Take screenshots, generate PDFs, and extract content from websites.

Readme

@browserless/cli: CLI to interact with Browserless capabilities.

See CLI section our website for more information.

Install

Using npm:

npm install @browserless/cli -g

About

This package provides a command-line interface for interacting with browserless capabilities directly from your terminal. It exposes the browserless binary that wraps the core browserless API into easy-to-use shell commands.

What this package does

The @browserless/cli package allows you to:

  • Take screenshots from URLs with gradient backgrounds, browser overlays, and device emulation
  • Generate PDFs from web pages
  • Extract content as HTML or plain text
  • Run Lighthouse audits for performance analysis
  • Analyze page weight (network requests, transfer size, resource size)
  • Check URL status and response information (redirects, headers, status codes)

Available commands

| Command | Description | |---------|-------------| | screenshot <url> | Capture a screenshot with optional overlay and background | | pdf <url> | Generate a PDF document from a web page | | html <url> | Serialize the page content to HTML | | text <url> | Extract plain text content from the page | | lighthouse <url> | Run a Google Lighthouse audit and output JSON report | | page-weight <url> | Analyze network requests and resource sizes | | ping <url> | Get response info: status code, redirects, headers | | status <url> | Get the HTTP status code | | goto <url> | Navigate to a URL and return page/response info |

Note: The lighthouse command requires an extra installation.

Please make sure to install the standalone package by running: npm install -g @browserless/lighthouse

How it fits in the monorepo

This package depends on:

| Dependency | Purpose | |---------------------------|---------------------------------------------------------| | browserless | Core API for all browser automation operations | | @browserless/lighthouse | Lighthouse audit integration (used by lighthouse command) |

The CLI acts as a thin wrapper that parses command-line arguments, initializes a browserless instance, and delegates to the appropriate command handler.

License

@browserless/cli © Microlink, released under the MIT License. Authored and maintained by Microlink with help from contributors.

The logo has been designed by xinh studio.

microlink.io · GitHub microlinkhq · X @microlinkhq