Check Website Availability and Extract Metadata
detail.loadingPreview
This workflow checks if a given URL is available using Peekalink and then extracts its metadata. It branches based on availability.
About This Workflow
This n8n workflow is designed to automate the process of checking the availability of a website and subsequently extracting its metadata. It utilizes the Peekalink node for both availability checks and metadata extraction. The workflow begins with a manual trigger and proceeds to check if a predefined URL is accessible. Based on the availability, it either proceeds to extract detailed metadata or takes an alternative path (currently a NoOp node).
Key Features
- Manual Trigger: Initiate the workflow manually.
- Website Availability Check: Use Peekalink to determine if a URL is online and accessible.
- Conditional Logic: Branch the workflow based on the website's availability.
- Metadata Extraction: Retrieve rich metadata from a website (when available).
- Configurable URL: The URL can be easily changed or dynamically set.
How To Use
- Execute: Click the 'On clicking 'execute'' node to start the workflow.
- Peekalink (Availability Check): The first Peekalink node checks the availability of
https://n8n1.io. Ensure your Peekalink API credentials are set up. - IF Node: This node evaluates the
isAvailableproperty from the previous Peekalink node.- If
true(website is available), it proceeds to thePeekalink1node. - If
false(website is not available), it proceeds to theNoOpnode.
- If
- Peekalink1 (Metadata Extraction): If the website is available, this node extracts detailed metadata from the URL. The URL is dynamically set to be the same as the one checked in the first Peekalink node.
- NoOp: This node serves as a placeholder for actions to be taken when the website is not available. You can replace it with nodes for sending notifications, logging errors, etc.
Apps Used
Workflow JSON
{
"id": "36f182c2-2975-4ba5-9bd7-fb881a3b80ca",
"name": "Check Website Availability and Extract Metadata",
"nodes": 28,
"category": "Utilities",
"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: 36f182c2-2975...
About the Author
SaaS_Connector
Integration Guru
Connecting CRM, Notion, and Slack to automate your life.
Statistics
Related Workflows
Discover more workflows you might like
AI-Powered n8n Workflow Credential Search
Query your n8n workflow credentials using an AI agent and a local SQLite database.
AI-Powered Multilingual Telegram Translator
Translate Telegram audio messages between languages using AI.