Get Public Product Review content By SKU or date range

Retrieve paginated JSON or HTML formatted reviews either for specified product SKU, or for product reviews collected over a specified date range.

Log in to see full request history
Path Params
string
required

Seller SEO to retrieve product reviews for

string
required

Format specifier, 'json' or 'html'. HTML is only supported when using the SKU query parameter

Query Params
sku
array of strings

Product SKU to look up

sku
string

Product parent id to look up

date

Limiting start date to search for reviews, INCLUSIVE of midnight UTC. When not specified and endDate is included this will default to the same day as endDate. Must be formatted YYYY-MM-DD.

date

Limiting end date to search for reviews, INCLUSIVE of 23:59:59 UTC. When not specified and startDate is included this will default to today. Must be formatted YYYY-MM-DD.

integer
1 to 100
Defaults to 15

Number of reviews to retrieve

integer
≥ 1
Defaults to 1

Page of reviews to retrieve

string
Defaults to date

How reviews will be sorted, currently supports: 'date' (sort according to the review submission date), 'rating' (sort according to the star rating), 'helpful' (sort according to the total number of times a review was voted 'helpful'), and 'ratingDate' sort by rating followed by date with the most recent first within each rating group).

string
Defaults to desc

Sort direction of reviews, supports 'asc' for ascending sort and 'desc' for descending sort, if left blank will default to descending sort

string
Defaults to none

Filters results to return reviews matching the specified condition. 'verified' returns only verified reviews, 'has_images' returns only reviews with associated images

Responses

404

Product / Seller not found

Language
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/html