Hi guys, As items price can change I wonder if there is a reliable way to track them. Do you know of such a way ? Regards
You can do this with Amazon web services. Retrieve the product price, cache it, and compare it against a future result. You can save the results in a database for longer term price tracking. I guess there are many ways it can be done. I would definitely take the automated way using your favorite programming language and amazon's web service api. thnx, PuReWebDev