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

@urlbox/n8n-nodes-urlbox

v0.1.5

Published

Urlbox's n8n community node for generating full page screenshots, converting to PDFs, and video recordings.

Readme

n8n-nodes-urlbox

urlbox-graphic.jpg

This is a n8n community node for the Urlbox screenshot API. You can render screenshots, PDFs, Videos, and more of websites in your n8n workflows.

Installation

Follow the installation guide in the n8n community nodes documentation.

Templates

The Urlbox node includes pre-configured templates:

  • Take Screenshot (PNG) - Capture a standard PNG screenshot of the visible area of the page
  • Full Page Screenshot - Capture the entire page as PNG
  • Mobile Full Page Screenshot - Capture the entire page in mobile view as a PNG
  • Convert to PDF - Convert the website to PDF
  • Smooth Scrolling Video - Records the website as a full page MP4, scrolling smoothly down the page
  • Scrape HTML - Capture the HTML of a page
  • Scrape Markdown - Capture the Markdown of a page

Additional Options

  • Clean Shot - Toggle to remove ads, cookie banners, and auto-accept cookie prompts
  • Proxy URL - Optional proxy URL we can use on your behalf to bypass regional blocking
  • Download As File - Download the rendered output as a file instead of returning a URL (enabled by default)
  • Additional Options (JSON) - Optionally Pass custom Urlbox API options as JSON to override or extend template defaults. Check out our Docs for more information.

Credentials

You need an Urlbox API key to use this node.

  1. Sign up for a Urlbox account.
  2. Navigate to your projects page. project-settings.png
  3. In n8n, create new Urlbox API credentials and paste your "Secret Key" into the API key field.

For more information, refer to the Urlbox authentication documentation.

Compatibility

Compatible with [email protected] or later

Usage

Basic Example

  1. Add the Urlbox node to your workflow
  2. Configure your Urlbox API credentials
  3. Select a template (e.g., "Take Screenshot (PNG)")
  4. Enter the URL you want to capture
  5. Execute the node

The node returns a JSON response containing at a minimum:

  • renderUrl: The URL of your generated screenshot/PDF/video
  • size: File size in bytes

Or if you chose to download the file, it will return the raw image/video/other format.