Check Link Preview Availability & Fetch If Exists - n8n Workflow | Neura Market
Check Link Preview Availability & Fetch If Exists
Automates checking if a URL has a preview image available via Peekalink API, then fetches it if true, or skips if false.
This n8n workflow verifies preview availability for any given URL using the Peekalink node. It starts with a manual trigger, checks the URL (e.g., https://n8n1.io), and uses an IF node to branch: true path fetches the full preview data with another Peekalink call; false path hits a NoOp node for clean flow termination.
Benefits include quick validation of link previews for social media, emails, or content tools, saving manual checks and API calls. It's lightweight, reusable by swapping the URL
Platform
n8n
Category
E-commerce
Price
$8.99
Creator
Fred Garcia
link-preview
peekalink
url-verification
automation
if-condition
manual-trigger
no-op
api-check
content-validation
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.