medialab / sandcrawler

sandcrawler.js - the server-side scraping companion.
http://medialab.github.io/sandcrawler/
GNU Lesser General Public License v3.0
107 stars 12 forks source link

CasperJS support? #188

Open moshewe opened 8 years ago

moshewe commented 8 years ago

Would you consider supporting CasperJS in the future? It's basically a PhantomJS instance, but with some scraping and navigation built-in.

Yomguithereal commented 8 years ago

Would the main point to have access to easy navigation?

moshewe commented 8 years ago

Yes, but also scraping infrastructure. It also implements XPath selectors and some CSS selectors so that you don't have to go through page.evaluate and such. Interacting with the page is also made easier.

It's a library built on top of phantom, basically.