All sites
Data API
eBay Data API
Listings, item detail, seller feedback and completed-sale data from eBay.
11endpointsRate Limit · Captcha handled for you
Example (captured live)
ebay.com
ExampleJSON 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 VerifiedGet 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
| Name | Type | Req | Description |
|---|---|---|---|
| item_id | string | yes | eBay item id. |
| Advanced filters | |||
| domain | string | no | Market code. (default: us) |
| page | integer | no | Review page number. (default: 1) |
| sort | string | no | Sort order for reviews. |