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

n8n-nodes-snapshot-site

v0.1.7

Published

n8n community node for the Snapshot Site API — website screenshots, AI-powered page analysis, and visual diff comparisons.

Downloads

629

Readme

n8n-nodes-snapshot-site

Snapshot Site

This is an n8n community node. It lets you use Snapshot Site in your n8n workflows.

Snapshot Site is a screenshot, AI page-analysis, and visual-diff API for websites.

n8n is a fair-code licensed workflow automation platform.

Installation Operations Credentials Compatibility Usage Resources Version history

Installation

Follow the installation guide in the n8n community nodes documentation, and install n8n-nodes-snapshot-site.

Operations

The Snapshot Site node supports three operations:

| Operation | Endpoint | Description | | ----------- | ------------------------- | ---------------------------------------------------------------------------------------- | | Screenshot | POST /api/v2/screenshot | Capture a screenshot of a webpage as PNG, JPEG, WebP, PDF, base64, or raw HTML | | Analyze | POST /api/v3/analyze | Capture a page and run AI-powered summary, topic, quality, and heading extraction on it | | Compare | POST /api/v3/compare | Capture a "before" and "after" page (or image) and return a pixel-diff comparison |

Credentials

You need a Snapshot Site API key to use this node.

  1. Sign up for a Snapshot Site Console account.

  2. Create an API key on the API Keys page.

    Snapshot Site Console — API Keys

  3. In n8n, create a new Snapshot Site API credential and paste the key into API Key.

  4. Leave Base URL as the default (https://api.prod.ss.snapshot-site.com) unless you're pointed at a self-hosted or staging instance.

Compatibility

Requires n8n v1.0 or later. Tested against n8n's declarative node routing engine using @n8n/node-cli v0.38.

Usage

Basic Example

Not sure which options to use? Preview a capture and its parameters in the Screenshot console playground before wiring them into the node.

Snapshot Site Console — Screenshot playground

Screenshot

Set Operation to Screenshot, enter a URL, and optionally expand Additional Fields to set the format, viewport size, full-page capture, cookie-banner hiding, custom JavaScript, element hiding, language, or country.

Analyze

Set Operation to Analyze, enter a URL, and optionally enable Enable AI Summary / Enable Quality Check in Additional Fields to get a content summary, topics, headings, and a quality report (blank-page/CAPTCHA detection, readability score) alongside the screenshot.

Compare

Set Operation to Compare, enter a Before URL and After URL (each can be overridden with an Image URL in their respective Options to diff against an existing image instead of a live page), and adjust Threshold (0-1) to control how sensitive the mismatch detection is.

If you're new to n8n, see the Try it out documentation to get started.

Resources

Version history

See CHANGELOG.md.