Motivation
Amazon provides a handy Product Advertising API
[http://docs.aws.amazon.com/AWSECommerceService/latest/DG/Welcome.html] that
allows you to fetch the price, reviews, description, and image (among other
things) for products. There are several examples on how to use the API for Ruby,
PHP, Python, and Java.