Building a scraper, what if a page doesn't use jQuery?

JenniferJeter

New Member
I'm working on a scraper and I'd like to scrape certain sites but using jQuery on an ID or class doesn't return anything, meaning they're not using jQuery on their site. How do I build my scraper for the sites that don't use jQuery, like CNN or Instapaper.com, for example?I've tried \[code\]$$\[/code\] but I can't seem to figure out methods to call on that to get things like children or the value of the div.Any suggestions would be very helpful!
 
Back
Top