I am using SearchIndex="All" in the Amazon Product API and getting no results. When I specify the category, I do get results.
Does anyone know if there are any restrictions on this search index or ?
Thanks
feedback
|
|
Since there's no code snippet to look at, I may be off-base here, but make sure you are using If you have the Developer's Guide PDF downloaded, there's a lot of great information starting on page 253 which includes restrictions and necessary inclusions and examples. Cheers | |||
|
feedback
|
|
look my friend all you need to do in searching (All) is using just keyword don't assign any other parameters in the request and you will have results but only 50 result because amazon will inforce you to identify category . | |||
|
feedback
|
|
There are certain limitations due to the large number of items listed at Amazon. So, what they do is force you to use a "SearchIndex". It's not a very good name, but it means the department similar to those listed on the Amazon homepage. These departments include Books, Electronics, etc. Here is excerpt from page 103 of the API Dev Guide version 2010-11-01. Be sure to use the same version of the Dev Guide as your API call because the functionality changes between versions. You can download the Dev Guide: I uploaded it to the above link because it is nearly impossible to find on the Amazon Dev site.
The Amazon Product Advertising API is actually fairly easy to use. The hard part is finding the documentation on the Amazon site. Hope that helps. The document is long and difficult to understand at first, but after you try different searches and see the results it works. Here are two more documents (for the same version of the API) that may be helpful: | |||
|
feedback
|