1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
| {
"status": "OK",
"data": [
{
"author": "Jane D.",
"author_url": "https://www.google.com/maps/contrib/1234567890",
"rating": 5,
"text": "Amazing coffee and the pastries are always fresh. The staff is incredibly friendly and the atmosphere is perfect for working or catching up with friends.",
"time": "2025-11-15T14:30:00Z",
"relative_time": "3 months ago",
"likes": 12,
"owner_response": {
"text": "Thank you so much, Jane! We're glad you enjoyed your visit.",
"time": "2025-11-16T09:00:00Z"
}
},
{
"author": "Mike R.",
"author_url": "https://www.google.com/maps/contrib/0987654321",
"rating": 4,
"text": "Great coffee, but it can get crowded during peak hours. Would recommend visiting in the afternoon.",
"time": "2025-10-22T11:15:00Z",
"relative_time": "4 months ago",
"likes": 3,
"owner_response": null
}
],
"next_token": "CAESBkVnSUlDZw=="
}
|