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
Parameter | Type | Description |
---|---|---|
url | Text | The URL of the web page to scrape and convert into a Melder Web object |