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.

Ask HN: Sites with the best search/browse UX

1 pointsby shedletskyalmost 10 years ago
I am developing a B2B eCommerce site that will accommodate a wide range of asset types.<p>I am working on the browse&#x2F;search aspect of the site and trying to develop UX that will allow both usage modalities to happen on the same page.<p>I am not a professional UX designer and I am hoping to draw inspiration from other web sites. I am going for a sleek, modern, and mobile friendly feel (though for the best user experience I am willing to make 2 versions of the page, desktop and mobile).<p>Is there an eCommerce site that you feel totally nails searching and browsing from a UX perspective? If so, what key thing do they do better than other sites?<p>The two I use most often are Amazon and eBay, but in my opinion they are good at search but bad at browsing. I think Zillow is good-to-great with regards to browsing, but that may say more about the information compactness of maps vs text than anything else.<p>Is browsing UX a harder problem than search UX?

1 comment

thegrifalmost 10 years ago
I think search is much harder than browsing. I think what you&#x27;re seeing on Amazon (and other sites) is that both search and browse is driven off the same set of data. In other words, navigation is created on the fly based on the products within each section. It doesn&#x27;t matter whether you start by browsing and then search or vice versa - you&#x27;ll get the same navigational experience.<p>BestBuy does a bit better job with this - but they too are employing the same strategy - they just don&#x27;t expose the facets until you&#x27;re two levels down in the taxonomy. Which makes sense - because usually facets are going to be too much if the user is too high in the taxonomy or brings back too diverse of a results set.<p>Amazon appliances: <a href="http:&#x2F;&#x2F;www.amazon.com&#x2F;Appliances&#x2F;b&#x2F;ref=nav_shopall_ha?ie=UTF8&amp;node=2619525011" rel="nofollow">http:&#x2F;&#x2F;www.amazon.com&#x2F;Appliances&#x2F;b&#x2F;ref=nav_shopall_ha?ie=UTF...</a><p>Bestbuy appliances: <a href="http:&#x2F;&#x2F;www.bestbuy.com&#x2F;site&#x2F;electronics&#x2F;home-appliances&#x2F;abcat0900000.c?id=abcat0900000" rel="nofollow">http:&#x2F;&#x2F;www.bestbuy.com&#x2F;site&#x2F;electronics&#x2F;home-appliances&#x2F;abca...</a><p>Sears follows the BestBuy approach and alters it slightly by showing iteratively more complex faceting options as you drill down.<p>Sears is broken down into ~30 departments: <a href="http:&#x2F;&#x2F;www.sears.com&#x2F;en_us&#x2F;sitemap.html" rel="nofollow">http:&#x2F;&#x2F;www.sears.com&#x2F;en_us&#x2F;sitemap.html</a><p>For each department, they have a nice landing page to facilitate discovery of their most popular sub-departments as well as a page that lists all the sub-departments:<p><a href="http:&#x2F;&#x2F;www.sears.com&#x2F;appliances&#x2F;b-1020003" rel="nofollow">http:&#x2F;&#x2F;www.sears.com&#x2F;appliances&#x2F;b-1020003</a> <a href="http:&#x2F;&#x2F;www.sears.com&#x2F;en_us&#x2F;sitemap&#x2F;appliances.html" rel="nofollow">http:&#x2F;&#x2F;www.sears.com&#x2F;en_us&#x2F;sitemap&#x2F;appliances.html</a><p>(as a note, I would wager that sitemap&#x2F;appliances.html is purely an SEO tactic)<p>Not integrated with the navigation is also the search results page for the same data that drives all of the navigation throughout the appliances department:<p><a href="http:&#x2F;&#x2F;www.sears.com&#x2F;search=?levels=Appliances&amp;catalogId=12605&amp;storeId=10153" rel="nofollow">http:&#x2F;&#x2F;www.sears.com&#x2F;search=?levels=Appliances&amp;catalogId=126...</a><p>From <a href="http:&#x2F;&#x2F;www.sears.com&#x2F;appliances&#x2F;b-1020003" rel="nofollow">http:&#x2F;&#x2F;www.sears.com&#x2F;appliances&#x2F;b-1020003</a>:<p>Drill down into a product category and you get simple facets on the left:<p><a href="http:&#x2F;&#x2F;www.sears.com&#x2F;appliances-washers-dryers&#x2F;b-1320301405?adCell=_HAWD" rel="nofollow">http:&#x2F;&#x2F;www.sears.com&#x2F;appliances-washers-dryers&#x2F;b-1320301405?...</a><p>For some popular sub-categories they have chosen to do landing pages as well. Like for specialty laundry:<p><a href="http:&#x2F;&#x2F;www.sears.com&#x2F;appliances-washers-dryers-specialty-laundry&#x2F;b-1101268?adcell=_HA_sears_WashersDryers_SpecialtyLaundry" rel="nofollow">http:&#x2F;&#x2F;www.sears.com&#x2F;appliances-washers-dryers-specialty-lau...</a><p>The same results can be found here (in the search results interface):<p><a href="http:&#x2F;&#x2F;www.sears.com&#x2F;search=?levels=Appliances_Specialty%20Laundry&amp;catalogId=12605&amp;storeId=10153" rel="nofollow">http:&#x2F;&#x2F;www.sears.com&#x2F;search=?levels=Appliances_Specialty%20L...</a><p>In the end though, you eventually hit the faceted navigation interface:<p><a href="http:&#x2F;&#x2F;www.sears.com&#x2F;appliances-specialty-laundry-centers&#x2F;b-1101274" rel="nofollow">http:&#x2F;&#x2F;www.sears.com&#x2F;appliances-specialty-laundry-centers&#x2F;b-...</a><p>Home Depot has followed the same design approach - showing a level of detail in the facets that tries to match whether the user is in discovery mode or has the intent to purchase something specific.<p>As you can tell, I have spent way too much time thinking about and building search results pages. Feel free to reach out to me - I&#x27;m @thegrif on Twitter or linkedin.com&#x2F;in&#x2F;tomgriffin on LinkedIn.