I get the impression that if this wasn't calling on a third-party API (ie if you were indexing the product listings yourself) you'd be able to give more "instant" results, but this is a cool take on search on Amazon (although obviously inspired by Google and other instant search features). I also imagine Amazon would blacklist you for harvesting their product listing, although since you're still giving them referrals maybe they wouldn't. I guess if you called it "aggressive caching" you might get away with it, heh.
While you're re-thinking product search, why not consider higher-resolution/larger thumbnails, a few more products per "page", etc...? I'm not advocating a Pinterest clone or anything like that, but the initial load (10 items in 2 rows) looks a little... dated and spartan.
As said before, cool short-term project. Would be interesting to see a few more features built into this, especially if it made your search "competitive" with Amazon's implementation.
I think it would be really interesting to download the entire listing and watch how volatile everything is, especially the item prices. Searching would definitely be much faster as well.
Thanks for checking it out and thanks for the suggestions!
That's a really interesting idea; tracking prices and potentially giving a Buy/Wait indicator would be really cool.
CamelCamelCamel[0] actually does some price tracking, but I'm not very familiar with what they do with it (with regard to giving advice on whether to buy or not). You might be able to grab some information from them on products via an API or scraper. I'm not seeing an API, nor do I see anything about using their data for other stuff, but I suppose it goes without saying that a really aggressive scraper wouldn't be welcome.
I've used CamelCamelCamel a few times - they let you choose a price, and they'll send you a notification when the price drops below that. Something that can determine when the price is at its lowest based on previous trends would be pretty neat.
Good question -- it's not really solving anything, it's just a different way of viewing Amazon products in a slightly more slick interface. It might save you a few seconds on a search, or it might not.
I mostly just wanted to play around with the Amazon API and AJAX calls. Thanks!
Out of curiosity, did you just create your Amazon Affiliate account? I am not very familiar with the program but I have read stories about many folks being rejected from the program a week or two after signing up due to their sites "not having enough content".
Cool weekend project. Should be fun to see the code!
Looks great! I love instant search weekend projects!
One thing i learn is also to disable keystrokes that do not change the search query; and you might want to do the same too.
Perhaps do not execute the search, if keys like 'ctrl', 'alt', 'commamnd', etc is hit.
While you're re-thinking product search, why not consider higher-resolution/larger thumbnails, a few more products per "page", etc...? I'm not advocating a Pinterest clone or anything like that, but the initial load (10 items in 2 rows) looks a little... dated and spartan.
As said before, cool short-term project. Would be interesting to see a few more features built into this, especially if it made your search "competitive" with Amazon's implementation.