Re: Merchant Scraping
There was a thread about this topic a couple of weeks ago.
Some merchants are really against scraping their sites, as they believe it would put too much load on their servers.
Its also quite difficult, as getting the computer to work out where on the page the price is for example can be quite difficult. If the price is between two specific tags its easy, but if the price is just tacked onto the end of the product description for example, its much harder.
As a result, you end up having to write code for each and every site that you want to scrape, telling the computer where the data is that you want to capture.
|