亚马逊的API - 获取产品说明亚马逊、产品说明、API

2023-09-12 00:07:57 作者:绊人心i

有谁知道如何从亚马逊API产品说明?我曾问他们的论坛,但没有成功。我可以从ItemLookUp进入详细页面的URL,但后来我不得不屏幕抓取这是不理想的。

Does anyone know how to retrieve the product description from the Amazon API? I have asked their forum with no success. I can access the detailed page URL from an ItemLookUp but then I have to screenscrape which is not ideal.

谢谢, 史蒂夫

推荐答案

嘿,我知道这是一个有点老了,但我已经找到了应对的EditorialReview部分包含的产品说明。我想,汤姆谈论仍然适用的cravet,但至少它的一个方式去描述没有恢复到屏幕抓取(这是从来没有一个好东西!):)

Hey, I know this is a bit old, but I've found the EditorialReview part of the response contains the product description. I guess the cravet that Tom talks about still applies, but at least its a way to get to the description without reverting to screen scraping (which is never a good thing!) :)

请参阅此页亚马逊产品的API:http://docs.amazonwebservices.com/AWSECommerceService/latest/DG/

See this page of the Amazon product API: http://docs.amazonwebservices.com/AWSECommerceService/latest/DG/

EditorialReview响应组

EditorialReview Response Group

有关在响应中的每个项目,该   EditorialReview响应组的回报   该项目,其中,在亚马逊的审查   详细信息页面,标注为   产品说明。

For each item in the response, the EditorialReview response group returns Amazon's review of the item, which, on the Detail page, is labeled the Product Description.

没有讨厌的屏幕抓取需要的! :)

No nasty screen scraping required! :)

安迪。