I'm building a Rails web app and was wondering what is the best way to get a list of products that Amazon would return based on a search term?
For example, if I sent amazon the term "iphone", I'd get a list of iphones back from Amazon.
Does anyone know if there's a gem or library for Rails out there that would fit this need?