Amazon Book API for Python or Ruby? [duplicate]

我的未来我决定 提交于 2019-12-03 16:10:24

I think I found a couple of options for you.

The Ruby option:

The library provides support for the vast majority of the AWS v3.1 API. For example, all forms of product search are implemented, along with the transaction details API and the remote shopping-cart API. Furthermore, advanced features such as threaded retrieval of multiple pages, object caching and determining a client's most appropriate AWS locale are all available.

http://www.caliban.org/ruby/ruby-amazon.shtml

The Python option:

The Product Advertising API helps you advertise Amazon products using product search and look up capability, product information and features such as Customer Reviews, Similar Products, Wish Lists and New and Used listings.

http://pypi.python.org/pypi/python-amazon-product-api/0.2.1

Hopefully these can help you out. =)

The API you are looking for is called the Product Advertising API (formerly called AWS - Amazon Web Services). Latest docs here.

The python-amazon-product-api looks like a fairly up-to-date wrapper for it, updated in June. I'm afraid I can't vouch for it as I've not used it myself.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!