What is the most elegant way to do screen scraping in node.js?

后端 未结 3 1579
再見小時候
再見小時候 2020-12-24 15:25

I\'m in the process of hacking together a web app which uses extensive screen scraping in node.js. I feel like I\'m fighting against the current at every corner. There must

3条回答
  •  甜味超标
    2020-12-24 15:32

    i actually have a scraper library now https://github.com/mikeal/spider it's quite nice, you can use jquery and routes.

    feedback is welcome :)

提交回复
热议问题