为什么亚马逊搜索从appstore获得结果?

时间:2014-07-11 16:09:29

标签: android amazon-web-services amazon

我正在使用http://docs.aws.amazon.com/AWSECommerceService/latest/DG/ItemSearch.html

但是我从appstore for android获得了结果。

例如,尝试打开www.amazon.com并搜索google或facebook,大部分返回的结果都来自appstore for android。

有什么想法将它们排除在结果之外吗?

1 个答案:

答案 0 :(得分:2)

过滤您的查询使用SearchIndex参数。

搜索类别

All将允许包含亚马逊appstore在内的所有类别的结果(类别:MobileApps)。

可在此处找到可用的SearchIndex类别值列表:http://docs.aws.amazon.com/AWSECommerceService/latest/DG/USSearchIndexParamForItemsearch.html

(几乎)没有移动应用程序的完整搜索

有一个名为SearchIndex的特殊Blended值,其中包含多个类别。每个区域设置包含的类别不同。在美国他们是:

Apparel, Automotive, Books, DVD, Electronics, GourmetFood, Grocery, HealthPersonalCare, HomeGarden, Kitchen, Music, PCHardware, Shoes, Software, SportingGoods, Tools, Toys, VHS, VideoGames
可以在此处查找

其他区域设置的类别:http://docs.aws.amazon.com/AWSECommerceService/latest/DG/CommonItemSearchParameters.html

Blended SearchIndex将在任何区域设置中返回没有应用商店MobileApps的结果