This is an example of how to scrape the web using [PhantomJS](http://www.phantomjs.org/) and jQuery: ```javascript var page = new WebPage(), url = 'http://localhost/a-search-form', stepIndex = 0; /** * From PhantomJS documentation: * This callback is invoked when there is a JavaScript console. The callback may accept up to three arguments: * the string for the message, the line number, and the sou