使用亚马逊服务查询亚马逊网站上的商品
我正在创建一个应用程序,用户将在其中输入视频游戏的名称,查询将发送到 servlet。我希望此查询搜索亚马逊产品数据库,如果找到游戏,我想获取名称、发行商、平台类型等信息,并将这些信息添加到我的数据库中。就像价格掠夺者所做的那样。下面有一个例子。
http://video-games .pricegrabber.co.uk/nintendo-ds-games/m/25813985/details/st=product_tab/
这可以完成吗?如果可以,我需要知道和学习什么才能做到这一点。
I'm creating a application where the user will type in the name of a video game and a query will be sent to a servlet. I want this query to search the amazon product database and if the game is found i want to grab the information such as the name, publisher, platform genre etc and add this information to my database. Just like price grabber does. There is an example below.
http://video-games.pricegrabber.co.uk/nintendo-ds-games/m/25813985/details/st=product_tab/
Can this be done and if so what will i need to know and learn to do this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信您应该能够使用 Amazon Product Advertising API< /a> 查询此类产品信息。但是,当前的使用条款似乎限制了您将数据存储到数据库中超过 24 小时。
I believe you should be able to use the Amazon Product Advertising API to query for this kind of product information. However the current Terms of Use appear to restrict you from storing the data into your database for more than 24 hours.