Discussions
Do we return overall_rating and review_count at the location level in Lite?
2 months ago by Gopal Jha(edited)
A histogram displaying the actual review count and rating is provided when a full scrape is requested. An example is shown below:
"histogram": {
"primary": {
"score": 4.5,
"duration": "0:00:29.524523",
"place_id": "ChIJiT11bJnJbTkRG6WpoGNmqCQ",
"total_reviews": 291
}
}
However, if only the first page is requested, the system will generate a histogram based on the scraped data. Therefore, a histogram indicates the number of reviews scraped and their corresponding rating.
