How do I crawl a page using JS for internal links ? It has to be done recursively as well

75 views Asked by At

So basically, the task is to crawl the web page using JavaScript and when I find the internal links, I should find the internal links in each of them as well and it has to go as many levels 'deep' as it needs. Please share any ideas.

1

There are 1 answers

0
Alberto Alexander Rodriguez On

You need a browser extension to do that. JS is limited to the given Dom.