Content Retriever (Labs)

This node retrieves the current browser page source and returns the selected content as XML in an output table.

It can extract the whole page or specific element types such as links, paragraphs, buttons, images, headings, tables, lists, and the page title. An optional delay lets you wait for late-loading content, and relative links and image sources are resolved against the current page URL.

Options

HTML output

Element type to retrieve

Select the type of element that will be extracted from the page.

Available options:

  • Page: Extract the whole page as XML.
  • Link: Extract all anchor (<a>) elements and their href attribute from the page.
  • Paragraph: Extract all paragraph (<p>) elements and their inner text from the page.
  • Button: Extract all button (<button>) elements and their text from the page.
  • Image: Extract all image (<image>) elements and their alt-text from the page.
  • Heading: Extract all heading (<h1-6>) elements and their text from the page
  • Table: Extract all table (<table>) elements from the page
  • Unordered list: Extract all unordered list (<ul>) elements from the page
  • Ordered list: Extract all ordered list (<ul>) elements from the page
  • Page Title: Refreshes the current session.
XML output column name

Name of the output column containing the extracted XML elements.

Retrieval delay (seconds)

Specifies the delay time until retrieving the HTML. This will prolong the execution for that exact amount of time.

Input Ports

Icon

Information about the current session state

Output Ports

Icon

Outputs the current browser content in a HTML column

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.