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

@pagecrawl/n8n-nodes-pagecrawl

v0.3.9

Published

n8n node for PageCrawl.io - Website monitoring and change detection

Readme

@pagecrawl/n8n-nodes-pagecrawl

This is an n8n community node that provides integration with PageCrawl.io for website monitoring and change detection.

Installation

You can install this node directly in n8n:

  1. Go to Settings > Community Nodes
  2. Search for @pagecrawl/n8n-nodes-pagecrawl
  3. Click Install

Authentication

To use this node, you'll need a PageCrawl.io API token.

Note: API access requires a paid PageCrawl.io plan. Free accounts do not have API access.

  1. Sign up or log in to PageCrawl.io
  2. Upgrade to a paid plan if you haven't already
  3. Go to Settings > API
  4. Copy your API token
  5. In n8n, create new PageCrawl credentials and paste your token

Available Nodes

PageCrawl Node

The main node for interacting with PageCrawl.io API, supporting the following resources:

Page Operations

  • List All Pages - Get all tracked pages
  • Get Page - Get specific page configuration
  • Create Page - Create new tracked page with full configuration
  • Create Simple Page - Quick page creation with minimal options
  • Update Page - Update existing page configuration
  • Delete Page - Remove a tracked page
  • Run Check Now - Trigger an immediate check for a page

Check Operations (History)

  • Get History - Retrieve check history for a page
  • Get Text Diff HTML - Get text differences as HTML
  • Get Text Diff Image - Get text differences as an image
  • Get Text Diff Markdown - Get text differences as Markdown

Screenshot Operations

  • Get Latest Screenshot - Get the most recent full-page screenshot
  • Get Latest Screenshot Diff - Visual diff of latest vs previous
  • Get Check Screenshot - Screenshot for specific check
  • Get Check Screenshot Diff - Visual diff for specific check

Webhook Operations

  • List Webhooks - Get all configured webhooks
  • Create Webhook - Set up a new webhook
  • Update Webhook - Modify webhook configuration
  • Delete Webhook - Remove a webhook
  • Test Webhook - Send test notification

PageCrawl Trigger Node

Webhook trigger node that receives real-time notifications when changes are detected.

Features:

  • Automatic webhook registration/deregistration
  • Configurable payload fields
  • Event filtering (changes, errors)
  • Simplified output option

Example Workflows

1. Monitor Website and Send Email on Change

[PageCrawl Trigger] → [Gmail Send Email]

Configure the trigger to monitor specific pages and send notifications via email when changes are detected.

2. Track Price Changes

[Schedule Trigger] → [PageCrawl Get Page] → [IF Price Changed] → [Slack Message]

Periodically check product prices and notify via Slack when they change.

3. Archive Website Screenshots

[Schedule Trigger] → [PageCrawl Get Screenshot] → [Google Drive Upload]

Automatically save website screenshots to Google Drive for compliance or archival.

4. Sync Changes to Database

[PageCrawl Trigger] → [MySQL Insert]

Store all detected changes in a database for analysis and reporting.

Configuration Options

Page Tracking Configuration

  • URL: The webpage to monitor
  • Elements: Specific page elements to track (CSS/XPath selectors)
  • Frequency: How often to check (3 minutes to weekly)
  • Location: Server location for checks (US, UK, CA, DE)
  • Authentication: HTTP Basic auth support
  • Actions: Pre-check actions (scroll, click, wait, etc.)
  • Rules: Conditional notifications based on content

Notification Settings

  • Channels: Email, Slack, Discord, Teams, Telegram
  • Rules: Text difference, content contains, number comparisons
  • Advanced: Headers, proxies, user agent customization

API Rate Limits

  • Default: 60 requests per minute
  • Contact support for higher limits
  • Rate limit errors return HTTP 429

Common Use Cases

  1. E-commerce Price Monitoring - Track competitor prices and stock levels
  2. Content Updates - Monitor news sites, blogs, or documentation
  3. Compliance Monitoring - Ensure website content meets requirements
  4. SEO Tracking - Monitor meta tags, titles, and content changes
  5. Security Monitoring - Detect unauthorized website changes
  6. Data Extraction - Regular scraping of structured data

Error Handling

The node includes comprehensive error handling:

  • Validation errors (HTTP 422) with detailed messages
  • Rate limiting (HTTP 429) with retry guidance
  • Authentication errors with clear instructions
  • Network errors with appropriate retry logic

Support

License

MIT - See LICENSE file for details