Questions tagged [node.io]
18 questions
0
votes
1 answer
Node.io scrape job fails the 2nd time
I am essentially trying to scrape a page on the fly. When you hit this url, it ouputs the result from the scrape job. Everything works wonderfully the first time. The second time I try it (with different parameters passed through job.options.args)…

Jamis Charles
- 5,827
- 8
- 32
- 42
0
votes
2 answers
Scripted Browser Scapper
What can I use to achieve the following, script a browser or otherwise make a request to the server, login, browse the site, eg. find links and navigate to those links.
For now, since I am into NodeJS, I was looking at node.io. It allows you to…

Jiew Meng
- 84,767
- 185
- 495
- 805
0
votes
1 answer
jQuery selector inside selector with NodeJS + Node.io
I have a NodeJS app that is trying to use JQuery to scrape a webpage. Within the web page I am trying to scrape:
I'd like to get 'someTextHere' by calling a jQuery selector within…

ejang
- 3,982
- 8
- 44
- 70