Possible Duplicate:
Amazon API library for Python?
I'm looking for an Amazon API that will allow me to:
- Find books by title or author
- Show book covers
- Get information about each book (price, rating, number of reviews, format, number of pages, etc.)
Either a Python or Ruby library would be fine (I just want the library that's easiest to use). Any suggestions? I know there are some other posts about this on SO, but it seems like these APIs get outdated pretty quickly. [I tried a couple suggested Ruby libraries a couple months ago, but couldn't get any of them to work.]