Web Scraping in a Google Chrome Extension (JavaScript + Chrome APIs)

后端 未结 7 956
独厮守ぢ
独厮守ぢ 2020-12-12 09:31

What are the best options for performing Web Scraping of a not currently open tab from within a Google Chrome Extension with JavaScript and whatever more te

7条回答
  •  既然无缘
    2020-12-12 10:11

    A lot of tools have been released since this question was asked.

    artoo.js is one of them. It's a piece of JavaScript code meant to be run in your browser's console to provide you with some scraping utilities. It can also be used as a chrome extension.

提交回复
热议问题