/ebay/products/reviews
Get buyer reviews for an eBay catalog product by product ID (or product URL): for each review returns rating, title, text, author, date, verified-purchase flag, item condition, the selling account and the helpful-vote count.
Price: 10 credits per 10 results
💡 AI Hint: Fetch reviews for an eBay catalog product (epid) or a product URL. Returns reviews with rating (1-5), title, text, author, created_at/created_date, is_verified, condition, sold_by, helpful_count and is_top_favorable/is_top_critical flags.
⚠️ Common errors: 412: Product not found (well-formed but nonexistent product ID, or product has no reviews)
Authorizations
API token from the dashboard
Headers
Body
eBay product (catalog) ID or a product URL containing it
1"4062765295"
"https://www.ebay.com/p/4062765295"
Max number of reviews to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Response
Successful Response