Review List Extraction Schema
This model has been tailored based on customer feedback and usage. If you need a specific model and enough generalist, you can contact us on the support link below. If some fields are missing, you can also contact us to add them.
Contact us
Review List Schema object
-
url
[string, null]
URL of the review page
-
paginationNext
[object, null]
Next page in pagination
-
url
[string, null]
URL of the next page
-
text
[string, null]
Text for the next page link
-
url
[string, null]
-
paginationPrevious
[object, null]
Previous page in pagination
-
url
string
URL of the previous page
-
text
[string, null]
Text for the previous page link
-
url
string
-
reviews
array
List of reviews
Items object
-
title
string
Title of the review
-
content
string
Content of the review
-
author_name
[string, null]
Author's name
-
rating
number
Rating given by the reviewer
-
sentiment
[string, null]
COMPUTE: Sentiment of the review based on the content field and the rating field.
-
sentiment_probability
[number, null]
COMPUTE: Probability of the sentiment field from 0 to 1 with 2 decimal places
-
date_published_formatted
[string, null]
COMPUTE: Convert date_published_raw to YYYY-MM-DD format. If date_published_raw is null or cannot be parsed, set to null.
-
date_published_raw
[string, null]
Raw date of publication
-
verified
[boolean, null]
Indicates if the review is verified, set to null if not verified
-
title
string
-
rating
[object, null]
Aggregation data for the reviews
-
total
[number, null]
Number of reviews
-
average
[number, null]
Average rating
-
best
[number, null]
Best rating
-
worst
[number, null]
Worst rating
-
total
[number, null]