Description
Returns review count and average rating as a time series. Use it to identify rating trends, review-volume changes, seasonality, and spikes.Parameters
Example Usage
Example Response
Response Fields
Each time bucket containsmilestone for the bucket date (formatted like "Feb 2026", not MM/YYYY), count for review volume, and rating for average rating.
Notes
- A
ratingof0.0withcount: 0means the bucket has no reviews; it is not a zero-star average. - The array is not guaranteed to be in chronological order — sort
dataPointsbymilestoneclient-side if a strict timeline is needed, rather than assuming array order. - Use
get_review_and_rating_by_locationfor location comparisons.