← Plugins

web-get

Fetch web page content, optionally preserving raw HTML

View source

plugin-web-get

A Stavrobot plugin that fetches web pages and returns their content as a file. HTML can be stripped to plain text (the default) or returned raw.

Installation

Tell Stavrobot: "Install the plugin at https://github.com/stavrobot/plugin-web-get"

Tools

fetch_page

Fetches a web page and returns its content as a file.

ParameterTypeDescription
urlstringThe URL of the page to fetch.
strip_htmlbooleanStrip HTML tags and return plain text. Defaults to true. Set to false to get the raw HTML.