Website Change Spy
detail.loadingPreview
Monitors a website for changes and reports them via email.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow automates the process of monitoring a specific website for changes. It scrapes the website content daily, compares it to the previous day's content, and sends an email notification if any relevant changes are detected.
Key Features
- Daily website scraping.
- Compares current website content with previous day's content.
- Utilizes OpenAI for parsing and generating prompts.
- Sends email notifications with detected changes.
How To Use
- Configure Credentials: Set up credentials for OpenAI (for AI processing) and Gmail (for sending notifications).
- Set Environment Variable: Ensure the
API_BASE_URLenvironment variable is set to your scraping service endpoint. - Trigger Workflow: Use the "New espionage assignment" form to input the website URL and instructions for the AI.
- Monitor Output: The workflow will then scrape the site, compare content, and send an email if changes are found.
Apps Used
Workflow JSON
{
"id": "b591141b-8901-4b5f-a5eb-6b5d2b0c84f1",
"name": "Website Change Spy",
"nodes": 0,
"category": "Website Monitoring",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: b591141b-8901...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Website Stock Checker
Checks a website for specific stock availability.
Robust Concurrency Control for n8n Workflows with Redis
Prevent simultaneous execution of critical n8n workflows or tasks using a centralized, Redis-backed locking mechanism. This reusable utility workflow ensures data integrity and resource management by allowing other workflows to acquire, check, and release locks.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.
Automated Multi-Platform Social Media Publisher
Streamline your social media content creation and publishing with this n8n workflow. Simply fill out a web form with your caption, media (image or video), and target platforms, and let n8n automate the posting process across multiple social networks.
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Automate DOCX to PDF Conversion and Save Locally
This workflow automates the process of converting a Microsoft Word DOCX file to a PDF document. It downloads a source DOCX file, uses ConvertAPI to perform the conversion, and then saves the resulting PDF file directly to your local disk.