Reads the text present in a URL
The Read Webpage
module is a data module that can extract the text from a specific URL.
This module has multiple configurations that can enhance its capabilities.
<ERROR>
, instead of failing the workflowThe Read Webpage
module has one input and two outputs:
URL
, the link to the webpage you want to scrape. Anything more than the link will result in an error.Pages
, the text that was extracted from the webpageLinks Found
, a list with all the links found on each page. If you want to transform each sequence of links in a page into a list, you can use the module Single value to list
Reads the text present in a URL
The Read Webpage
module is a data module that can extract the text from a specific URL.
This module has multiple configurations that can enhance its capabilities.
<ERROR>
, instead of failing the workflowThe Read Webpage
module has one input and two outputs:
URL
, the link to the webpage you want to scrape. Anything more than the link will result in an error.Pages
, the text that was extracted from the webpageLinks Found
, a list with all the links found on each page. If you want to transform each sequence of links in a page into a list, you can use the module Single value to list