Javascrip scrapping

ultra.marine

Registered Member
Joined
Oct 5, 2012
Messages
80
Reaction score
105
Hello guys, anyone know of good api that can scrape javascript pages[either .net or java] that is fast enough for scrapping tasks/loading the pages with scrips ? Thanks!
 
Last edited:
PhantomJS
Code:
http://phantomjs.org/
+
CasperJS
Code:
http://casperjs.org/
 
It is SCRAPING. One 'p'. Every time someone posts this it sounds like they are looking for a street fight behind the bar downtown with a programming language.
 
PhantomJS
Code:
http://phantomjs.org/
+
CasperJS
Code:
http://casperjs.org/

These libraries are coded in JS for web automation and testing. The OP wanted something that will execute/emulate the JS in the html pages using .NET or JAVA.

I don't know for .NET but you can use http://htmlunit.sourceforge.net/ for Java
I don't use it myself, but heard good things about the library.
 
Last edited:
These libraries are coded in JS for web automation and testing. The OP wanted something that will execute/emulate the JS in the html pages using .NET or JAVA.

I don't know for .NET but you can use http://htmlunit.sourceforge.net/ for Java
I don't use it myself, but heard good things about the library.


Thanks, that was exactly what I was looking for!
 
Back
Top