Java实现Amazon数据抓取(包括Signature生成)
Dec 30
坨坨胡同儿 Amazon, Java, SOAP, WebService 2 Comments
Amazon目前已提供了N多服务,这里只涉及其中的Product Advertising API。通过它,你可以访问Amazon的数据库,实现很多有用的功能,如:获取商品信息、买家/卖家的评论、还可以搜索物品、促销信息等,这些数据有助于建立你自己的电子商务网站。
下面简单讲述一下用Java语言访问Product Advertising API,并写了两个搜索物品和浏览目录的例子。
相关链接:
Product Advertising API
amazon-product-advertising-api-sample
Recent Comments