使用 Amazon Product API 仅获取带有图片的产品

Get only products with images using Amazon Product API

是否可以使用 ItemSearch 使用亚马逊产品 API 到 return 有图片的商品并忽略没有图片的商品?

http://docs.aws.amazon.com/AWSECommerceService/latest/DG/ItemSearch.html

亚马逊产品 API 不允许我们过滤搜索结果。它只允许通过关键字搜索给定的索引。

要仅获得带有图像的结果,您将不得不编写丢弃没有图像的结果的代码。