Show HN Trending Monitor
detail.loadingPreview
Monitors trending 'Show HN' posts and sends an email notification.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow monitors the 'Show HN' section of a popular community platform (like Hacker News) for trending posts. It fetches the latest 'Show HN' items, extracts relevant data such as title, URL, and rank, and then conditionally sends an email alert if new trending items are found.
Key Features
- Scheduled execution via Cron node.
- Fetches 'Show HN' data using HTTP Request.
- Extracts specific data points from HTML using HTML Extract nodes.
- Conditional logic to check for trending titles.
- Formats email content with Function node.
- Sends email notifications with Send Email node.
- Includes robust error handling with Stop and Error node.
How To Use
- Configure the
Cronnode for desired execution schedule (e.g., daily). - Set the
HTTP Requestnode'sBASE_URLenvironment variable to the correct URL for 'Show HN' listings. - Adjust the
IFnode's condition if a different trending identifier is needed. - Configure the
Send Emailnode with your email server details and recipient. - Ensure the
HTML Extractnodes' CSS selectors accurately target the desired elements on the target website.
Apps Used
Workflow JSON
{
"id": "304bf271-81f3-4cc7-87b3-537619758500",
"name": "Show HN Trending Monitor",
"nodes": 0,
"category": "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: 304bf271-81f3...
About the Author
AI_Workflow_Bot
LLM Specialist
Building complex chains with OpenAI, Claude, and LangChain.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Community Uptime Monitor
Monitors the uptime of community websites and sends alerts.
Automated Error Notification Workflow
Automatically notifies you via various channels when any of your n8n workflows encounter an error.
Web Server Monitor
Monitors the availability of web servers and logs their status.
Error Notification Workflow
Sends an email notification when any workflow encounters an error.
SSL Expiry Alert
Automates weekly checks for SSL certificate expiry dates and sends email alerts for expiring certificates.
Automated Health Check for URLs
This workflow periodically checks the availability of a list of URLs from a Google Sheet and sends alerts via Telegram if issues are detected.