Telegraf Plugin for scraping data from html page body content

You can use the http plugin to call to a web page and get the response. However, that response needs to be in something we can parse. Like JSON, CSV, or values to correctly and easily parse out the data.

The other option is to use the exec plugin to curl or wget the file and parse it with a script and send the output of that parsing to telegraf.