Hacker News new | ask | show | jobs
by Shrugs 3478 days ago
I made http://fivestar.io/ a year or two ago; it's a better Amazon search.

It shines when you search for something that you want the best version of, without caring about the details; i.e., let the masses determine the quality for you. It weights results based on ratings, review volume, and some other stuff, segmenting the results by price range.

Helps me answer the question "I want the best phone mount for my bike, but I don't want to spend more than $20" without fiddling with Amazon's search parameters and then scanning the page.

Makes ~$100/month off of affiliate links.

3 comments

Isn't it against Amazon's terms to use the affiliate API to make a search engine?
Note parent's username
Interesting. Have you thought about an option for non-US amazon, e.g. .uk / .de?
I have, but the API differs in availability/completeness across regions and writing the code to handle each region probably isn't worth the time. The Product Advertising API is also _terrible_ and not fun to work with, so I'm minimizing the amount of time I spend working with it and reading their docs.
What volume of traffic / searches do you get?
1000 uniques/month on average, not including when I post the site on hacker news. The clickthrough/conversion rate is pretty solid. 35% of users buy something after clicking through to Amazon, which makes sense cause it's a pretty strong signal of intent.