Skip to content
capzy
All sites
Data API

eBay Data API

Listings, item detail, seller feedback and completed-sale data from eBay.

11endpointsRate Limit · Captcha handled for you
ebay.comGET/ebay/autocomp…GET/ebay/completedGET/ebay/search{ } JSON
Example (captured live)
ebay.com
Example
JSON responseclick the page to trace a field
{
"item_id": "318150122843",
"domain": "us",
"page": 1,
"reviews_results": {
"reviews": {
"customer_reviews": [
]
}
},
"pagination": {
"current": 1,
"next": null
}
}
GET/v1/data/ebay/items/{item_id}/reviews1 credit / run Verified

Get Reviews

Catalog product reviews for a listing: the rating histogram, review highlights, aspect mentions and the individual customer reviews. Pages through all reviews via the page param.

Handled for you:Rate LimitCaptcha
Parameters
NameTypeReqDescription
item_idstringyeseBay item id.
Advanced filters
domainstringnoMarket code. (default: us)
pageintegernoReview page number. (default: 1)
sortstringnoSort order for reviews.