亚马逊产品 API - 在一次请求中获取多个作者姓名的图书列表
有人知道是否可以通过亚马逊产品 API 的一次请求获取多个作者的书籍吗?
我正在使用强力搜索来查询亚马逊,但这两个强力查询都没有返回任何结果:
作者:(丹·布朗或斯蒂芬妮·迈耶斯或 JK 罗琳)和发布日期:2006 年 6 月 30 日之后
作者:丹·布朗和作者:斯蒂芬妮·迈耶斯作者:JK Rowling 和 pubdate:2006 年 6 月 30 日之后,
使用单个名称的查询工作正常。
查询有问题还是不可能?
anybody knows if it is possible to get books for multiple authors in one request from Amazon Product API?
i'm using power search to query amazon but neither of these two power queries return any results:
author: (Dan Brown or Stephanie Meyers or J. K. Rowling) and pubdate: after 30-06-2006
author: Dan Brown and author: Stephanie Meyers and author: J. K. Rowling and pubdate: after 30-06-2006
query with a single name works fine.
is there something wrong with the query or is it just not possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试使用 BatchRequest 同时发送两个单独的请求
http://docs.amazonwebservices.com/AWSECommerceService /2011-08-01/DG/index.html?BatchRequests.html
You can try to send two individual requests at once using a BatchRequest
http://docs.amazonwebservices.com/AWSECommerceService/2011-08-01/DG/index.html?BatchRequests.html