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: Pinstified - Search Amazon With Pinterest Style Layout

12 pointsby svtigeralmost 13 years ago

4 comments

NathanKPalmost 13 years ago
I made something similar a while back, but for books. Essentially it used the Amazon API to create a Pinterest like interface for Amazon. (But this was before Pinterest, so it was called a Masonry interface at the time.) Here is what I came up with:<p><a href="http://bookflavor.com/list/new-york-times-bestsellers-25" rel="nofollow">http://bookflavor.com/list/new-york-times-bestsellers-25</a><p>Unfortunately, eventually Amazon decided they didn't like me and cut off my API access. This was because I was doing too much scraping of their service, and because they said the design of my site was causing it to falsely report referrals to Amazon. (Still not sure what was causing that exactly.) At any rate they shut off my API access and I haven't had time to come back and revisit the project since I have been working fulltime.<p>Best of luck with your site, and watch out for sneaky Amazon restrictions.
评论 #4326711 未加载
mobiplayeralmost 13 years ago
Very cool :) This past weekend I was just thinking of starting something similar! but I know I would never achieve the great look that your project has.<p>Congratulations!
评论 #4326719 未加载
dbecksalmost 13 years ago
Fantastic app! Great work.
klbarryalmost 13 years ago
Cool. How do you decide on order of the items in the search results? for instance:<p><a href="http://pinstified.com/search?searchCategory=search-alias%3Djewelry&#38;searchDept=search-alias%253Djewelry&#38;searchButtonInput=Jewelry&#38;searchButtonRefineInput=&#38;fieldKeywords=gold+emerald+ring&#38;searchSubcategory=all&#38;sort=relevance-fs-browse-rank" rel="nofollow">http://pinstified.com/search?searchCategory=search-alias%3Dj...</a><p>vs<p><a href="http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Djewelry&#38;field-keywords=gold+emerald+ring" rel="nofollow">http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3D...</a><p>Also, where do you get data on new and best selling? Is that just the "popular" breakdown on Amazon?
评论 #4323525 未加载