Live data from Hacker News

Site Search Could Kill Amazon

mytotalretail.com

21–28 of 28 posts

Re: Site Search Could Kill Amazon

#21
post #8
post #4

Earlier quoted context omitted.

Yeah, me too actually. Especially when searching for things like PC parts, Newegg does way better (though PC Part Picker is even better). I feel bad not buying from the interface that worked best... but Newegg's order process is pretty evil, so I don't feel that bad. ("Pay $9 to have your order shipped possibly today, instead of waiting an unspecified amount of time." Do they still do that? I saw that once and never…

I call this the "massive heterogeneous catalog" problem. Generally e-commerce retailers have grown from a fairly narrow set of product categories (e.g. books for Amazon) to adding more and more diverse categories. This has a dramatic impact on site search quality. If you consider a simple example, shoes. You only need a couple of facets to filter products to a reasonable set to browse through: gender and size. Now st…

Absolutely - this challenge is especially acute for all ecommerce retailers with broad catalogs. Target, macy’s, walmart, jet, etc all face this challenge.

Systems like Solr, elastic search and endeca (out of the box) all assume relevance means keyword frequency in a product page, with some weighting depending of title, description, tag, etc. Delivering relevant results that users might want to purchase requires taking these systems, adding or customizing their NLP techniques, operationalizing historical user search & purchase data to determine intent, personalizing by shopper history, etc.

The challenges of massive heterogenous catalog affect other areas... Chief among them search result personalization… an individual’s gaming purchase history might cause ‘button down’ to return gaming keyboards, rather than oxford shirts, while a pet products purchase history could lead to a search for turkey returning turkey dog food.

The fact that Amazon fails to personalize search results is evidence of the difficulty & opportunity here. The sort of pervasive personalization found in AirBnb, facebook, google are simply out of reach of most ecommerce retailers…

Re: Site Search Could Kill Amazon

#22

My dream for an online store is the following: A magic list that I can add any item to, select a delivery date, and have the backend automatically fulfill each item, at the cheapest price, on time. I want to completely abstract away the concept of a store. I want a to-do list that automatically delivers stuff to me. Additionally, I want a standardized return policy no matter who fulfills it. I want to be able to say:…

Wait so, you want shoppers to present a purchasing list, and have retailers compete to fulfill that order? Essentially like an auction with a ceiling?

Re: Site Search Could Kill Amazon

#23
post #7

The first company to hit viral status with “centaur” shopping models will kill Amazon the way Amazon killed retail.

What are centaur shopping models?

Apparently a hybrid between human intelligence and AI: https://techcrunch.com/2016/11/01/how-combined-human-and-com...

Re: Site Search Could Kill Amazon

#24
post #11
post #4

Earlier quoted context omitted.

Yeah, me too actually. Especially when searching for things like PC parts, Newegg does way better (though PC Part Picker is even better). I feel bad not buying from the interface that worked best... but Newegg's order process is pretty evil, so I don't feel that bad. ("Pay $9 to have your order shipped possibly today, instead of waiting an unspecified amount of time." Do they still do that? I saw that once and never…

I do this often myself - search another site for the correct item, and then take those results to Amazon to actually purchase. For me, personally, while "Joe's Truck Parts dot com" might do a better job of finding me the floor mats that fit my truck (or the manufacturer) - Amazon already has my credit card on file, and my address, and (for the most part) ships anything I order to my doorstep within two days. So I kno…

"Joe's Truck Parts dot com" is probably not the best example of navigation or search. http://www.joestruckparts.com/

But you might be surprised to know that many sites for automotive parts are actually operated by the same company. They have different domains, UI skins and marketing campaigns, but they're the same under the hood (so to speak).

For example, compare https://www.carparts.com/ and https://www.usautoparts.net/

Re: Site Search Could Kill Amazon

#25
post #22

My dream for an online store is the following: A magic list that I can add any item to, select a delivery date, and have the backend automatically fulfill each item, at the cheapest price, on time. I want to completely abstract away the concept of a store. I want a to-do list that automatically delivers stuff to me. Additionally, I want a standardized return policy no matter who fulfills it. I want to be able to say:…

Wait so, you want shoppers to present a purchasing list, and have retailers compete to fulfill that order? Essentially like an auction with a ceiling?

Yes.

Re: Site Search Could Kill Amazon

#26
post #5

Not better managing 3rd party sellers is what's going to kill Amazon. It's pretty common to see orders sit two weeks without shipping, or marked as "shipped" with no tracking number, or counterfeit items, items different than what's pictured/described, etc. Banning the crap sellers would also make search easier. Less duplicate listings.

Yes, the biggest threat to Amazon is Amazon. If buying something from Amazon becomes as much of a crapshoot as buying from eBay, then why bother? St least if I buy from say, B&H or Elderly, I know I'm going to get the thing I paid for.

This is where I'm at. If it doesn't say ships from and sold by Amazon I don't buy it. This is true on other sites that have integrated third party sellers as well. It's not worth the shipping delays, possible counterfeits etc.

Re: Site Search Could Kill Amazon

#27
post #8

Earlier quoted context omitted.

I call this the "massive heterogeneous catalog" problem. Generally e-commerce retailers have grown from a fairly narrow set of product categories (e.g. books for Amazon) to adding more and more diverse categories. This has a dramatic impact on site search quality. If you consider a simple example, shoes. You only need a couple of facets to filter products to a reasonable set to browse through: gender and size. Now st…

Absolutely - this challenge is especially acute for all ecommerce retailers with broad catalogs. Target, macy’s, walmart, jet, etc all face this challenge. Systems like Solr, elastic search and endeca (out of the box) all assume relevance means keyword frequency in a product page, with some weighting depending of title, description, tag, etc. Delivering relevant results that users might want to purchase requires taki…

> Target, macy’s, walmart, jet, etc all face this challenge.

I've been buying more household items from Jet recently because their smaller category is easier to navigate. Plus there's no third-party sellers and no pricing confusion like there is with Amazon vs. Amazon Fresh vs. Amazon Pantry.

> among them search result personalization

Agree 100%. Retailers need to consider the sometimes overlapping contexts of browsing history, purchases, and importantly the current browsing session (with weighting given to cart contents). Somebody currently browsing for food items should see food items when searching for "turkey", not dog food.

My favorite search example that fails without context is "dress". Does it mean "dress", "dress socks", or "dress shirts"? Even if it means "dress", are we talking about women's or girl's dresses?

I did an experiment a few years ago and found that it was possible to improve search relevancy dramatically by keeping track of items looked at and purchased, bucketing by category/sub-category, with an exponential decay and using this to boost popular categories in results. It's terribly low tech, but it gives a lot better results than no personalization.

There's a bunch of retailers that I visit frequently (and purchase from) that force me to search, the filter by men's, and do this for _every_ search. It would be great if they could just learn this coarse-grained level of personalization.

> The fact that Amazon fails to personalize search results is evidence of the difficulty & opportunity here

The opportunity for Amazon is massive. They don't seem to consider my purchase history at all when ranking products, for example if I search for "olive oil", the 31st item is the one that I've purchased three times in the last couple of years and the _only_ olive oil I've purchased.

I've spent a big chunk of the last decade trying to improve ecommerce search and it's a very neglected area across the board.

Re: Site Search Could Kill Amazon

#28
post #4

Earlier quoted context omitted.

Yeah, me too actually. Especially when searching for things like PC parts, Newegg does way better (though PC Part Picker is even better). I feel bad not buying from the interface that worked best... but Newegg's order process is pretty evil, so I don't feel that bad. ("Pay $9 to have your order shipped possibly today, instead of waiting an unspecified amount of time." Do they still do that? I saw that once and never…

I always assumed that was the ordering equivalent of the "door close" button on an elevator. I've ordered from them a couple of times, never paid the fee, and it shipped either the same day or the next morning anyway.

Yeah, that sounds about right.

I would be annoyed with a coin slot in an elevator that said "insert 25 cents to close doors" and then it did nothing, however.

Post reply on HN