in reply to Price finding...

Personally, I use Web::Scraper for extracting data from HTML. You might also find the WWW::Search modules to be of use. But in the long run, you will have to do some work yourself and use an HTML-parser to extract the data you want from the HTML.