Skip to main content

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 contains milestone for the bucket date (formatted like "Feb 2026", not MM/YYYY), count for review volume, and rating for average rating.

Notes

  • A rating of 0.0 with count: 0 means the bucket has no reviews; it is not a zero-star average.
  • The array is not guaranteed to be in chronological order — sort dataPoints by milestone client-side if a strict timeline is needed, rather than assuming array order.
  • Use get_review_and_rating_by_location for location comparisons.