Skip to content Skip to sidebar Skip to footer
Showing posts with the label Screen Scraping

What Is The Best Way To Parse A Web Page In Ruby?

I have been looking at XML and HTML libraries on rubyforge for a simple way to pull data out of a w… Read more What Is The Best Way To Parse A Web Page In Ruby?

Beautifulsoup Get_text Does Not Strip All Tags And Javascript

I am trying to use BeautifulSoup to get text from web pages. Below is a script I've written to … Read more Beautifulsoup Get_text Does Not Strip All Tags And Javascript

A Php Html Parser That Lets Me Do Class Select And Get Parent Nodes

So I'm in a situation where I am scraping a website with PHP and I need to be able to get a nod… Read more A Php Html Parser That Lets Me Do Class Select And Get Parent Nodes

Some Help Scraping A Page In Java

I need to scrape a web page using Java and I've read that regex is a pretty inefficient way of … Read more Some Help Scraping A Page In Java

Web Scrape Live Chaning Data

I am pretty new to web scraping. It is pretty easy with static content, but I would like to know if… Read more Web Scrape Live Chaning Data

Convert A (nested)html Unordered List Of Links To Php Array Of Links

I have a regular, nested HTML unordered list of links, and I'd like to scrape it with PHP and c… Read more Convert A (nested)html Unordered List Of Links To Php Array Of Links