is it possible to write web crawler in javascript?

后端 未结 11 705
深忆病人
深忆病人 2021-02-01 07:48

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

11条回答
  •  悲哀的现实
    2021-02-01 08:26

    If you use server-side javascript it is possible. You should take a look at node.js

    And an example of a crawler can be found in the link bellow:

    http://www.colourcoding.net/blog/archive/2010/11/20/a-node.js-web-spider.aspx

提交回复
热议问题