0
votes
0answers
4 views

Find all images of page excluding images inside comments

I have used this : phantomjs getting all img elements to find all images in webage and then find the biggest image using Width*Height. This works fine. for (var i = 0; i < imgs.length; i++) { ...
2
votes
1answer
34 views

PhantomJS hanging when called from CLI or Web

I'm trying to use phantomJS to capture a screenshot of a URL, however when I call phantomJS (from either the command line or web app) it hangs and seesm to never execute the "exit()" call. I can't ...
0
votes
0answers
64 views

How to scroll down with Phantomjs to load dynamic content

I am trying to scrape links from a page that generates content dynamically as the user scroll down to the bottom (infinite scrolling). I have tried doing different things with Phantomjs but not able ...
-2
votes
0answers
57 views

Scraping pages with javascript - comparison [closed]

I know that scraping can be done with lots of languages and with the excellent phantomjs. Having said that, I want to migrate a phantomjs script that I have to a more versatile language in order to ...
2
votes
1answer
301 views

CasperJS/PhantomJS much slower than Curl

When I tried curl www.yelp.com it takes 1.1 secs. However retrieving the page using CasperJS takes over a minute! Is this normal? How do I find out what's slowing casper/phantom down? I am suspecting ...
0
votes
2answers
174 views

CasperJS passing data back to PHP

CasperJS is being called by PHP using an exec() command. After CasperJS does its work such as retrieving parts of a webpage, how can the retrieved data be returned back to PHP?
0
votes
2answers
35 views

Is it possible to detect SSL-Sites that have included “insecure content” in PhantomJS

I want to automatically check if a HTTPS page includes "insecure content" eg HTTP content. Is there a way to automatically determine that? It seems phantom just loads the content and ignores that ...
0
votes
1answer
61 views

Node.js and phantom issue

I'm playing around with Node.js and the node phantom module that is available. But I seem to be stuck at a basic level, and can't get this basic piece of code to work: var phantom = ...
0
votes
1answer
75 views

phantomjs: What does it mean when status is not populated?

var page = require('webpage').create(); page.onConsoleMessage = function (msg) { console.log('Inner log: ' + msg); }; var url = "http://www.w3.org/TR/CSS21/propidx.html"; page.open(url, ...
0
votes
1answer
261 views

CasperJS and mint.com

I have an account at mint.com and I'm trying to download information about my accounts daily. I haven't found a Mint API, I don't think Intuit and Yodlee APIs will work. I want to get the data ...
1
vote
0answers
137 views

Scrape image src attribute using pjscrape

I'm having some difficulties with scraping the image source of an image. I tried the following: _pjs.getText('div#customerInfo table tr:nth-child(1) td:nth-child(7) img.attributes.src') as well as ...
5
votes
1answer
163 views

Check/Log how much bandwidth PhantomJS/CasperJS used

Is it possible to check/log how much data has been transferred during each run of PhantomJs/CasperJS? Each instance of Phantom/Casper has a instance_id assigned to it (by the PHP function that spun ...
0
votes
2answers
274 views

Using PHP's exec() gives error: Fatal: [Errno 2] No such file or directory; did you install

I'm trying to use PHP to exec() a binary casperjs, exec('casperjs /var/www/mysite/application/phantomjs/test.js'); but I am getting the error Fatal: [Errno 2] No such file or directory; did you ...
0
votes
0answers
140 views

Submitting Forms Node-Phantom

Hey fellows I have been trying for days now to navigate a site with Node's Node-Phantom module for phantom.js. I have successfully been able to inject jQuery into the page and fill a form with the ...
0
votes
1answer
1k views

Scraping dynamic page content phantomjs

My company is using a website that hosts all of our FAQ and customer questions. We have plans to go through and wipe out all of the old data and input new and the service does not have a backup, or ...
2
votes
1answer
429 views

Scraping multiple pages with Phantomjs/Pjscrape

trying to scrape multiple pages but can't get the urlid array to work within the pjscrape .js file. I'm pretty sure I might be making a newbie mistake but I would appreciate some help though. Thanks ...
0
votes
1answer
496 views

Manual input while running phantomjs casperjs

Is it possible to make the script (phantomjs or casperjs) to stop for manual human input (keyboard typing) before going to the next step? For example, the script will fill out a form and export the ...
1
vote
1answer
357 views

Error running sample code using Spooky.js

I am new to the whole stack of node.js, phantom.js, casper.js and spooky.js. I have everything installed (in Windows), with PATH updated and followed this example: ...
0
votes
0answers
212 views

PhantomJS to automate posting to a website through Rails

Ok, so I've been trying to get this to work for some time now. My aim is to have this integrated into my rails application, so I was told to try phantomJS. I'm trying to automate logging in and ...
0
votes
0answers
114 views

How do I create a server that will pass phantomjs GET arguments, and output the result [closed]

This seemed like a simple task, set up a server that would receive some arguments and execute a phantomjs process from them. For example, I could manually visit, or curl something like, ...
1
vote
1answer
153 views

For loop only iterates once (simplehtmldom)

I have a for loop that loops 3 times, and within the loop, a shell_exec() is done, calling a binary phantomjs and returning its output. This output is then passed into simplehtmldom's str_get_html() ...
5
votes
1answer
1k views

injectJs with PhantomJs and CasperJs

I am trying to use CasperJS to scrape a website that has dynamic content and am failing so far. The website uses a couple of js libaries(e.g. Prototype) to use autocomplete to create content. I am ...
9
votes
2answers
4k views

Is it possible to use selenium web driver to drive PhantomJS?

I'm going through the documentation for the Selenium Web driver, and it can drive chrome for example. I got thinking, wouldn't it be far more efficient to 'drive' PhantomJS? Is there a way to use ...
1
vote
1answer
1k views

login to a webpage using phantomjs and Jquery

I am new to phantomjs, Java script and WebScraping in General. What I want to do is basic http authentication and then visit another URL to get some information. Here is what I have till now. Please ...
0
votes
0answers
124 views

Scraping PDF links with JS (do I need Phantom?)

I need to find a way to download PDF files obfuscated in a ASP.NET webpage. Testing with Firebug, I coded a simple Javascript snippet that scraps every ASP link in the page and extracts the contents ...
0
votes
3answers
1k views

javascript - how to perform a halt/wait process involving phantomJS [closed]

Doing some basic testing of phantomJS/javascript, to compare it to Selenium. I've got what is/should be a trivial issue. How do you wait until a function has completed?? An issue of any scraping is ...
3
votes
1answer
241 views

Mining/Crawling/ the web console with phantomjs or something else?

I am wanting to create an application whose behavior is directly related to that of another web application. Essentially, there is an application that runs within Gmail that dynamically interacts ...
15
votes
2answers
9k views

Save and render a webpage with PhantomJS and node.js

I'm looking for an example of requesting a webpage, waiting for the JavaScript to render (JavaScript modifies the DOM), and then grabbing the HTML of the page. This should be a simple example with an ...
11
votes
2answers
1k views

How to manage a 'pool' of PhantomJS instances

I'm planning a webservice for my own use internally that takes one argument, a URL, and returns html representing the resolved DOM from that URL. By resolved I mean that the webservice will firstly ...
5
votes
1answer
1k views

PhantomJS and pjscrape - Failing on some multiple URLs

Overview I am trying to create a very basic scraper with PhantomJS and pjscrape framework. My Code pjs.config({ timeoutInterval: 6000, timeoutLimit: 10000, format: 'csv', csvFields: ...
18
votes
3answers
2k views

Scraping Google Keyword Tools with CasperJS and PhantomJS

I'm currently trying to scrape Google Keyword Tools with CasperJS and PhantomJS (both excellent tools, thanks n1k0 and Ariya), but I can't get it to work. Here is my current process: Log in with my ...
2
votes
1answer
534 views

copying data from one page to another using phantomJS

I am trying to copy some data from one processed web page into a new one that I want to export. The background is that I need to scrape parts of a page and need to build a new page with parts of the ...
2
votes
1answer
946 views

can anyone show example of login to gmail and then print first mail to png with phantomjs?

can anyone show example of login to gmail and then print first mail to png with phantomjs? what i'm trying to understand is an example of login to gmail and then based on result to do another ...
6
votes
1answer
2k views

Navigating / scraping hashbang links with javascript (phantomjs)

I'm trying to download the HTML of a website that is almost entirely generated by JavaScript. So, I need to simulate browser access and have been playing around with PhantomJS. Problem is, the site ...