I'm amused by the fact that your drop-down menu doesn't include Amazon's original market: books.
Show HN: Amazon Instant, weekend project
11–20 of 30 posts
Re: Show HN: Amazon Instant, weekend project
#12"The requested URL cannot be provided
URL:
Blocked by Web Anti-Virus
Reason: phishing URL
Click here if you believe that the web page has been blocked mistakenly.
Detection method: heuristic analysis"
Re: Show HN: Amazon Instant, weekend project
#13Kaspersky reports the URL as a phishing site. "The requested URL cannot be provided URL: http://amazon.frankjwu.com/ Blocked by Web Anti-Virus Reason: phishing URL Click here if you believe that the web page has been blocked mistakenly. Detection method: heuristic analysis"
Re: Show HN: Amazon Instant, weekend project
#14Re: Show HN: Amazon Instant, weekend project
#15I 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…
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!
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.
Re: Show HN: Amazon Instant, weekend project
#16Re: Show HN: Amazon Instant, weekend project
#17Cool project. Don't force images to a set width/height. You're skewing them. Try using max-width & max-height
Re: Show HN: Amazon Instant, weekend project
#18Earlier quoted context omitted.
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 us…
Re: Show HN: Amazon Instant, weekend project
#19Re: Show HN: Amazon Instant, weekend project
#20Earlier quoted context omitted.
Which API are you using? Didn't know they had a product API.
Check out Amazon's Product Advertising API: https://affiliate-program.amazon.com/gp/advertising/api/deta... It supports Item Lookup, Item Search, Cart Creation, etc. Pretty cool!