Anyone know of a way to pull all thr products from a category in amazon? as you can use there api but it doesn by keyword anyone know a way to get a full dump of a categorey and not just by keyword?
You can use AWS to search for items in Categories, and subcategories using BrowseNodes. http://www.aanodes.com/
Yes, you do an ItemSearch call, but you don't specify a keyword, just a BrowseNode, then you get everything from that category, which by default is ordered by bestselling first. That's if by "category" you mean BrowseNode, not SearchIndex. You can't list all products for an entire SearchIndex.