1. PRICEGRABBER.COM 2. MOMONDO.COM and many similar price comparison and extraction websites. Does anybody know how does these comparison sites work ? Do they actually crawl the other websites and extract the data and if yes, how ? They must have some crawler which does that ? Please help me understand their concept.. Thanks
well in brazil the biggest is bondfaro.com.br works having direct access to each site that he show in searchs results..
They crawl the websites and extract the data. To do this they have to write a parser for each website, because the html and layout code for each site is different. There are libraries in most programming languages that will help you do this. Search for 'screen scraping' and you will get some idea of what is involved.