I am not sure if this is where I should stick this, but here goes anyway! We are looking at writing an application where a customer can look up prices of our products from a terminal. We want to be able to scroll competitors prices along the bottom of the screen. Grabbing the data real time would probably be too slow, so we would like to create some type of crawler that would scan sites for a similar item, save the data in our database, then pull it up when the customer performs a scan of the item they are price checking.
I can see how I can send a spider off into never never land looking for sites, but I do not see how I could get the price data from the sites. As I am typing this an idea is forming!
Anyway, if anyone knows of a script or some code that performs a function similar to this I would be most appreciative!
Oh and if this is in the wrong place, I apologize in advance!
Cheers,
Sandy