Is there a Javascript equivalent of beautifulsoup4(Python) #325
-
I'm Trying to create a website to show all links on a given url. Also to show if they are broken or not (SEO purpose). I could make a Flask API and just use VueJS on the front, but would be nice if i could keep it just in VueJS. Tried to get it working but no luck so far this is the repo I know there are sites doing this but wanted to make my own version 😄 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I am not aware of anything, but I came across a javascript alternative to beautifulsoup, not sure if that is helpful https://github.com/chishui/JSSoup |
Beta Was this translation helpful? Give feedback.
-
cheerio.js is another option. |
Beta Was this translation helpful? Give feedback.
I am not aware of anything, but I came across a javascript alternative to beautifulsoup, not sure if that is helpful https://github.com/chishui/JSSoup