Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which Amazon service do I need for simple querying of book titles, ISBN, and publishers?

There are so many services now, and a lot of search results about the topic talk about services that have been deprecated. I'm only doing this for the first time now. I have a little library app in C# that I want to use to query Amazon services to update book cover picture, ISBN, authors, etc.

like image 742
DarkwingDuck Avatar asked Jan 06 '09 07:01

DarkwingDuck


1 Answers

You probably want the ItemLookup operation of the Amazon Associates Web Service (previously called the Amazon E-Commerce Service). More info here and here.

like image 65
user Avatar answered Oct 08 '22 06:10

user