This question already has an answer here:
I want to get the cover of a book form its ASIN through Amazon API. I use the ItemLookup
function, but I only get the author
, manufacturer
and the title
.
ie :
<ItemAttributes>
<Author>Anna Gavalda</Author>
<Manufacturer>J'Ai Lu</Manufacturer>
<ProductGroup>Book</ProductGroup>
<Title>Ensemble, C'Est Tout (French Edition)</Title>
</ItemAttributes>
You can try this:
See How do I get a book graphic and description from the Amazon Book API?
Also, interesting article about using Amazon images here: http://bibwild.wordpress.com/2008/03/19/think-you-can-use-amazon-api-for-library-service-book-covers/