Best scrapping tools

capflam

Junior Member
Joined
Aug 7, 2008
Messages
142
Reaction score
3
I am looking for scrapping specific pieces of information from various sites in a specific industry.
I need to know what information they publish everyday.
Each site I am trying to scrape has its own format. But often have RSS feeds.

What type of tool can you guys suggest? Or do you know someone that can build one for me?
 
screen scraper is the best for me. Got a server edition and cron, works with php, asp, and other languages
 
does anyone know if its possible to scrape more than one page, and let the script automatically recognize a page two?
 
Also, on the off chance that you are going to get something built in .NET / C++ the HtmlAgility pack is awesome.

hxxp://htmlagilitypack.codeplex.com/

You can use XPath queries to parse HTML documents... I have made extensive use of it to scrape search engine results and the pages from those results.

Regards
MDS
 
this looks good - yazzou is this what your talking about???

Code:
http://www.screen-scraper.com/
 
Back
Top