{
"organic": [
{
"global_rank": 1,
"title": "Example Coffee Co.",
"address": "123 Main St, New York, NY 10001",
"phone": "+1 212-555-0100",
"link": "https://www.example-coffee.com",
"map_link": "https://www.google.com/maps/place/example-coffee",
"map_id": "ChIJexample1234",
"description": "Specialty coffee shop serving single-origin espresso and pour-overs.",
"price": "$$",
"rating": 4.7,
"reviews_cnt": 1280,
"latitude": 40.7128,
"longitude": -74.0060,
"thumbnail": "https://www.example-coffee.com/images/thumb.jpg",
"open_hours": {
"Monday": "7am–7pm",
"Tuesday": "7am–7pm",
"Wednesday": "7am–7pm",
"Thursday": "7am–7pm",
"Friday": "7am–8pm",
"Saturday": "8am–8pm",
"Sunday": "9am–6pm"
},
"category": [
{ "id": "coffee_shop", "title": "Coffee Shop", "title_short": "Coffee" }
],
"tags": [
{
"group_id": "service_options",
"group_title": "Service options",
"key_id": "dine_in",
"key_title": "Dine-in",
"value": 1,
"value_title": "Available",
"value_title_short": "Yes"
}
],
"reviews": [
{
"author": "Jane D.",
"avatar": "https://example.com/avatars/jane.jpg",
"author_reviews_cnt": 42,
"author_photos_cnt": 15,
"rating": 5,
"text": "Best espresso in the city, hands down.",
"timestamp_added": "2025-03-10T09:00:00Z",
"source": "Google",
"source_logo": "https://www.google.com/images/google-logo.png",
"response_text": "Thank you so much, Jane! See you soon.",
"response_timestamp_added": "2025-03-11T10:00:00Z"
}
]
}
]
}