Description
Returns review counts from Google, Yelp, Facebook, Birdeye, and other sources for each location.Parameters
Example Usage
Example Response
Response Fields
Each location containsmilestone for the location name, businessId, total count, and reviewSites entries with sourceAlias and count.
Notes
milestonecontains the location name, not a date or reporting period.sourceAliasvalues are lowercase machine identifiers ("google","our_website","direct_feedback", etc.), not display names — confirmed in testing.countis the location total across the returned sources; do not add it to the individualreviewSitescounts.- Sources with zero reviews in the window are simply absent from
reviewSitesrather than listed withcount: 0. - Use
businessNumbersto restrict the report to location IDs returned byget_child_locations. On accounts with many locations, an unscoped call over a wide window can return a very large array — a short window (e.g.days: 7) orbusinessNumberskeeps the response manageable.