Yotpo: Reviews
{
count: {
fiveStars: "25",
fourStars: "2",
oneStars: "1",
threeStars: "0",
twoStars: "0",
},
list: [
{
content: "I’ve tried the pink grapefruit scrub and the confetti cake scrubs, and while I love all of them, the brown sugar is by far my favourite. It smells delicious and I find it exfoliates better than the others. I love using this as part of my night time routine by pairing this with the sweet clay mask followed by the dream slip.",
createdAt: "2022-03-23T17:41:48.000Z",
id: 349157905,
productId: 197510243,
score: 5,
sentiment: 0.991485,
title: "The best scrub",
topics: {
mask: {
name: "mask",
sentence: "I love using this as part of my night time routine by pairing this with the sweet clay mask followed by the dream slip.",
},
scrub: {
name: "scrub",
sentence: "The best scrub",
},
using: {
name: "using",
sentence: "I love using this as part of my night time routine by pairing this with the sweet clay mask followed by the dream slip.",
},
},
user: {
displayName: "Laura A.",
isSocialConnected: 0,
userId: 67323352,
userType: "User",
},
verifiedBuyer: true,
votesDown: 0,
votesUp: 0,
},
{
content: "Smells delicious",
createdAt: "2022-03-03T22:06:54.000Z",
id: 343837135,
productId: 197510243,
score: 5,
sentiment: 0.989705,
title: "The best I’ve ever used",
user: {
displayName: "Christina G.",
isSocialConnected: 0,
userId: 44298576,
userType: "User",
},
verifiedBuyer: true,
votesDown: 0,
votesUp: 0,
},
{
content: "I am currently Billy talk Kim by medication that makes my skin and lips very dry. This helps south of the dead skin and gives me a clean base for m moisturizer",
createdAt: "2022-02-23T13:35:41.000Z",
id: 341211170,
productId: 197510243,
score: 5,
sentiment: 0.982115,
title: "Great Product",
topics: {
base: {
name: "base",
sentence: "This helps south of the dead skin and gives me a clean base for m moisturizer",
},
product: {
name: "product",
sentence: "Great Product",
},
},
user: {
displayName: "Karissa S.",
isSocialConnected: 0,
userId: 35122678,
userType: "User",
},
verifiedBuyer: true,
votesDown: 1,
votesUp: 0,
},
],
pagination: {
amountOfPages: 10,
hasNextPage: true,
hasPreviousPage: false,
page: 1,
pageSize: 4,
totalElements: 28,
},
}
Properties
The number of reviews for each star rating
The number of five-star reviews
The number of four-star reviews
The number of one-star reviews
The number of three-star reviews
The number of two-star reviews
List of Yotpo reviews
The content of the review
The creation date of the review
The ID of the review
The ID of the product being reviewed
The score of the review
The sentiment score of the review
The title of the review
The topics mentioned in the review
A topic mentioned in the review
The name of the topic
A sentence mentioning the topic
The user who wrote the review
The display name of the user
Whether the user is connected to social media
The ID of the user
The type of user
Whether the reviewer is a verified buyer
The number of downvotes for the review
The number of upvotes for the review
Returns a pagination object.
Returns the total number of pages.
Returns true if there is a next page.
Returns true if there is a previous page.
Returns the current page number.
Returns the number of items per page.
Returns the total number of items.