I want to crawl the page and check for the hyperlinks in that respective page and also follow those hyperlinks and capture data from the page
We could crawl the pages using Javascript from server side with help of headless webkit. For crawling, we have few libraries like PhantomJS, CasperJS, also there is a new wrapper on PhantomJS called Nightmare JS which make the works easier.