vote up 6 vote down star
1

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.

flag

62% accept rate

2 Answers

vote up 3 vote down check

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

link|flag
Thanks. I thought it might be the AAWS but the blurb about the service seemed to focus more on advertising. I'll give it a go. – DarkwingDuck Jan 6 '09 at 8:28
vote up -1 vote down

How about LINQ to Amazon ;-p

(see also how it works, and the source)

link|flag
Sure, but that in turn talks to a service under the hood. I wanted a service, not an API :) – DarkwingDuck Jan 6 '09 at 8:29

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.