Extract Page Content Block
Extract Page Content reads broad page content instead of one selector or repeated item list.
At a glance
What it does
Extract Page Content gathers text from the current page and can include cleaned HTML, links, and metadata.
Use it when you need a page-level snapshot for summarization, archiving, or downstream processing.
Use it when
- Extract article or page body text.
- Collect links and metadata from a page.
- Feed page text into an AI, Template, or file output step.
Do not use it when
- You need one selector value; use Extract Text.
- You need repeated rows; use Extract Data.
- You need visual proof; use Screenshot or Create PDF.
Settings
Choose content scope, optional HTML, links, metadata, empty-page behavior, and optional helper variables.
Content scope
Required: No- Variables
- No
- Description
- Choose main content or full page extraction.
Include HTML
Required: No- Variables
- No
- Description
- Adds cleaned HTML to the output object.
Include links
Required: No- Variables
- No
- Description
- Adds page links up to the configured limit.
Include metadata
Required: No- Variables
- No
- Description
- Adds title, description, and page metadata where available.
Main output variable
Required: Automatic- Variables
- Variable names
- Description
- Stores the combined page object. Click the labeled output handle to rename it.
Text and HTML variables
Required: No- Variables
- Variable names
- Description
- Advanced settings can also store the extracted text or cleaned HTML as direct helper variables.
Outputs
Extract Page Content returns a page object and configured output variables.
{{outputVariableName}}objectPage content object containing URL, title, scope, text, and optional fields.
textstringExtracted page text.
linksarray<object>Links included when link extraction is enabled.
Example Flow
Use Extract Page Content after navigation when downstream steps need a broad content snapshot.
- Open a page.
- Wait for the page body or main content.
- Extract page content and pass the result onward.
Errors and fixes
Start with symptoms visible in the editor or Inspector, then check the earliest Block that produced the wrong page state, variable, or output.
The page text is empty.
- Check
- Check whether content rendered after the Block ran.
- Fix
- Add Wait For Element before extracting page content.
The output is too large.
- Check
- Check configured text, HTML, and link limits.
- Fix
- Lower limits or disable fields you do not need.
Local and cloud runs
Local and cloud runtimes both return page-level content. Optional fields and truncation are controlled by the Block settings.