{
"success": true,
"result": {
"text": "Lisbon has several family-friendly hotels in central neighborhoods...",
"hotels": [
{
"name": "Hotel Mundial",
"url": "https://www.hotel-mundial.pt",
"rating": 4.3,
"num_reviews": 6421,
"address": ["Praça Martim Moniz 2", "1100-341 Lisboa"],
"phone": "+351 21 884 2000",
"description": "Centrally located family hotel with rooftop views.",
"image_url": "https://example.com/mundial.jpg",
"images": [
"https://example.com/mundial-1.jpg",
"https://example.com/mundial-2.jpg"
],
"lat": 38.7167,
"lng": -9.1357,
"price_level": "$$",
"categories": ["Hotel", "Family-friendly"]
}
],
"places": [
{
"name": "Belem Tower",
"url": "https://www.patrimoniocultural.gov.pt/belem-tower",
"address": ["Avenida Brasília", "Lisboa"],
"rating": 4.6,
"lat": 38.6916,
"lng": -9.2160,
"categories": ["Landmark", "UNESCO site"],
"map_url": "https://maps.google.com/?cid=belem-tower",
"images": ["https://example.com/belem.jpg"]
}
]
}
}