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.

Why Doesn't Amazon's Price Sort Work?

21 pointsby MagicClamabout 13 years ago

12 comments

wojabout 13 years ago
I don't work at Amazon but worked at one of the largest comparison shopping sites in a core search group.<p>Sorting by price is hard - if you really wanted to do a true price sort you end up with the long tail of products that match the term "ipod" (but are very loosely related to ipods) at the top of search results. Try searching for ipod in electronics and sorting by price.:<p><a href="http://www.amazon.com/gp/search/ref=sr_nr_i_0?rh=k%3Aipod%2Ci%3Aelectronics&#38;keywords=ipod&#38;ie=UTF8&#38;qid=1337231072#/ref=sr_st?keywords=ipod&#38;qid=1337231088&#38;rh=k%3Aipod%2Cn%3A172282&#38;sort=price" rel="nofollow">http://www.amazon.com/gp/search/ref=sr_nr_i_0?rh=k%3Aipod%2C...</a><p>I get a usb connector, stereo speaker, some other mp3 players, etc. all among the top 6 results. Only 2 ipods on the first page. At least there is a link to a department containing just the ipods.<p>So in order to avoid doing really badly you don't allow searching by pure price, but rather use a combination of price and relevancy (and this can only take you so far as the results above demonstrate.)
评论 #3985590 未加载
bobdukeabout 13 years ago
This is one of the few annoyances of shopping at Amazon. As a Prime user, I usually don't want to deal with anyone other than Amazon directly.<p>There's a search filter option to select "Prime eligible" items, but when you select it, the price sorting still seems to include Marketplace vendors. Selecting the "New" search filter does not help.<p>There's even a search filter for "Seller" that allows you to select only amazon.com, but the price sort is still wrong if this is selected!<p>(I understand that Amazon probably prefers that we stumble upon the marketplace vendors, but it's frustrating when you can't disable it even temporarily.)
georgemcbayabout 13 years ago
Good question. Amazon is great for searching, pretty good for browsing, but pretty awful for browse-searching, where you're trying to narrow down results via search but still browse through them using various sorting and filtering types. The consistently awful price handling is the worst part of it.<p>I often find myself doing product filtering on other sites (yes, I feel a bit bad about this) and then (usually) buying on Amazon because of price and the free Prime shipping.<p>eg. I'll figure out what I want to buy for a new computer system on Newegg, because their combined browse-search is way better than Amazon's, and then take the final result and see if it is worth buying on Amazon via a direct parts name/number search. Amazon loses about 10-20% of the sales I would have otherwise just given them due to this when it turns out the cost to buy the item on the other site I was using is similar enough to the Amazon price. When the price is even close I favor the other site since they provided me a better UX experience, but I do admit that if the overall cost to buy on Amazon is significantly cheaper, I'll still buy from them.
r00fusabout 13 years ago
Anytime you see something that's relatively easy to solve by a major company but remains unsolved, either you don't realize how hard the problem really is, or the company is profiting from their "oversight". Apple could easily make a 2-disk-drive macbook, but they don't sell that configuration.
评论 #3985792 未加载
DenisMabout 13 years ago
That was bothering me for ages. I wish someone from Amazon came out to explain what' really going on with broken sort.
评论 #3985394 未加载
chimeabout 13 years ago
I wrote about this recently too, with some screenshots: <a href="http://chir.ag/201203161607" rel="nofollow">http://chir.ag/201203161607</a>
shadowswimeralmost 13 years ago
What I don't get is when I search for any product then select to filter by "Amazon Prime" I am still seeing results for items that are not Prime Eligible. Now you can't tell me that Amazon doesn't know whether or not they are fulfilling a certain product. I mean if they are able to display the Prime logo on the products page why can't they filter for only Prime Eligible items?
nazgulnarsilabout 13 years ago
It works better with the prime only option selected, removing a major variable. I might wind up paying more for certain items, I don't care. I don't actually need the best item with the most features for the lowest price. The idea that I do is an artifact of incorrect cost/benefit analysis about the value of my time and mental effort.
caladriabout 13 years ago
At one point it seemed to me that the prices were sorted by the listed retail price for that particular item, and not the lowest offered price for it, or something along those lines. It's been years since I formed that wild guess, though. But it has seemed to roughly hold up when I'm (foolishly) trying to price-shop on Amazon.
bussabout 13 years ago
Ex-Amazon engineer here. I worked on the smart refinements team, which shows relevant categories and refinements on the left hand side of the search and browse pages.<p>Broken price sort is a common complaint both inside and outside of Amazon. There have been email threads, tickets, and half working solutions to this but nothing -- so far -- has worked well enough.<p>First of all, no engineer at Amazon would tell you that the current state of price sort is acceptable. It is a well known problem that gets worked on from time to time (In fact, better price sort was going to be my next project before I left so, uh, sorry Internet...). The current price sort has been around for a long time and nothing has outperformed it.<p>Amazon can't sort by price well for several reasons.<p>1. What do you mean by price?<p>2. Low cost accessories<p>3. Bad item classification<p>4. More things that I can't get into<p>1. Price is hard to figure out. Do you want to sort by the base price of an item, the price plus shipping (which depends on where you live), or the price after discounts or specials? What about products that are sold both by Amazon and third party sellers, where the 3p seller charges less for the item but more for shipping than Amazon? Which price should be shown?<p>2. Low cost accessories dominate searches for a product. If you search for "iPod" in all-products search (APS, the default search on the front page) then you get pretty relevant results that span a few categories. To sort those you first need to select a category (we'll get to that later) and then sort by price. If you select electronics you'll see a few relevant results and a ton of accessories.<p>You could argue that Amazon should have better algorithms (and that's probably true), but there's only so much you can do. If you <i>really</i> want to sort by price then you shouldn't care about the relevancy of the results. To argue otherwise means that you won't have results that are increasing in price as you scroll down. You'll see more relevant but more expensive results at the front.<p>3. Both 3p and internal item-to-category classification continues to be a struggle at Amazon. I knew several people on the team that helped improve item classification while I was there and they did great work and made huge improvements to the catalog accuracy. Amazon has systems that learn the correct classification and suggest the correct categories to 3p sellers. Unfortunately, you'll still find sofas in the electronics category. This really screws up the results. Your outs are only as good as your ins.<p>4. There are some fundamental design choices that make solving this issue really hard. I obviously can't go into such fine detail, but try to appreciate that really smart people are working really hard so you can buy the lowest priced product as easily as possible.<p>In direct response to the article:<p>&#62; Why would Amazon fail badly at something that seems so simple? The immediate cause is probably caching. Amazon likely has a task that periodically caches the low price for each item.<p>Well, caching is used extensively, but this probably isn't why the results look like they do. See #1.<p>&#62; Tellingly, if you search for items without many Marketplace listings, the price sort is much more reliable.<p>Again, that's because if you exclude marketplace sellers the price is easier to calculate.<p>&#62; Perhaps they can stop trying; why not just exclude Marketplace items from the price sort calculation altogether?<p>Seriously? Exclude a huge portion of all the products sold on Amazon? Crazy.<p>Price sort is hard. Just sort by popularity.
评论 #3985924 未加载
评论 #3986494 未加载
评论 #3987838 未加载
评论 #3989919 未加载
gcbabout 13 years ago
It's only bad because they are lazy greedy slobs.<p>It's the easiest problem to solve. Just remove bad categorization.<p>Open Amazon, click any category. Let's say hdmi cables. What do you see? Probably televisions, screws, microwave ovens, inflatable sex dolls, anything!<p>They let bad Sellers fill their categories with crap. Now you can't search.<p>And that's some kind of difficult problem to solve? Give me a break.
评论 #3985683 未加载
评论 #3986740 未加载
评论 #3985761 未加载
评论 #3985614 未加载
mthreatabout 13 years ago
They probably found that it increased sales by 0.7%.
评论 #3985434 未加载