I was using Node Red platform in raspberry pi. The objective is extract the text of some web page using its html. I used http request node and obtained something similar, but I think html node could help in this process. Http request extract all the body from html. I want to extract only the text part and there is an option in html node that do this. But when I tried to use it I put a debugger and the payload was just an array[0] (basically, it is finding 0 text elements in input, I hope). I tried to do many things to make it work but I didn`t find anything.