Peekalink
Utilities & PersonalConnect over an API key to turn any URL into structured link-preview metadata, including titles, descriptions, images, favicons, and platform-specific details for recognized services.
What This Integration Enables
The Peekalink connector gives agents two focused read actions. Preview Link generates a rich preview for a URL, returning the title, description, domain, type, a main image, and a favicon, plus a type-specific details object for recognized services with data such as video, author, or product information. Check Availability confirms whether a URL can be previewed at all, returning a single boolean without spending a full preview, which makes it an inexpensive filter for a batch of links. Both actions read; nothing writes. The connector supplies the enrichment; the surrounding flow decides what to store and what to publish.
Without FlowRunner
With FlowRunner
Use Case Scenarios
URL Enrichment on Intake
When a user submits a URL, the agent calls Preview Link to fetch the title, description, and preview image, then stores the enriched record rather than the bare link. Later views show a proper card instead of a naked address, and the enrichment happens without anyone assembling it by hand.
Batch Pre-Validation
Given a list of URLs, the agent runs Check Availability across the batch to filter out links that cannot be previewed, then calls Preview Link only on the ones that will resolve. The pre-check saves requests and keeps unpreviewable links out of the downstream store.
Preview Card for Sharing
Before a link is shared to a channel or a content feed, the agent calls Preview Link to build a rich card with title, description, and image. It posts the card for review so the shared link carries context, and a person confirms it before it goes out.
Human-in-Loop Highlight
Fetching a preview is a safe read, and the connector only reads; it never publishes anything on its own. The judgment lies downstream, because a preview that lands on public material, a shared card, a content feed, an outbound message, becomes the face of that link to everyone who sees it. This is [human-in-the-loop](/concepts/human-in-the-loop/) at the boundary between enriching a link and publishing it: when a fetched preview would appear on public material, the agent pauses and routes the assembled card to a person through their preferred channel. The message is specific: "This link previews as a pricing-page title with last quarter's hero image. Publish the card as fetched, or fix it first?" The agent gathers the metadata; a person owns the preview the outside world reads.
Agent Capabilities
2 actionsLink Preview
2- Preview Link Generate a rich preview for a single URL, returning title, description, domain, type, a main image, and a favicon. For recognized services a type-specific details object adds platform data such as video, author, or product information.
- Check Availability Check whether Peekalink can generate a preview for a URL without generating the full preview, returning a single boolean. Useful as an inexpensive pre-check or to filter a batch of URLs.
Start building with Peekalink
$100 in credits. No card required. Connect in minutes.