I am designing a web app that use Amazon product apis to retrive books info. I am storing images' url and other info for faster retrieval. But, didn't know how often Amazon updates/invalidate its images's urls.
feedback
|
|
There are ways to get the image just using the ASIN. You don't have to cache. Here is an example URL. http://images.amazon.com/images/P/ASIN.01.MZZZZZZ.jpg Just replace ASIN for the product. For more information about images, take a look at http://aaugh.com/imageabuse.html | |||
|
feedback
|
|
How often these images change is not up to Amazon but depends entirely on the publishers. I work for a publishing house and I can tell you from personal experience that a book cover can change quite frequently before going into print. Once it's available as physical product though (i.e. no more pre-order), it will remain the same until the next edition is published. | |||||||
feedback
|