eBay's reputation system works differently from most e-commerce platforms. Instead of product-level reviews like Amazon or Shopee, eBay uses a seller feedback system where buyers rate the transaction — not the product. Understanding this distinction is important for teams planning eBay data extraction, because it determines what reputation data is actually available.
How eBay feedback works
After a transaction, buyers can leave feedback for the seller: positive, neutral, or negative, along with a short comment. Sellers accumulate a feedback score (total positive minus total negative) and a positive feedback percentage. This system has been eBay's trust mechanism since the platform's early days.
The key feedback data points available on eBay include:
- Feedback score — total positive ratings minus total negative ratings
- Positive feedback percentage — proportion of positive ratings over the last 12 months
- Individual feedback entries — buyer comment, rating (positive/neutral/negative), date, and linked item
- Detailed seller ratings (DSRs) — star ratings for item description accuracy, communication, shipping time, and shipping cost
- Top Rated Seller status — eBay's badge for sellers meeting performance thresholds
- Member-since date — account age as a trust signal
Product reviews vs. seller feedback
eBay does have a product review feature on some catalog-linked listings, but adoption is low compared to platforms like Amazon. Most eBay listings do not have product reviews. The primary reputation signal is seller feedback, which reflects transaction quality rather than product quality.
For teams coming from Amazon or Shopee scraping workflows, this is a meaningful difference. Sentiment analysis on eBay feedback captures logistics and seller behavior — shipping speed, item accuracy, communication — rather than product opinions. Adjust your data model and analysis accordingly.
Extracting seller feedback data
Seller feedback is accessible through eBay's member profile pages. Each seller's profile shows their aggregate feedback score and a paginated list of individual feedback entries. The eBay API provides some feedback data through the Trading API and RESTful endpoints, but coverage varies.
For comprehensive feedback extraction, web scraping fills the gaps that the API leaves. Individual feedback comments, DSR breakdowns, and historical feedback trends are more reliably captured from the profile pages directly. For a comparison of extraction methods, see our guide on how to scrape eBay.
Use cases for eBay feedback data
- Seller vetting — evaluate potential sourcing partners by feedback score, DSRs, and comment sentiment
- Competitive benchmarking — compare your seller reputation metrics against competitors in your category
- Marketplace research — identify top-performing sellers in a category by feedback volume and rating
- Trust signal analysis — correlate seller reputation with pricing power and listing conversion
- Risk monitoring — detect declining feedback trends that may indicate seller quality issues
Structuring feedback data
A seller feedback dataset typically includes two levels: aggregate seller metrics and individual feedback entries. Aggregate fields include seller_username, feedback_score, positive_feedback_pct, member_since, top_rated_seller, and DSR scores. Individual entries include feedback_id, buyer_username, rating, comment, date, and linked_item_id.
Tabular formats (CSV, Parquet) work well for aggregate seller data. For individual feedback with variable comment lengths, JSONL preserves the full text without truncation. For the full picture of available eBay data fields, see our guide on scraping eBay product data.
Managed eBay feedback extraction
For teams that need eBay seller feedback data at scale — across thousands of sellers, with historical trends and individual comments — a managed eBay scraping service handles the extraction infrastructure, anti-bot engineering, and delivery pipeline. Data ships to your cloud bucket in your preferred format and schedule.