Can I use Watir to scrape data from a website (AJAX used) but on a linux server without monitor? (linode.com) ?
|
feedback
|
|
There are several ways to do this:
This is basically a tradeoff between speed and realism. Personally I'd go with #2 if the site has any complex JavaScript or invalid HTML, but both approaches could be worth investigation. For the future, I'm keeping an eye on this project, which looks like a terrific idea. | |||
feedback
|