Is it possible to query the url and parse the html content in nodejs using a DOM manipulation tool like DOMDocument in php?

can I request a url and parse the html response in nodejs using a DOM manipulation tool like DOMDocument in php?

+4
source share
1 answer

yes, jsdom (also a good article here )

+4
source

All Articles