有人从“ResponseGroup”中获取“EditorialReview”或“Reviews”的任何内容吗?
http://docs.amazonwebservices.com/AWSECommerceService/2010-11-01/DG/RG_EditorialReview.html http://docs.amazonwebservices.com/AWSECommerceService/2010-11-01/DG/RG_Reviews.html
我在回复中没有得到任何评论或类似内容......我知道亚马逊不再提供评论,而是IFrames ......但这些信息也不在xml Feed中。
谢谢!
答案 0 :(得分:0)
我能够获得一个editorialreviews节点。以下是我使用以下参数调用Amazon服务的内容:Operation = ItemLookup,ASIN = B004V8W54Q,Version = 2010-11-01,ResponseGroup = EditorialReview
<item>
<asin>B004V8W54Q
</asin>
<editorialreviews>
<editorialreview>
<source>Product Description
</source>
<content>Jonathan Pryce (Pirates of the Caribbean) Robert De Niro (The Godfather) and Michael Palin (Monty Python and the Holy Grail) star in this landmark cult classic that dazzles ...
</content>
...
</editorialreview>
</editorialreviews>
</item>
确保您拥有与上述相似的参数。如果您这样做但仍然无效,请发布您的请求,我会看一下。