Can Execute Code block parse a web page?
# 🤝help
c
I know how to use axios to fetch a web page, but of course that gets all of the raw HTML, scripts, etc. I really just want the plain text of the . As far as I know, you can't install more npm packages, right? So I can't just add cheerio or something? Any other reasonable approaches?
a
is it possible to add cheerio for example to parse HTML ?
Currently i use regex but not the best way to do it
4 Views