Category
General purpose
Featured Template
A simple admin-approved workflow that opens a URL and pulls back the main readable page content. It works well for summarization, research pipelines, content cleanup, and feeding downstream AI steps.
Overview
Get URL Contents is a lightweight building block workflow. It takes a single URL variable, navigates the browser to that page, waits for the page to settle, and extracts the primary content block as readable text.
Workflow Steps
Opens the supplied {{URL}} in the current tab and waits 2000ms so the page has time to render before extraction begins.
Important settings
command: navigateurl: {{URL}}wait_ms: 2000Extracts the first major readable content block from the page as text-only content without image references.
Important settings
command: get_contentmode: nthn: 1include_images: falseVariables
URLThe page URL you want to open and extract content from.
{
"URL": "https://example.com/article"
}
Best For
Use it when you need a clean text version of an article or page before sending that content into an LLM summarizer.
Use it as a reusable first step inside larger workflows that need browser-based extraction before classification, tagging, or storage.
Limitations
n: 1.