DarkwingDuck
DarkwingDuck

Reputation: 2706

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.

Upvotes: 6

Views: 2060

Answers (2)

user
user

Reputation: 3986

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

Upvotes: 3

Marc Gravell
Marc Gravell

Reputation: 1062580

How about LINQ to Amazon ;-p

(see also how it works, and the source)

Upvotes: -1

Related Questions