Description
@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
- 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
- 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
- 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
- Automatic webhook registration/deregistration
- Configurable payload fields
- Event filtering (changes, errors)
- Simplified output option
#### Check Operations (History)
#### Screenshot Operations
#### Webhook Operations
PageCrawl Trigger Node
Webhook trigger node that receives real-time notifications when changes are detected.
Features:
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
Notification Settings
API Rate Limits
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:
Support
License
MIT – See LICENSE file for details