You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eBay is the world's largest online auction and marketplace, supporting both auction-style and fixed-price ("Buy It Now") listings. The mental model is competitive buying — bidders compete for items within time windows, creating urgency and potentially below-market pricing, while Buy It Now offers instant purchase for those who prefer certainty. eBay differentiates through its auction mechanics (proxy bidding, sniping culture, reserve prices), massive category breadth (from electronics to collectibles to cars), Authenticity Guarantee for luxury items, seller feedback system (the original trust mechanism of e-commerce), and eBay Motors for vehicle sales. It serves both consumer-to-consumer and business-to-consumer transactions.
Site Map
Buyer Side
├── Home
│ ├── Search Bar (dominant)
│ ├── Saved / Personalized (recently viewed, watched, recommended)
│ ├── Trending Now
│ ├── Daily Deals
│ ├── Category Cards (Electronics, Fashion, Collectibles, etc.)
│ ├── eBay Refurbished
│ ├── Popular Destinations (eBay Motors, Sneakers, Trading Cards)
│ └── Seasonal Promotions
├── Categories
│ ├── All Categories (massive tree, 30+ top-level)
│ │ ├── Electronics
│ │ ├── Collectibles & Art
│ │ ├── Fashion
│ │ ├── Home & Garden
│ │ ├── Sporting Goods
│ │ ├── Toys & Hobbies
│ │ ├── Motors (vehicles + parts)
│ │ ├── Business & Industrial
│ │ └── ... (30+ categories, each with deep subcategories)
│ └── Category Page (subcategories, featured items)
├── Search Results
│ ├── Listing Cards
│ │ ├── Image
│ │ ├── Title (detailed, keyword-rich)
│ │ ├── Price (current bid or BIN price)
│ │ ├── Shipping Cost (or Free Shipping badge)
│ │ ├── Bids Count + Time Left (auction)
│ │ ├── Buy It Now Price (if hybrid)
│ │ ├── Condition (New, Open Box, Refurbished, Used)
│ │ ├── Seller Info (username, rating %, feedback score)
│ │ ├── Top Rated Plus Badge
│ │ ├── Authenticity Guarantee Badge
│ │ └── Watch Button (heart/eye)
│ ├── Left Sidebar Filters
│ │ ├── Category (auto-refined)
│ │ ├── Condition (New, Open Box, Certified Refurbished, Used, For Parts)
│ │ ├── Price (range)
│ │ ├── Buying Format (All, Auction, Buy It Now, Accepts Offers)
│ │ ├── Item Location (US, worldwide)
│ │ ├── Delivery Options (Free Shipping, local pickup)
│ │ ├── Seller (Top Rated, eBay Refurbished)
│ │ ├── Show Only (Free Returns, Sold Items, Completed Items, Authenticity Guarantee)
│ │ └── Category-Specific (brand, model, size, color, etc.)
│ ├── Sort (Best Match, Price + Shipping (low/high), Ending Soonest, Newly Listed)
│ ├── View Toggle (gallery / list / compact)
│ └── Save This Search (with email alerts)
├── Listing Detail
│ ├── Images (zoom, up to 24 photos)
│ ├── Title
│ ├── Condition (with condition description)
│ ├── Pricing
│ │ ├── Auction: Current Bid + # Bids + Time Left (countdown)
│ │ ├── Buy It Now Price
│ │ ├── Best Offer (Make Offer button)
│ │ └── Price Trend (price history for similar items)
│ ├── Bid Panel / Buy Box
│ │ ├── Place Bid (enter max bid → proxy bidding)
│ │ ├── Buy It Now
│ │ ├── Make Offer (negotiate)
│ │ ├── Add to Cart
│ │ ├── Add to Watchlist
│ │ └── "You are the highest bidder" / "You've been outbid"
│ ├── Bid History (list of bids, bidder IDs anonymized)
│ ├── Seller Info
│ │ ├── Username, Rating (99.8% positive), Feedback Score
│ │ ├── Member Since
│ │ ├── Top Rated Seller Badge
│ │ ├── Visit Store
│ │ ├── Contact Seller
│ │ └── Save This Seller
│ ├── Item Specifics (brand, model, color, size — structured attributes)
│ ├── Item Description (HTML, seller-authored)
│ ├── Shipping Details (cost, service, estimated delivery, returns)
│ ├── Return Policy (30 days, seller-paid / buyer-paid)
│ ├── Payment Methods (eBay Managed Payments)
│ ├── Buyer Protection ("eBay Money Back Guarantee")
│ ├── Authenticity Guarantee (for eligible categories)
│ ├── Similar Items / Sponsored
│ └── Report Item
├── My eBay
│ ├── Summary (action items)
│ ├── Watchlist (with countdown timers)
│ ├── Recently Viewed
│ ├── Bids/Offers
│ │ ├── Bidding (active bids + status)
│ │ ├── Best Offers (made / received)
│ │ ├── Didn't Win
│ │ └── Won
│ ├── Purchase History
│ ├── Saved Searches (with alerts)
│ ├── Saved Sellers
│ ├── Messages
│ └── Account (settings, addresses, payments)
├── Cart / Checkout
│ ├── Cart (Buy It Now + won auction items)
│ ├── Shipping Address
│ ├── Payment (managed payments: card, PayPal, Apple Pay, Google Pay)
│ ├── eBay Bucks / Gift Cards
│ └── Order Confirmation
├── Deals
│ ├── Daily Deals
│ ├── Featured Deals
│ ├── Category Deals
│ └── Coupon Offers
├── eBay Refurbished
│ ├── Certified, Excellent, Very Good, Good conditions
│ └── Allstate warranty included
├── eBay Motors
│ ├── Vehicle Search (make, model, year)
│ ├── Vehicle Listing (VIN, history report, inspection)
│ ├── Parts & Accessories
│ └── Vehicle Purchase Protection
├── Help & Contact
│ ├── Help Center
│ ├── Resolution Center (open case, dispute)
│ ├── Money Back Guarantee
│ ├── Report Item
│ └── Contact eBay Support
└── Footer
├── eBay Community, Announcements, Policies
├── Affiliates, Developers (API)
└── Country Sites