简体   繁体   中英

Find the auto-complete Strings

When you type a keyword word in the Amazon search box, you will get 10 auto-complete suggestions from a drop-down menu. I provide an illustration for that below,

在此处输入图片说明

How do I programmatically acquire them (the Strings) in the real-time using a RESTful GET call?

I program in Java and a List<String> will be the best format to have it.

I think I find what I was looking for. Amazon offers -next to their affiliate API- a web service which can be used to get their autocomplete information. It can be utilized by calling an URL in the style of:

http://completion.amazon.com/search/complete?search-alias=aps&client=amazon-search-ui&mkt=1&q=samsung

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM