Documentation M.WEB_PAGE

M.WEB_PAGE

M.WEB_PAGE takes in a web page URL (as a text value) and outputs a Melder Web object that can be referenced like a file. The Web object contains the scraped text from the website.

Examples

=M.WEB_PAGE("https://www.linkedin.com/in/philip-brewer/")
=M.WEB_PAGE("https://melder.io")
=M.WEB_PAGE(A2)

Parameters

ParameterTypeDescription
urlTextThe URL of the web page to scrape and convert into a Melder Web object