TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Amazon Instant, weekend project

24 pointsby fjwabout 11 years ago

10 comments

alialkhatibabout 11 years ago
I get the impression that if this wasn&#x27;t calling on a third-party API (ie if you were indexing the product listings yourself) you&#x27;d be able to give more &quot;instant&quot; 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&#x27;re still giving them referrals maybe they wouldn&#x27;t. I guess if you called it &quot;aggressive caching&quot; you might get away with it, heh.<p>While you&#x27;re re-thinking product search, why not consider higher-resolution&#x2F;larger thumbnails, a few more products per &quot;page&quot;, etc...? I&#x27;m <i>not</i> advocating a Pinterest clone or anything like that, but the initial load (10 items in 2 rows) looks a little... dated and spartan.<p>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 &quot;competitive&quot; with Amazon&#x27;s implementation.
评论 #7727806 未加载
评论 #7727447 未加载
pgroteabout 11 years ago
Kaspersky reports the URL as a phishing site.<p>&quot;The requested URL cannot be provided<p>URL:<p><a href="http://amazon.frankjwu.com/" rel="nofollow">http:&#x2F;&#x2F;amazon.frankjwu.com&#x2F;</a><p>Blocked by Web Anti-Virus<p>Reason: phishing URL<p>Click here if you believe that the web page has been blocked mistakenly.<p>Detection method: heuristic analysis&quot;
评论 #7727484 未加载
luggabout 11 years ago
Sorry but what&#x27;s the point? Like what issue with amazon search are you trying to solve?<p>Cool weekend project either way. Props.
评论 #7727387 未加载
quotientabout 11 years ago
I&#x27;m amused by the fact that your drop-down menu doesn&#x27;t include Amazon&#x27;s original market: books.
评论 #7727463 未加载
Zombieballabout 11 years ago
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 &quot;not having enough content&quot;.<p>Cool weekend project. Should be fun to see the code!
tmleeabout 11 years ago
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 &#x27;ctrl&#x27;, &#x27;alt&#x27;, &#x27;commamnd&#x27;, etc is hit.
评论 #7729097 未加载
xur17about 11 years ago
Neat project! One little thing - It looks like you are showing the list price - if you have access to it, the discounted price would be more useful.
ryenabout 11 years ago
Cool project. Don&#x27;t force images to a set width&#x2F;height. You&#x27;re skewing them. Try using max-width &amp; max-height
评论 #7727739 未加载
blufoxabout 11 years ago
Great Project. Just note that there is inconsistency with the price shown on your website for any items which are on sale.
m4rcadamabout 11 years ago
Good job! See now if I use your server I won&#x27;t get ads for every single item I do a search for ^^