使用Dumpling AI + GPT-4从Google评论中提取营销洞察
中级
这是一个Market Research, AI Summarization领域的自动化工作流,包含 10 个节点。主要使用 SplitOut, Aggregate, FormTrigger, HttpRequest, GoogleSheets 等节点。 使用Dumpling AI + GPT-4从Google评论中提取营销洞察
前置要求
- •可能需要目标 API 的认证凭证
- •Google Sheets API 凭证
- •OpenAI API Key
使用的节点 (10)
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "XTKHeFxaQc8uwnYF",
"meta": {
"instanceId": "a1ae5c8dc6c65e674f9c3947d083abcc749ef2546dff9f4ff01de4d6a36ebfe6",
"templateCredsSetupCompleted": true
},
"name": "使用Dumpling AI + GPT-4从Google评论中提取营销洞察",
"tags": [],
"nodes": [
{
"id": "9f6e53f7-12ae-45a7-b816-617197acd352",
"name": "🧠 LangChain工具(用于代理)",
"type": "@n8n/n8n-nodes-langchain.toolThink",
"position": [
760,
240
],
"parameters": {},
"typeVersion": 1
},
{
"id": "c7534580-3472-489c-85b1-db05121151e8",
"name": "提交业务名称+地点ID",
"type": "n8n-nodes-base.formTrigger",
"position": [
-200,
-40
],
"webhookId": "189521f5-473b-4173-b09f-26b0e93315d1",
"parameters": {
"options": {},
"formTitle": "Google Review",
"formFields": {
"values": [
{
"fieldLabel": "Business name"
},
{
"fieldLabel": "Place ID"
}
]
}
},
"typeVersion": 2.2
},
{
"id": "aff38b94-5fc0-4478-b021-17e6c185ae82",
"name": "🔎 Dumpling AI:获取Google评论",
"type": "n8n-nodes-base.httpRequest",
"position": [
20,
-40
],
"parameters": {
"url": "https://app.dumplingai.com/api/v1/get-google-reviews",
"method": "POST",
"options": {},
"jsonBody": "={\n \"placeId\": \"{{ $json['Place ID'] }}\",\n \"reviews\": \"30\"\n}\n",
"sendBody": true,
"specifyBody": "json",
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth"
},
"credentials": {
"httpHeaderAuth": {
"id": "RLFzAcGRepr5eXZB",
"name": "Dumpling AI-n8n"
}
},
"typeVersion": 4.2
},
{
"id": "9a5760c1-3562-4e9c-b917-f54a6a615c03",
"name": "🧮 拆分:每条评论",
"type": "n8n-nodes-base.splitOut",
"position": [
240,
-40
],
"parameters": {
"options": {},
"fieldToSplitOut": "items"
},
"typeVersion": 1
},
{
"id": "7af16680-62b4-4da2-a436-c0e2adf63d2c",
"name": "📦 聚合:合并所有评论文本",
"type": "n8n-nodes-base.aggregate",
"position": [
460,
-40
],
"parameters": {
"include": "specifiedFields",
"options": {},
"aggregate": "aggregateAllItemData",
"fieldsToInclude": "review_text"
},
"typeVersion": 1
},
{
"id": "393d9910-756d-4905-bf7b-ee97b68c9246",
"name": "🤖 GPT-4:提取营销洞察",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
712,
-40
],
"parameters": {
"text": "=I want you to analyze the following Google reviews and return insights specifically for marketing and product strategy.\n\nYour deliverables should include:\n\nMarketing Angles – what messaging themes or emotional triggers can we use in ads and content?\n\nCustomer Motivations – why are people really buying this product? What are they trying to solve or feel?\n\nFrictions & Barriers – what hesitations, annoyances, or pain points are common?\n\nProduct Opportunities – what could we improve or add to make the product 10x better?\n\nVoice of Customer (VOC) Snippets – include 3-5 powerful review quotes we can reuse in copy.\n\nReview Data:{{ JSON.stringify($json.data) }}\n\n",
"options": {
"systemMessage": "You are a Senior Marketing Strategist AI.\n\nYour task is to analyze customer reviews as data for extracting actionable marketing intelligence.\n\nInput: A batch of Google reviews\nOutput: Clear and structured marketing insights\n\nAlways prioritize insights that can influence messaging, guide product iterations, or unlock new customer segments."
},
"promptType": "define",
"hasOutputParser": true
},
"typeVersion": 1.9
},
{
"id": "a954bb5b-c4c3-4120-8bc1-91842c16c33a",
"name": "🔌 GPT-4模型(在代理中使用)",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
560,
180
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-4o",
"cachedResultName": "gpt-4o"
},
"options": {}
},
"credentials": {
"openAiApi": {
"id": "dd8NvMC6rvx8RITo",
"name": "OpenAi account 2"
}
},
"typeVersion": 1.2
},
{
"id": "6556131b-1442-49cc-9873-c3777b9a6460",
"name": "📊 解析:格式化洞察以供输出",
"type": "@n8n/n8n-nodes-langchain.outputParserStructured",
"position": [
1000,
200
],
"parameters": {
"schemaType": "manual",
"inputSchema": "{\n \"marketingAngles\": [\n \"string\"\n ],\n \"customerMotivations\": [\n \"string\"\n ],\n \"frictionsAndBarriers\": [\n \"string\"\n ],\n \"productOpportunities\": [\n \"string\"\n ],\n \"voiceOfCustomerSnippets\": [\n \"string\"\n ]\n}\n"
},
"typeVersion": 1.2
},
{
"id": "814b9889-ea33-44ed-82b9-83a6733a1486",
"name": "📄 Google Sheets:保存洞察",
"type": "n8n-nodes-base.googleSheets",
"position": [
1120,
-40
],
"parameters": {
"columns": {
"value": {
"Place ID": "={{ $('Submit Business Name + Place ID').item.json['Place ID'] }}",
"Business Name": "={{ $('Submit Business Name + Place ID').item.json['Business name'] }}",
"marketing Angles": "={{ $json.output.MarketingInsights.MarketingAngles.join('\\n\\n') }}\n",
"customer Motivations": "={{ $json.output.MarketingInsights.CustomerMotivations.join('\\n\\n') }}",
"product Opportunities": "={{ $json.output.MarketingInsights.ProductOpportunities.join('\\n\\n') }}",
"frictions And Barriers": "={{ $json.output.MarketingInsights.FrictionsAndBarriers.join('\\n\\n') }}",
"voice Of Customer Snippets": "={{ $json.output.VoiceOfCustomerSnippets.join('\\n\\n') }}"
},
"schema": [
{
"id": "Business Name",
"type": "string",
"display": true,
"required": false,
"displayName": "Business Name",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Place ID",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Place ID",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "marketing Angles",
"type": "string",
"display": true,
"required": false,
"displayName": "marketing Angles",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "customer Motivations",
"type": "string",
"display": true,
"required": false,
"displayName": "customer Motivations",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "frictions And Barriers",
"type": "string",
"display": true,
"required": false,
"displayName": "frictions And Barriers",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "product Opportunities",
"type": "string",
"display": true,
"required": false,
"displayName": "product Opportunities",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "voice Of Customer Snippets",
"type": "string",
"display": true,
"required": false,
"displayName": "voice Of Customer Snippets",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"Place ID"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "appendOrUpdate",
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1XAYbVfYm-lIGDEejvtXoa9XozAXCiAnr1qYFnkdvkdc/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1XAYbVfYm-lIGDEejvtXoa9XozAXCiAnr1qYFnkdvkdc/edit?usp=drivesdk",
"cachedResultName": "Marketing Insights"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "GaJqJHuS5mQxap7q",
"name": "Google Sheets account"
}
},
"typeVersion": 4.6
},
{
"id": "e9afa934-7b59-4928-a18e-4f8a869018f3",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
-60,
-480
],
"parameters": {
"width": 980,
"height": 440,
"content": "### 📊 Google评论 → 营销洞察提取器"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {
"Submit Business Name + Place ID": [
{
"json": {
"Place ID": "ChIJYaVdffBYwokRnTOoCzCq9mE",
"formMode": "test",
"submittedAt": "2025-07-18T08:04:25.487+10:00",
"Business name": "The Plaza Hotel"
}
}
],
"🔎 Dumpling AI: Fetch Google Reviews": [
{
"json": {
"cid": "7059016589280555933",
"type": "google_reviews",
"items": [
{
"type": "google_reviews_search",
"xpath": null,
"images": null,
"rating": {
"value": 5,
"rating_max": 5,
"rating_type": "Max5",
"votes_count": 1
},
"position": "left",
"time_ago": "2 months ago",
"review_id": "ChZDSUhNMG9nS0VJcmw5Wk9MenJYdmNBEAE",
"timestamp": "2025-05-07 00:28:55 +00:00",
"rank_group": 1,
"review_url": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChZDSUhNMG9nS0VJcmw5Wk9MenJYdmNBEAE!2m1!1s0x0:0x61f6aa300ba8339d!3m1!1s2@1:CIHM0ogKEIrl9ZOLzrXvcA%7CCgwIx9LqwAYQ4LvAnQM%7C?hl=en",
"local_guide": true,
"profile_url": "https://www.google.com/maps/contrib/111838696523554266431?hl=en",
"review_text": "We had a lovely afternoon enjoying tea at The Palm Court located in The Plaza Hotel. The service was impeccable. One person in our party had some food allergies and the chef came out to talk with her. He made delicious alternative for her. The finger sandwiches, pastries and teas were delicious.It was an exceptionally experience. You must go at least one. Enjoy your visit.",
"owner_answer": "Dear Guest, \n\nWe are delighted to hear that you had an exceptional experience. Thank you for your kind words and we look forward to having you with us again soon. \n\nWarm regards, \n\nSam Ioannidis\nManaging Director",
"photos_count": 19,
"profile_name": "Diane Capezza",
"rank_absolute": 1,
"reviews_count": 17,
"owner_time_ago": "2 months ago",
"owner_timestamp": "2025-05-09 19:57:56 +00:00",
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocLt_2ctV96uX4HwdJwEw_LlqPFIsjRXfS-DwfiVQy1tJOAX7w=s120-c-rp-mo-ba2-br100",
"review_highlights": [
{
"feature": "Trip type",
"assessment": "Vacation"
},
{
"feature": "Travel group",
"assessment": "Friends"
},
{
"feature": "Service",
"assessment": "5"
},
{
"feature": "Location",
"assessment": "5"
}
],
"original_review_text": null,
"original_owner_answer": null
},
{
"type": "google_reviews_search",
"xpath": null,
"images": null,
"rating": {
"value": 4,
"rating_max": 5,
"rating_type": "Max5",
"votes_count": null
},
"position": "left",
"time_ago": "2 months ago",
"review_id": "ChdDSUhNMG9nS0VJQ0FnTURvaGZTNXJnRRAB",
"timestamp": "2025-04-26 19:34:41 +00:00",
"rank_group": 2,
"review_url": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChdDSUhNMG9nS0VJQ0FnTURvaGZTNXJnRRAB!2m1!1s0x0:0x61f6aa300ba8339d!3m1!1s2@1:CIHM0ogKEICAgMDohfS5rgE%7CCgsI0eq0wAYQuLu5Zg%7C?hl=en",
"local_guide": true,
"profile_url": "https://www.google.com/maps/contrib/116512259921550485499?hl=en",
"review_text": "Rooms are nice but missing some amenities you would expect such as no coffee maker in the room. Phones not easy to use. No turn down service...\n\nService was very attentive but slow to respond.\n\nLocation is very convenient for shopping...8\n\nPlace is the place to be seen but not truly elegant but is opulent",
"owner_answer": "Dear Guest,\n\nWe very much appreciate your comments regarding your stay at The Plaza - A Fairmont Managed Hotel. \n\nIt is always a pleasure to receive positive feedback. I will share your comments with our team. I am sure that this feedback will serve as an encouragement to all of our staff as we strive to continuously improve the quality of our services.\n\nThank you again for sharing your experience, and we hope your next visit will be as pleasant as the previous one.\n\nSincerely,\nSam Ioannidis\nManaging Director",
"photos_count": 11,
"profile_name": "Jim Williams",
"rank_absolute": 2,
"reviews_count": 255,
"owner_time_ago": "2 months ago",
"owner_timestamp": "2025-04-29 18:57:51 +00:00",
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocJEGRTM1VGT6_lQFbDUoSj6ibQFl0xvQ64Zm8Vco62VB_FXyw=s120-c-rp-mo-ba5-br100",
"review_highlights": [
{
"feature": "Trip type",
"assessment": "Vacation"
},
{
"feature": "Travel group",
"assessment": "Family"
},
{
"feature": "Rooms",
"assessment": "4"
},
{
"feature": "Service",
"assessment": "4"
},
{
"feature": "Location",
"assessment": "5"
}
],
"original_review_text": null,
"original_owner_answer": null
},
{
"type": "google_reviews_search",
"xpath": null,
"images": null,
"rating": {
"value": 1,
"rating_max": 5,
"rating_type": "Max5",
"votes_count": 2
},
"position": "left",
"time_ago": "6 months ago",
"review_id": "ChdDSUhNMG9nS0VJQ0FnSURmajlUN2lBRRAB",
"timestamp": "2025-01-11 03:22:38 +00:00",
"rank_group": 3,
"review_url": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChdDSUhNMG9nS0VJQ0FnSURmajlUN2lBRRAB!2m1!1s0x0:0x61f6aa300ba8339d!3m1!1s2@1:CIHM0ogKEICAgIDfj9T7iAE%7CCgwI_seHvAYQ6PKUnAM%7C?hl=en",
"local_guide": false,
"profile_url": "https://www.google.com/maps/contrib/117596825261679534054?hl=en",
"review_text": "We had the most awful experience here. When you go somewhere like this, paying prices like $36 - $38 for a turkey club, you expect good service and the fries that are served hot. The hotel included a service charge of 18% - we would have left nothing the service was so bad.\n\nAbsolutely abysmal service. Firstly we asked the server if we could put our coats somewhere. He looked at us and said - \"you can put it on the chair next to you\", w. We had wine and water, when the water arrived there was only one glass which was slammed down on the table, water splashing everywhere. We had dietary concerns and when asked what could be altered to be gluten free the server looked at us and said \"whatever\" and was very dismissive.\n\nWhen the food arrived it was cold and the wine wasn't fresh. The only saving grace was because we had our jackets we were able to make a quick exit.\n\nAVOID THIS PLACE.",
"owner_answer": "Dear M/M Faller,\n\nThank you for taking the time to complete a review regarding your time with us.\n\nFirstly please accept our sincere apologies for the inconveniences you have faced during your recent experience as a result of your lack of satisfaction with the dining outlet. This is certainly not the image nor the experience we wish our guests to have. Your feedback has been shared with all of the concerned colleagues and we are already working to ensure that such issues are rectified and do not occur again.\n\nBy evaluating our services and sharing your feedback with us, you are assisting us to continuously improve in order to exceed your expectations.\n\nThank you for choosing The Plaza and we hope to be presented with an opportunity to better serve you soon.\n\nSincerely, \n\nSam Ioannidis\nManaging Director",
"photos_count": null,
"profile_name": "Niamh Faller",
"rank_absolute": 3,
"reviews_count": 6,
"owner_time_ago": "6 months ago",
"owner_timestamp": "2025-01-13 18:41:50 +00:00",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjUF-4IR_QJ9lpDoTjdY8b14nikjK5KOU4nWOsapzgVleGEBT0d2=s120-c-rp-mo-br100",
"review_highlights": [
{
"feature": "Service",
"assessment": "1"
}
],
"original_review_text": null,
"original_owner_answer": null
},
{
"type": "google_reviews_search",
"xpath": null,
"images": null,
"rating": {
"value": 5,
"rating_max": 5,
"rating_type": "Max5",
"votes_count": null
},
"position": "left",
"time_ago": "3 weeks ago",
"review_id": "Ci9DQUlRQUNvZENodHljRjlvT210M1REaGFSWGRpY0ROMFdFOXlkalJpT1ZWcVIwRRAB",
"timestamp": "2025-06-25 13:30:49 +00:00",
"rank_group": 4,
"review_url": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sCi9DQUlRQUNvZENodHljRjlvT210M1REaGFSWGRpY0ROMFdFOXlkalJpT1ZWcVIwRRAB!2m1!1s0x0:0x61f6aa300ba8339d!3m1!1s2@1:CAIQACodChtycF9oOmt3TDhaRXdicDN0WE9ydjRiOVVqR0E%7C0cLzc8KyR3h%7C?hl=en",
"local_guide": true,
"profile_url": "https://www.google.com/maps/contrib/107520750746833733626?hl=en",
"review_text": "It's a great experience. Hotels in NYC are very much a mixed bag. The Plaza is fantastic and you can't go wrong",
"owner_answer": "Dear Guest,\n\nThank you for the great review of our hotel! We are glad that you enjoyed your visit and hope to see you again very soon.\n\nSincerely,\nSam Ioannidis\nManaging Director",
"photos_count": 3,
"profile_name": "Benjamin Anderson",
"rank_absolute": 4,
"reviews_count": 271,
"owner_time_ago": "3 weeks ago",
"owner_timestamp": "2025-06-26 19:39:36 +00:00",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjWvzgqV1tfweg7cQ_R00DkCd4uClWEBDOuo3jVy0BuiKn-9skg=s120-c-rp-mo-ba5-br100",
"review_highlights": [
{
"feature": "Trip type",
"assessment": "Business"
},
{
"feature": "Rooms",
"assessment": "5"
},
{
"feature": "Service",
"assessment": "5"
},
{
"feature": "Location",
"assessment": "5"
}
],
"original_review_text": null,
"original_owner_answer": null
},
{
"type": "google_reviews_search",
"xpath": null,
"images": [
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90AnunoTC9OeRsrOxSqE03hm5yY4S4RIvkbOzAHNj_VJxzkmQ3eE-eLU0T5KGl7PZcXSO7Q0V0mkaPsq9X5sPOT6whjhrj7_diViuyoNmQcXyXGxbFaB4o5AHBkgnckRRaVxnWIJ"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90C55N9B8XI8_6VDYzLE_SqqPmWJFczGcyaMr03izHu6GRuoM9Qj-dDBEak_9kV7yXoypSHFC2cuVGdUYxHpoGRBugq2y9bLfxSmAj9aIYemUxOIMh1dANJTSvNShwsF4H5cQQWWwg"
}
],
"rating": {
"value": 5,
"rating_max": 5,
"rating_type": "Max5",
"votes_count": 2
},
"position": "left",
"time_ago": "8 months ago",
"review_id": "ChdDSUhNMG9nS0VJQ0FnSUMzd0tfaXF3RRAB",
"timestamp": "2024-11-01 19:06:58 +00:00",
"rank_group": 5,
"review_url": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChdDSUhNMG9nS0VJQ0FnSUMzd0tfaXF3RRAB!2m1!1s0x0:0x61f6aa300ba8339d!3m1!1s2@1:CIHM0ogKEICAgIC3wK_iqwE%7CCgwI0s2UuQYQ8LTTtAE%7C?hl=en",
"local_guide": true,
"profile_url": "https://www.google.com/maps/contrib/110863339309683540113?hl=en",
"review_text": "I recently had the pleasure of enjoying coffee here with my family, and it was an absolutely wonderful experience! The service was exceptional—every staff member we encountered was friendly and attentive, making us feel right at home. The ambiance of the place is stunning, filled with aesthetic details that create the perfect backdrop for photos. Each corner is more picturesque than the last! I left feeling inspired and eager to return. I can’t wait to come back and explore the rooms as well. This spot has definitely secured a place in my heart, and I highly recommend it to anyone looking for a charming coffee experience!✨✨✨✨",
"owner_answer": "Dear Guest,\n\nThank you so much for your kind comments about your visit! I am delighted you had such an exceptional experience, and that our team went above and beyond to make sure you had a memorable time. Thank you for being our guest and we look forward to welcoming you back.\n\nWarmest Regards,\n\nSam Ioannidis\nManaging Director",
"photos_count": 210,
"profile_name": "Alyak Kor",
"rank_absolute": 5,
"reviews_count": 39,
"owner_time_ago": "8 months ago",
"owner_timestamp": "2024-11-11 21:40:39 +00:00",
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocLMYRlllqRamkY260k3oDF-cn0nCqQ0eQD7WRS5OzcbHv8F6qk=s120-c-rp-mo-ba4-br100",
"review_highlights": [
{
"feature": "Trip type",
"assessment": "Vacation"
},
{
"feature": "Travel group",
"assessment": "Family"
},
{
"feature": "Service",
"assessment": "5"
},
{
"feature": "Location",
"assessment": "5"
}
],
"original_review_text": null,
"original_owner_answer": null
},
{
"type": "google_reviews_search",
"xpath": null,
"images": [
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90BFt_Blp_0-7wDx1SZo8xzf-7KrivLnXvkKWKJe02SnEVRMs1nRW5vwOnfTMWzZyyDl8ibJGuSHtuGZkydq1dqFgnQQ8Iy0sfsGN53KAepF0kxfTyQUm5uc8358SX-fTsEMn-zjUHVMFtMY"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90C3A2d33lAxlZE3U4J5B5VC3BjnLW78-UDduzFK3modHQaKbH7WdRhLR6ZyursMlvstKW5xRWtiYL8UU_NBLYSZNt6XR2KZgrBazWsZHzeY__-BHm2aIUtfUu6LTOkkd3cns4tjE-Os8_G9"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90AnZ4DZjmEPCrwxCwM2lUp-MLicg1R9gexwnTW5NCAo_igzE615Zu1JhczVYyuah74hZFlAavxnGVN0rEQfxBIPCql_wjps1U0Y1ygFjHMkZIEE10nIXW5qkaLHaJxJCpuRmmzIw2ilnMSm"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90B1dXP4hHKdfbMPbGmXk_8Xf5VTg6_gZ2a2SRIcTqwPVJ18qT9tyJfD8ExLJFQNcrccFQwkMAA9kRWPIorMGSN1p2bMPJO1eMBvBuHcFXYD7r1katEQkADlBQfqiPqblDQNjgAtNxDGwti6"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90CiYdspFDA-Z8WV0vklW0AIH4nveINBJuN1onBCtw-6kk9X7fqElrlt2o7svgHJlnBi7J2531gyF4RpCOiqg5szQu4tS_pDWuxA678C3ZQkWaEJVEkBqVVmQnGCMN0hupE3g5jiYSjJKgYi"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90CXDVDc4cLLqxvtWEEfbh9uC-H1XEtB6VhXJH91u6Tg03NVzs_VDwbQ2mIuIr0ZV1eHzT_1-A7CviWglUoJmmSe0R3TUg1cC_LyCoXjtqYTuEXiKNvVwpcQux9PvEqusC1uAmEMArbUpgfX"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90CWrQfQRhLQ_D2P_JGmwzAc2qUUUlF__UQR8Rf49-uCCIFL8wxytKJHEILeypuJR7vvQvr4SEIqxVauwtJ1qx8CB9IczUeh37TMDdk4nQijUoApkbfsOLXVyG9WcUijeM5Of3xc1hWNqhA"
}
],
"rating": {
"value": 5,
"rating_max": 5,
"rating_type": "Max5",
"votes_count": null
},
"position": "left",
"time_ago": "Edited a week ago",
"review_id": "ChZDSUhNMG9nS0VJQ0FnTURBMFpHVFBnEAE",
"timestamp": "2025-07-08 11:01:04 +00:00",
"rank_group": 6,
"review_url": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChZDSUhNMG9nS0VJQ0FnTURBMFpHVFBnEAE!2m1!1s0x0:0x61f6aa300ba8339d!3m1!1s2@1:CIHM0ogKEICAgMDA0ZGTPg%7C0cQEdkikftQ%7C?hl=en",
"local_guide": true,
"profile_url": "https://www.google.com/maps/contrib/113078170716256794145?hl=en",
"review_text": "Fantastic five-star historic hotel at Grand Army Plaza NYC. Incredible atmosphere, impeccable service and accomodations. Celebrating my wife's birthday, they took care of us and treated us like true royalty.",
"owner_answer": "Dear Guest,\n\nThank you for taking the time to share your experience. It is a pleasure to have welcomed you for your wife's birthday celebration! Our team delights in ensuring all of our guests enjoy The Plaza's legacy of extraordinary service. I have shared your comments with our colleagues, which no doubt will serve as encouragement and inspiration.\n\nWe hope for the opportunity to welcome you once again, and wish that the next visit may be as wonderful as the last.\n\nSincerely,\n\nSam Ioannidis\nManaging Director",
"photos_count": 2996,
"profile_name": "James Raynor",
"rank_absolute": 6,
"reviews_count": 233,
"owner_time_ago": "5 months ago",
"owner_timestamp": "2025-02-10 18:30:08 +00:00",
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocLSLY8sX-57GqO64JsAeu8N0I5sZoXvKrP1q24yznYzDT_tZw=s120-c-rp-mo-ba6-br100",
"review_highlights": [
{
"feature": "Rooms",
"assessment": "5"
},
{
"feature": "Service",
"assessment": "5"
},
{
"feature": "Location",
"assessment": "5"
}
],
"original_review_text": null,
"original_owner_answer": null
},
{
"type": "google_reviews_search",
"xpath": null,
"images": null,
"rating": {
"value": 1,
"rating_max": 5,
"rating_type": "Max5",
"votes_count": 3
},
"position": "left",
"time_ago": "7 months ago",
"review_id": "ChZDSUhNMG9nS0VJQ0FnSUR2MElqMk1nEAE",
"timestamp": "2024-12-16 19:47:08 +00:00",
"rank_group": 7,
"review_url": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChZDSUhNMG9nS0VJQ0FnSUR2MElqMk1nEAE!2m1!1s0x0:0x61f6aa300ba8339d!3m1!1s2@1:CIHM0ogKEICAgIDv0Ij2Mg%7CCgsIvIeCuwYQ-K_ydw%7C?hl=en",
"local_guide": true,
"profile_url": "https://www.google.com/maps/contrib/102579131855594920019?hl=en",
"review_text": "Sir at the front was extremely rude when all he had to do was tell me the shops entrance was on the side of the building. Instead we were sent off like no good trashy young people. Please instruct security to actually listen to people's questions and treat them like human beings. Security inside the shops were much kinder. I understand it's christmas but I could care less about the lobby we weren't asking to go in.",
"owner_answer": "Dear Guest, \n\nThank you for your feedback. We deeply apologize for any disappointment caused regarding access to The Plaza during the Holiday season. \n\nOur intention is not to exclude anyone, but rather to ensure a safe and enjoyable experience for all guests by managing crowd sizes. We understand how this may feel limiting, especially during such a special time of year, and we sincerely regret any frustration this has caused. \n\nWe appreciate your feedback and will take it into consideration as we strive to improve the experience for everyone. \n\nWarm regards, \n\nSam Ioannidis \nManaging Director",
"photos_count": null,
"profile_name": "Jessica Alvarado",
"rank_absolute": 7,
"reviews_count": 6,
"owner_time_ago": "6 months ago",
"owner_timestamp": "2025-01-09 19:55:23 +00:00",
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocJcHxpftGEq2GqXZX7OPofqtvLPyp-0pGd2qPe-Y7r1MmCKEQ=s120-c-rp-mo-br100",
"review_highlights": [
{
"feature": "Service",
"assessment": "1"
}
],
"original_review_text": null,
"original_owner_answer": null
},
{
"type": "google_reviews_search",
"xpath": null,
"images": null,
"rating": {
"value": 1,
"rating_max": 5,
"rating_type": "Max5",
"votes_count": 3
},
"position": "left",
"time_ago": "6 months ago",
"review_id": "ChdDSUhNMG9nS0VJQ0FnSURmOE1maG5BRRAB",
"timestamp": "2025-01-03 15:14:16 +00:00",
"rank_group": 8,
"review_url": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChdDSUhNMG9nS0VJQ0FnSURmOE1maG5BRRAB!2m1!1s0x0:0x61f6aa300ba8339d!3m1!1s2@1:CIHM0ogKEICAgIDf8MfhnAE%7CCgwIyP3fuwYQgKr5zQE%7C?hl=en",
"local_guide": true,
"profile_url": "https://www.google.com/maps/contrib/106265493770129778427?hl=en",
"review_text": "Tried to make a reservation with Anna and then she hung up in my face.\nThen on a seprate day went to the plaza to make an in person reservation and they wouldn't let me in. I had explained in a nice way that we spent money to even get there and they just were not nice.\nI have never seen such poor service in my life. Now after this experience would never go there. Its very sad that they are so arrogant like this.",
"owner_answer": "Dear Guest,\n\nThank you for taking the time to tell us about your experience at The Plaza. I am sorry that your experience did not meet your expectations; please allow me to express my sincerest apologies.\n\nAt Fairmont, we strive to provide a superior service experience for every customer; therefore your feedback is very important to us. During the Holiday season, we strongly encourage our guests to make reservations in advance as we tend to be fully booked for December. In addition, due to the influx of guests and patrons during the season, we limit access to our facility for the comfort and privacy of our guests. We apologize for any inconvenience this may have caused. \n\nWe appreciate your sharing your concerns, and it is our hope that you will give us the opportunity to better serve you in the near future.\n\nSincerely,\nSam Ioannidis\nManaging Director",
"photos_count": 85,
"profile_name": "Iolanda Covello",
"rank_absolute": 8,
"reviews_count": 67,
"owner_time_ago": "5 months ago",
"owner_timestamp": "2025-02-05 21:36:55 +00:00",
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocJoWxawLkwdgyINZmSK29jMtYKg_Zi3IVKgTihdqojY02jTjA=s120-c-rp-mo-ba4-br100",
"review_highlights": [
{
"feature": "Service",
"assessment": "1"
}
],
"original_review_text": null,
"original_owner_answer": null
},
{
"type": "google_reviews_search",
"xpath": null,
"images": [
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90A4jfriYZkjTgP1AEWg_k_82-Wq8FN7W6NfEbWPoqQFHZDagAujXSylUDKog2M8MUpqQVqR3kJWKlGtZrq2TCYI-D0q7-hKiLiwP1t3GZ3_2HuaI5_B0-Pmx3vmDDIx4gfqsicJ"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90Bub7Ky2UL1Ai8U6iW0d5Ke5xt1zRq5nRLradAcyntaL82Y-AOTVIP7mS0dxJaEw-uAV5UjAvLUQVaHjK9NAQjmceH7waDiftJftptRZ0xCpYjaPLVX51psPivyyu8szsqC6DoTWA"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90BcGlSrfvCOLyRMo3tOaHphfciZu1PkNc9eQjcmAT7t2U0wOg5ZFOP-Y9sZTFTvfjDPdkNSvTHoltRs8eSFhnQxI3o3ipnjqUC_sboqm1R1yZ5U9lq8StJ6t83hMBOnhJzsFdCP"
}
],
"rating": {
"value": 5,
"rating_max": 5,
"rating_type": "Max5",
"votes_count": null
},
"position": "left",
"time_ago": "10 months ago",
"review_id": "ChdDSUhNMG9nS0VJQ0FnSURIaU9UeG13RRAB",
"timestamp": "2024-09-11 18:15:35 +00:00",
"rank_group": 9,
"review_url": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChdDSUhNMG9nS0VJQ0FnSURIaU9UeG13RRAB!2m1!1s0x0:0x61f6aa300ba8339d!3m1!1s2@1:CIHM0ogKEICAgIDHiOTxmwE%7CCgsIx7yHtwYQwJWwOg%7C?hl=en",
"local_guide": true,
"profile_url": "https://www.google.com/maps/contrib/102195394659346176553?hl=en",
"review_text": "The bar at the Plaza Hotel is the perfect blend of sophistication and ease. The décor is chic yet comfortable, offering a serene escape from the bustling city. It’s a great spot for both cocktail connoisseurs and casual visitors. The drinks are expertly crafted, and the service is just as polished without being pretentious. Sure, the prices are on the higher side, but the quality makes it worth it. A refined yet relaxed oasis that invites you to stay for one more.",
"owner_answer": "Dear Guest,\n\nThank you so much for your kind comments about your stay with us! We are so very glad to have welcomed you, and to learn that you had an enjoyable experience at The Plaza. I have shared your comments with our team and I am sure that they will serve as encouragement and inspiration.\n\nThank you for being our guest and we look forward to welcoming you back.\n\nSincerely,\n\nPaul Tormey\nManaging Director",
"photos_count": 27,
"profile_name": "Marc Lammers",
"rank_absolute": 9,
"reviews_count": 17,
"owner_time_ago": "10 months ago",
"owner_timestamp": "2024-09-16 20:31:41 +00:00",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjUz2CiBN9ttQ2uL44u142NUKgubL03MBwKsU6-YTQC9dzVd_5hy=s120-c-rp-mo-ba2-br100",
"review_highlights": [
{
"feature": "Trip type",
"assessment": "Vacation"
},
{
"feature": "Travel group",
"assessment": "Family"
}
],
"original_review_text": null,
"original_owner_answer": null
},
{
"type": "google_reviews_search",
"xpath": null,
"images": [
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90AGvPNRpODTuD9Gc2LYeP2ovKSm6SjvDCiYIaASN3PHIXcV3YyyjA1aV-HndA-siucqBhqRlMfIf2ZFxHyMcza2x2x9cPRoD1eHpwvuSU5_Se1gH4mXoIaOzK4bkFUfP9Yzo9oD"
}
],
"rating": {
"value": 5,
"rating_max": 5,
"rating_type": "Max5",
"votes_count": null
},
"position": "left",
"time_ago": "5 months ago",
"review_id": "ChdDSUhNMG9nS0VJQ0FnTUNBalo3NzJ3RRAB",
"timestamp": "2025-02-03 02:59:29 +00:00",
"rank_group": 10,
"review_url": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChdDSUhNMG9nS0VJQ0FnTUNBalo3NzJ3RRAB!2m1!1s0x0:0x61f6aa300ba8339d!3m1!1s2@1:CIHM0ogKEICAgMCAjZ772wE%7CCgwIkeKAvQYQgKaiogI%7C?hl=en",
"local_guide": true,
"profile_url": "https://www.google.com/maps/contrib/105516644891869833367?hl=en",
"review_text": "Seems like a nice place. If I wore JFKs bathrobe, I'm pretty sure I did, then it changed my life.",
"owner_answer": "Dear Guest,\n\nThank you for the great review of our hotel! We are glad that you enjoyed your stay and hope to see you again very soon.\n\nSincerely,\nSam Ioannidis\nManaging Director",
"photos_count": 17,
"profile_name": "TJ Murphy",
"rank_absolute": 10,
"reviews_count": 15,
"owner_time_ago": "5 months ago",
"owner_timestamp": "2025-02-05 20:50:06 +00:00",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjUciWbSKvto57zx8IJ0iFmJtGR4u74gHjwEnsLZKgdmW5521nmh=s120-c-rp-mo-ba3-br100",
"review_highlights": [
{
"feature": "Rooms",
"assessment": "5"
},
{
"feature": "Service",
"assessment": "5"
},
{
"feature": "Location",
"assessment": "5"
}
],
"original_review_text": null,
"original_owner_answer": null
},
{
"type": "google_reviews_search",
"xpath": null,
"images": null,
"rating": {
"value": 1,
"rating_max": 5,
"rating_type": "Max5",
"votes_count": 6
},
"position": "left",
"time_ago": "7 months ago",
"review_id": "ChZDSUhNMG9nS0VJQ0FnSUNQcUxYVEV3EAE",
"timestamp": "2024-11-21 05:13:25 +00:00",
"rank_group": 11,
"review_url": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChZDSUhNMG9nS0VJQ0FnSUNQcUxYVEV3EAE!2m1!1s0x0:0x61f6aa300ba8339d!3m1!1s2@1:CIHM0ogKEICAgICPqLXTEw%7CCgsI9YL7uQYQ4MLFaQ%7C?hl=en",
"local_guide": true,
"profile_url": "https://www.google.com/maps/contrib/102880252759487633692?hl=en",
"review_text": "Feels like Christmas is only for the elite and chosen one since they don't allow you to enter the hotel to see and enjoy Christmas magic unless you are the resident of the hotel. In other words if you are rich you are welcome if not then go away. Disgraceful policy.",
"owner_answer": "Dear Guest,\n\nThank you for your feedback. We deeply apologize for any disappointment caused regarding access to The Plaza during the Holiday season. Our intention is not to exclude anyone, but rather to ensure a safe and enjoyable experience for all guests by managing crowd sizes. We understand how this may feel limiting, especially during such a special time of year, and we sincerely regret any frustration this has caused.\n\nWe appreciate your feedback and will take it into consideration as we strive to improve the experience for everyone.\n\nWarm regards,\n\nSam Ioannidis\nManaging Director",
"photos_count": 877,
"profile_name": "eva eva",
"rank_absolute": 11,
"reviews_count": 241,
"owner_time_ago": "7 months ago",
"owner_timestamp": "2024-12-03 20:34:18 +00:00",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjUyMZUflcxK4HrsiA_BtWkf5piktkERoZu1-p7dQvaN1BbxKpAf=s120-c-rp-mo-ba5-br100",
"review_highlights": [
{
"feature": "Trip type",
"assessment": "Vacation"
},
{
"feature": "Travel group",
"assessment": "Couple"
},
{
"feature": "Rooms",
"assessment": "1"
},
{
"feature": "Service",
"assessment": "1"
},
{
"feature": "Location",
"assessment": "5"
}
],
"original_review_text": null,
"original_owner_answer": null
},
{
"type": "google_reviews_search",
"xpath": null,
"images": [
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90C2POlISeHuyohB1agutIItjKCsmEivYzGyRSR1wm4epRqF-j596pvx_-zhseQI8B8Sok6Ypp6CzwYL4M3Ki3lImO9nVRcQSVJu2-Ua2AumtZBbvdcnKoh76tDOatrj-eujkPtM"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90B9V6JIbIl-078mF6RbTXq0ZD1V_WdBGzJ6TChxCNMQuJSvBo5Gia5KTBmWm8ELwTuPOaAKOhMpUtNBOobZjhBVkPw74L8xsqYNAGnGNL4X2V2XlIaUXs3DadfCDnHqUpuZ4JC_xg"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90DHyuFMB_C1MuTPRd9SyPI6qOgXyUBb33WHRhyT6I8S_yNT1OAvGpQGRMhcMtDqnl6q6GCEU-_GseowLHMuRMxtOujwPBzUU8f6OMFKW_LQXAdq_X_UprPqtEjTca6RYgBA77M"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90CZ_XrlesBsOOpfsRGyFCKpfQh927didvzNnln9PPzVpD4B_GudY54JivTo6ZEAn0CAA3eT3XuODaKhUHWSmb3qAc_7FPrgvYT-CWzhNCBATBVW-_MIKdzr7L8xpFBRFIQXVsS7ZA"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90AdoyofZlu8YlfJ7_vXxCF7cdCEFl8V-f606GqdaDrrOKHVir9QaQMrKmarFiGpsk8jci44giRGRum4kQTYvq_cYlEO6R34Uwfp4kDcKQUQ-Qsn9nIol0uVfBYf_yZyn0ml3nY"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90Ax9BbpCKOryQ_0sSfgYl_F1bg49BjszNLLYJTlOCJxw85bWtfgkknf7X_d5Q3rjgRUdMLGJxpnIt6KwffzR6CHIlRtgwFBbaDNVu-8EwwfI8nKgDs9_clgKSKh2ptDG37MJpM4mw"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90AZahGRTlpHeq-LNViQ8-QJkSCYn8yCFztr9yIXaUKQcZmQvxtOAVDxA5BSv00BHHUlSVEb6jLZYAclvlogdhdtZYFbKSUalT74jYLn6WSR7uzBJ-rm-MSH2PEJoR6WGHyT2Hy8"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90BzufCQLTJY3zTzc5MQIYv7ltANrUKm9DfgyhHP4cjhXtgB6cCd6fyMByNjSKURjefvSsQdDKdvH_EgQRYbSfZ9phnKylVLtXIB3nutNIo6oO6_C5W5eltzUtTnUDL-nDGNjAW0"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90BdPtWxXpBXu4PLhGUUCOaW8sOTAKst-Ct12MneEOD1EI-rapPBb0A84LX2gDqIKi8BgoGmehHYyZ6id87176_aVkW8KwzTsylEfupCcE9hQtuHOdTP5Z9oITTyI4TkBp39bII"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90CAeq3i4AkMSESi7XOTrkJOCXAJKn47j7-qswqDG3n9Fp6uumJe2kDM5rS7Q1lKSKMM9zIvt8B-NRYs7DCapwFiiA6k2qcgxDnI3c5x137O2GSGoqFDI3dG7cLRoJkQkHcJza7MGg"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90Azo5sq40Brw2fD-oa1j_aM-BSKqTN9RaUFDygM6sLnFdKri_grYhli49YiNrwGBPuEPa6GBhM1RJO1WuipTUXOtzULE5WTAy91mv7hpFS66NCDKgY4fY248tbwYwKMpPXhE8rI"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90AS79eVuA4zc6H7wtef008_gHMZakqC9Jw9iJw_vus6IH39NijGB5thzFmj2vUbUSNrZ95f-wPbXc9w9R8lEmZmaxFquqI6waekZzxcjX1dVSerE7qnB6DZ_nAIfYkgxO0O80mYZA"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90AXc2WcGbM6qdZcpO9AAO8tfRnoPJxgQx8lhfCXW1W2cQ5NcNgP4hy9qmr4Xl7VQwf9EBA-GBlhual1A8dvdQVQeaAtZgib5Rqa7VAoShnDzs-j1s7Y20ic947GMaK0YUSGkdE"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90AbpQV49VqBgbxrXePETXtUO9Q-mMQlPqNHYWvhJ5wW3RIVUclpWo6q_xMWv2QNfXLs6MXPf-goq2yf0veM3KR_tuqzzDghbvw-A3fnpM9eXnGn2qQsLmcRu48AA6poXiSZzHO9cA"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90AyIni02cnBvi6bvzhqz4icbgfdYzZ7D2d00lYYLkKprYS-h12xvqNk63xdMMogzrIYsNgRmYuOV0WFnnDg68dZiy4OTe7kiUVxsuOmDYK-3CNReKxaANrdtAvhNzSdJabq-hI"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90BKvP5uEKqlSK_7uLr6v5FFqCi-lvFiBjfy1uhXztbAWBg59Iy_r2EMhCG0dyai-Dfn7Vb9QhOoEEpYr5OgzKu3wM2UPqxfHoEGFZvzL81exUNBk4LBVjl80gK8yx7BwsaHVBWOIA"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90DouxWRzQLFwQjpBKL-tirV5NRKLHi7lx2JTb7025384ia_3pV7qXM_Zg8KwUNSN29Ld7_dj5wwMJcDN443JT31mHqUZUGCj81HzBtQtbwxcdJT95tIUGTR6N1DLvdB5fAFjNkH"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90Cd69gfT_7I5ND842MGlk_Yo0Elsbjk3ftOZzHSPcc3xZ3nH6Iv10JX-Ws0suBN6uCabdG8nalx60r2KIZ0IhggAdyhBjPMGS2Ivt83F3BnhlCISu3vBZAFh3fv4CQvtMqWSdBTfg"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90AdkwlzBzp-8dNF_a_zZk0i8GYFt9T1TDArgIahglT2D49FGoDmxTmnZdjJ15SCdX1bzartwIw-kHudX8jg_8enrGh1pzugOx7Ng2Y2Z5T06WzFgCFSD5hTyekh9NcK7C7EJmXc"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90A1T6OCSLH3HX2u2JlcimChKYuR1sY-HHL0_v61qtw3ipPqHbPCEwR-PQ2yalv06mumK_KSroA6wNDjNZJCeROl5aU2ZQesr7cwUr23zNkRLJzGMIXdKFIvDQSY9JEiZMu-luufEg"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90AuqFwhZuWkLZwvMpoGsQgVH703PnN8MgKLvUeqPaXfz-5fMlagcvtogSQNSpjtm5zA1Rdo-RN8xVK--HOLhMkidbn-lAcQEQ1qqZLIMxJA4xbUwqUHhtJg8cLIKlWsQJjpiII"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90Czi6TqnHjpTZfbTa7lv6mR_2wrhH9bM7jShvMEqdv9R3Kjvf6QCNYg5-YYKO1gxNCKhDRwemdkFqnrUj8s7xIjA9s2nSXxI9K4kJOnseTalNg0yxLXlqzRWdWXaQU_IiTsu5Ul"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90Be5UvE4ZZ_m-w0l8wzNNmoWVbiqaLeJg2eVO-XEfZXEfoYAJIxsUcv4ZNtKeaaKKbOMOk3g0ihpouZPDlJhV5U2Iozz4aB886m-o3a6tdoPFHzSlse2Z9Gl0yyuZ8kmuBqGbFz"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90B7FAtpzYROGQNyq9-RmRomSRdXkxa3mdeD4YAskMnHcsDDifM9HTpwx7io4FoI3Di1NDsfHyCKxtZBsZG14hggvFuiuKXhKCTthbzN9wI7kNNd_HkOaV5Gr00uSv0U1RPpguIIBw"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90CpZNcuEQm11gyS13SQ9YWrSVNV2Js-Jp7Y3YkiFVLKnDm7qqePrs5hB-w-rdleHRdGW12XBnUDwOcvpHe9qSI5D2ewrBVCGjpl44zcCR-_w9hYXxlyQVqEezMxHzBJK5X7t7Y"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90BNCn3y7ZJ8FkiKTp4_kQtqd3E-F0CvZ1vOZQT7y6M9kb8r7P-JFnVhq3sGR-Kj32OGIipoDo-dXYileVxQBnTXWJdKZ15YtCsWMOH5E9uACddojo5r1Us6elbX2Wztl7N6QSeiwQ"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90BLbo16GHNN7B5J7nPjBXFF2zOBxIIeTP5RSuKe70RmZT7O5GO7EbNtNk-3lk4sIqCmhOdNGvt_xGf-dI0ww6KwhG0mx9MCZK3Kl-7SYXlVwL4fy15EP5ZHTrgCbBqJPslUwx0"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90CwxTGE7AmFRsr9yGJpfdIMhVJ_XkoUQfR4gHCp47r-TN20lmlztoSzF3K6FYazted_jGGxyD_Kwm1DHfm0Zto3rWLqv7YKbLZTc1i09kDdjqjYQCybWRuynLHXEZhVLl6oNSmHpQ"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90CmHpapOnmHQZ6DmKWHw4N5M5wxq6p8dzn_C5cJnD4rweo_G87HNtFVy1PdEpMwQjYkYdC78BP87FTezThDvFvxGOaPnf4kCa3HAgnahdF20x3tpyGwXTWUgOtHk7S1MPIs7JU"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90C5KwL8FBF4z4zNMBjbpgaEsgqjjFGaEBvF9dtL68yBXLUEbcFQ97Xrth-SKS9FGIyz8z1UI03czkDk-lHELQONzMT2tIpHEl_lpdCRdFHiXetQ4XlwBDQHNjYDntnYWPzyM_fw8g"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90CtqcdBOldC_CtwiHwGCIrPLryp0e7dTVw-l0mhwJFzak7JRpP-E2s-zgLRTcPlzKjmnCqLusSl1r1S-dcXlh1gp2lwaAEYlJCQlCJykjtF6dyS_eoB-lci540KCL19GjFpoMpT"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90BTTmEbzjYXoaxdlSsOvKLEjVHKpGikX4X3QQHENFerkfIgSRBaX4a1ohLZ3JsEpkzAvUreZPyHl1Y8MuHvKpQCOpE54nYE15jDLFAhWfbsBAXloHe2rnZM8sARNAHkInlO9aSBKw"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90Bk1iIFBpi6jHXI1v2JUOYG5B1Psm5C56nzY4IIXuoETrnmnRmhAh1VrprdOwy9mgPcYB1hHCkrzUORmYxiF6eH9PWYRuIfPlCJo65FCuQMrNv3oYk9BLQph9ENZYuZGUzyQ4g"
}
],
"rating": {
"value": 5,
"rating_max": 5,
"rating_type": "Max5",
"votes_count": 1
},
"position": "left",
"time_ago": "8 months ago",
"review_id": "ChdDSUhNMG9nS0VJQ0FnSUMzcUp2VXdRRRAB",
"timestamp": "2024-11-02 11:09:58 +00:00",
"rank_group": 12,
"review_url": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChdDSUhNMG9nS0VJQ0FnSUMzcUp2VXdRRRAB!2m1!1s0x0:0x61f6aa300ba8339d!3m1!1s2@1:CIHM0ogKEICAgIC3qJvUwQE%7CCgsIhpGYuQYQuOqRfA%7C?hl=en",
"local_guide": true,
"profile_url": "https://www.google.com/maps/contrib/104648122364036996455?hl=en",
"review_text": "An exclusive, very elegant place with great service. It is really close to the Central Park so you can walk in the green if you want.\nThe traffic is always high so be prepared to a long journey from and to the airport if you choose car for travel.",
"owner_answer": "Dear Guest,\n\nThank you for the great review of our hotel! We are glad that you enjoyed your visit and hope to see you again very soon.\n\nSincerely,\n\nSam Ioannidis\nManaging Director",
"photos_count": 7410,
"profile_name": "Csaba Litkei",
"rank_absolute": 12,
"reviews_count": 136,
"owner_time_ago": "8 months ago",
"owner_timestamp": "2024-11-11 21:41:10 +00:00",
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocI2H7bjT2CbPfZ4qmpPc55Lx21BHzavnr4N39jgvViAIUcx8Js=s120-c-rp-mo-ba6-br100",
"review_highlights": [
{
"feature": "Trip type",
"assessment": "Business"
},
{
"feature": "Travel group",
"assessment": "Solo"
},
{
"feature": "Rooms",
"assessment": "5"
},
{
"feature": "Service",
"assessment": "5"
},
{
"feature": "Location",
"assessment": "5"
}
],
"original_review_text": null,
"original_owner_answer": null
},
{
"type": "google_reviews_search",
"xpath": null,
"images": [
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90CzloEPo2Hm-Wdk9N-4EwFoH-vi2ysZFsNg6V04zUdkv1n80pVV-OAiIHxTPybdqEJygEOd0niq4vh3xEbCGX4LhpK3juw8OsPBEPIYxFnThpOVJG3AtDM9mKZ3rf3WiawVJUwKSA"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90CT6mIT9lmDCJ21_tgaxshUmxHpBC_ecNVdMBRp6byZnxzVSLogqqX2wu02BE7maMN7sryZ0pbjXEJ8lYKuyUTvTb06KU5flreYCArrH8Fi9R1bUwj-Eg-OTCZhAM33mXrQ8kZN"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90Bvc_QscTcsbzPL94pfwkPXlDUg3-drMFBnIoPDQPnOCVYrLAZS6D2vBRqJAPpQAtNTmNQlSMnTfQ9Vd3cHlRsPke1F538tq14DKXdS0Cig4BRlOxJGSMrGVmJKB0h7HoIJOli2SQ"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90AjL0afKYEopw0xUas6cnWtTZOWLwuR6OcgkoJ4rdW5gHz5xZLMj6N6UatN9C8hY3Iq0IBhK6vZ9gboccQmK8yRs7ul6WjkeDRDNsB_qo-QHSoCYan_kVlwd_jZN0peS9mRvMKr"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90DcswEMWViwZPe9bqpLGMuh1-ISHaKM_9b1Vw_S1t8stzi5q4TQ5ijRTbrdWvXFuiU9jJ9pRzUsl8zGTPq7HUXRk2F0688y3A9zEgtQmPoYGiXv2UWKY2_Xn9XcpIZviXbZ4dEAZQ"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90BGgIvl1Ftg-Cqp14zFqGzxW8l8Rc3e6SXTwJchpaUIrU2xhISCGtXvMhuzoI99v6btgOzptS6zcW2pIXCr2_Rual-KIkQZ_pPDyVHNLod_-yb-2xGTdEcF-VBAqXcFaf7tYoYI"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90DVB1ariLcMCm2lXfJxCPm1sFu_ABkPxmk_SV9L8ehfqLE_6IUpDbLlhnt_lsq8xzia7OTFqtcGK-KqU9rg66o_kOdI1X7d6oCAzZjC92gIJN3fcnDNS5UlHNKltGZ1OEnklF4T"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90ARqhTOAjmg6kF55pXUIewR6iTRBMaArx6FbBiOMYFkcG3U6CAM9O92CIvmVOJvDl7hfPm1cQdyHaXF9vkFdC1hqLl_Gkz6lnzArhQB5oAXV2M3VwBFTJ_11NVq09OH-JZ-DIg"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90BcRY73R75ZDxeihTNwbp49ME3NhIaKVt-Ayc7TE59m2lrVCX6aKtjds_3MEWHCPwbqjXMXeJ19BRQ6FnpaYS7I3YXEkelSci5jI8K9l1U1DYlh9J4sYQvoNPXoMJQYMfRj0KlU"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90C5x3lWSXMKrGGIDfFWJalMD7yxTPRpwXsbKDhBvjM1Tt9ozH4bk9nRIP_AJr_E-XMxKCxyKnjVgQxKKmnmvqHsmhcCb1RFNgqWYnkme8E9DQjNfY4fgNfozegOWGfcF_VLSCPK"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90C6Nx4ILiAAUc3BCrC3V54YtyO1mZk5fn2xGpJNQDShz7rWv-mOQdAXIt3-oPdVz4YkHlUbCoyWWjYO5J8F-Rxke2gea3_0cYygty0BmPoNO_fc0siFDN1bvlI5NjeFp-5UDEMV"
}
],
"rating": {
"value": 5,
"rating_max": 5,
"rating_type": "Max5",
"votes_count": 9
},
"position": "left",
"time_ago": "2 years ago",
"review_id": "ChZDSUhNMG9nS0VJQ0FnSUN4c1pDUkNREAE",
"timestamp": "2023-05-19 21:53:25 +00:00",
"rank_group": 13,
"review_url": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChZDSUhNMG9nS0VJQ0FnSUN4c1pDUkNREAE!2m1!1s0x0:0x61f6aa300ba8339d!3m1!1s2@1:CIHM0ogKEICAgICxsZCRCQ%7CCgwI1d-fowYQ-ODu3wI%7C?hl=en",
"local_guide": true,
"profile_url": "https://www.google.com/maps/contrib/113486860670471836459?hl=en",
"review_text": "I recently had the pleasure of visiting The Plaza, and I must say it was an absolutely fantastic experience! From the moment I arrived, I was captivated by the grandeur and elegance of this iconic establishment.\n\nThe Plaza's location couldn't be more perfect, right in the heart of the city. Its stunning architecture and historical significance make it a true gem. The moment I stepped inside, I was greeted by friendly and attentive staff who made me feel welcome and taken care of throughout my entire visit.\n\nThe amenities and services provided at The Plaza are top-notch. The rooms are exquisitely decorated, combining classic charm with modern comfort. The attention to detail is evident in every aspect, from the luxurious bedding to the tasteful furnishings. The cleanliness of the rooms and the attention given to maintaining them are commendable.\n\nOne highlight of my stay was the dining experience. The Plaza offers a range of restaurants and bars that cater to every palate. I indulged in a delectable meal at one of their fine dining establishments and was blown away by the impeccable service and the culinary delights presented before me. The chefs truly have a mastery of their craft, and the flavors were nothing short of extraordinary.\n\nBeyond the accommodations and dining, The Plaza offers an array of amenities that enhance the overall experience. The fitness center is well-equipped, allowing guests to maintain their workout routines while traveling. The spa services provided are exceptional, offering a serene and relaxing atmosphere to unwind and rejuvenate.\n\nThe location of The Plaza is perfect for exploring the city. With its close proximity to major attractions and excellent transportation options, I was able to easily access everything I wanted to see and do during my stay.\n\nLastly, I must commend the staff at The Plaza for their exceptional service. Every interaction I had with the team was met with professionalism, warmth, and a genuine desire to ensure my stay was nothing short of perfect. They were always ready to assist with any inquiries or requests, making me feel like a valued guest.\n\nIn conclusion, my experience at The Plaza exceeded all expectations. It is a true masterpiece in terms of luxury, comfort, and service. Whether you're visiting for business or pleasure, I highly recommend The Plaza for an unforgettable stay. I can't wait to return to this remarkable establishment in the future.",
"owner_answer": "Dear Guest,\n\nWe very much appreciate your comments regarding your recent stay at The Plaza, A Fairmont Managed Hotel. \n\nIt is always a pleasure to receive such positive feedback and I will be delighted to share your kind comments and compliments with all our colleagues.\n\nThank you again for sharing your experience and we look forward to warmly welcoming you again to The Plaza in the near future.\n\nYours Sincerely,\n\nLuigi Romaniello\nManaging Director",
"photos_count": 250,
"profile_name": "Jon Bowie",
"rank_absolute": 13,
"reviews_count": 80,
"owner_time_ago": "2 years ago",
"owner_timestamp": "2023-05-26 19:36:46 +00:00",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjWTV92Xy93g7Vc_rWvTP4N88tvyDctTKsqotDRM8z5FtZ4mKYIn6w=s120-c-rp-mo-ba4-br100",
"review_highlights": null,
"original_review_text": null,
"original_owner_answer": null
},
{
"type": "google_reviews_search",
"xpath": null,
"images": null,
"rating": {
"value": 4,
"rating_max": 5,
"rating_type": "Max5",
"votes_count": 25
},
"position": "left",
"time_ago": "a year ago",
"review_id": "ChZDSUhNMG9nS0VJQ0FnSURWallqRFJBEAE",
"timestamp": "2023-12-14 18:36:20 +00:00",
"rank_group": 14,
"review_url": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChZDSUhNMG9nS0VJQ0FnSURWallqRFJBEAE!2m1!1s0x0:0x61f6aa300ba8339d!3m1!1s2@1:CIHM0ogKEICAgIDVjYjDRA%7CCgwIpJbtqwYQyK-vnQE%7C?hl=en",
"local_guide": true,
"profile_url": "https://www.google.com/maps/contrib/100292247011873062025?hl=en",
"review_text": "Stayed at the start of December.\n\nAn amazing hotel but hugely over priced due to it being a tourist attraction in its own right at this time of year.\n\nThe rooms are huge, very comfortable and luxurious with a bathroom almost as big as some hotel rooms in Manhattan.\n\nCheck in was very slow. Only one member of staff on reception meant we stood waiting for almost 30 minutes to check in. Got to our room and a rollaway bed had been left in our room that we never requested. This took almost an hour until someone came to remove it.\n\nI see many reviews from non guests complaining about not being allowed access to the hotel but to give a review from a different perspective of someone who had paid to stay there - we had to wait almost an hour to get a drink in the Palm Court despite being residents and we were never able to get a table in the Champagne Bar. When you stay in a hotel you just don't expect that you won't even be able to sit and enjoy a drink there when you feel like one.\n\nWas surprised that a hotel charging a room rate of four figures per night didn't even offer complimentary bottles of water or tea/coffee making facilities. Even 2 and 3 star hotels pretty much offer this as standard nowadays.\n\nTo summarise, an amazing and iconic hotel but really its only worth about half of what they charge in terms of facilities and guest experience.",
"owner_answer": "Dear Guest,\n\nWe very much appreciate your comments regarding your stay at The Plaza. \n\nIt is always a pleasure to receive positive feedback. I will share your comments with our team. I am sure that this feedback will serve as an encouragement to all of our staff as we strive to continuously improve the quality of our services.\n\nThank you again for sharing your experience, and we hope your next visit will be as pleasant as the previous one.\n\nSincerely,\n\nLuigi Romaniello\nManaging Director",
"photos_count": 7,
"profile_name": "Craig M",
"rank_absolute": 14,
"reviews_count": 14,
"owner_time_ago": "Edited a year ago",
"owner_timestamp": "2024-02-02 16:27:41 +00:00",
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocINf-mROHGIte9biC_INK-JxaB2Mng0vGqw8Y_FpLvM-BAOhAtp=s120-c-rp-mo-ba2-br100",
"review_highlights": [
{
"feature": "Travel group",
"assessment": "Couple"
},
{
"feature": "Rooms",
"assessment": "5"
},
{
"feature": "Service",
"assessment": "3"
},
{
"feature": "Location",
"assessment": "5"
}
],
"original_review_text": null,
"original_owner_answer": null
},
{
"type": "google_reviews_search",
"xpath": null,
"images": [
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90CM_uAuOg6FJ-4fYMYfeC3zk1FDZnoI8ms6V-Haqp8ybhChOxi9rTT_3OCbYM91WkIZDr_7cOCRJrP2ii4O-R0g0lSmOVATFI8eCANJbbc0GHEPvlVFcRpXmMohHzslMytZzpEyVA"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90A034eYNe7gl9hR8W_BCWhmGueAYFIZeEgb8mmUVBcK4jA2YTXov4_LYKImg9HTKqgqb3hqn8y8wBIra4GjGWa2h0lEIbJhWoioGcjC_XUv4raDDaf1vTPf6NU82-gaDMLVlyYC"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90AKxIa9OruDjWRSkHefxLtcioF75M1Be7pYhwjBAQpReVUI1kn7_WvrpR4NCCw46NqiRQ-qtL-WN-fzHELmK6QmEhHDuIGrQIeuQQKAieHnYbvZrEEU3YSEkvMVImuDrXIuCMwekQ"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90A1WrXOcCvDuL9KSk0kg4Dnp32VTPzpYseZsLLDbA3ikoPkfagdWbn721bEO5Db2FVYY2zhHjHJv4h2RYB0PHI9arKS_FD0kepXWE3--dF1Fiuv3euoqoUm_04ebbzuTlB1VmVP"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90D0RMBLx4UvyAKWvpLqX6fZR2_LCYuwF4GFVkid0_OvR0ZtyPBVv7UZG8AEc9OEYpf95SrhntEsU1g_KXMJHQlVbWOAcf7px1ydWU0q6_BZ3GkWCyFSChl_fV1vRuvZ_n4oEkQFsw"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90CS-KerGVsVNRQbM3i1zMtqmA-cCRf_bygUuArgH_UYiRx5emRs5NDiD9lMMlKRUkA3DWTNk-2Uendu6-PedobAYN3UIm3vUd_e-ESEED4qlhxJByRMk7HRzUoNnUPVoJTCZBra"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90AkduoubTsYWOGrZ1PEXs0UuEM9bP-1GUjkdHJAbl7VJkESMxSrmNUhv9GCmD1UnDGKVMBljAkSARBolt79D6R_LR687zc3vBrodE69Hrt-V9CS9no4XdwZxyAoOeRFvGYRS081RA"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90BYkq_F86TJFf1zJkW4-_CYTqbqoo0Q3AW9CsNSB1yxtXrt-gNAtMS6gqkDmMXG18sajheGlhD3eu0hY4rfRDZW9szvxM6MeovNNqMiB-qBd4MjnJ9-8LARnuCFU70Ycdtcy50"
}
],
"rating": {
"value": 5,
"rating_max": 5,
"rating_type": "Max5",
"votes_count": 1
},
"position": "left",
"time_ago": "2 years ago",
"review_id": "ChZDSUhNMG9nS0VJQ0FnSUNoaTdUb09REAE",
"timestamp": "2023-02-22 00:56:23 +00:00",
"rank_group": 15,
"review_url": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChZDSUhNMG9nS0VJQ0FnSUNoaTdUb09REAE!2m1!1s0x0:0x61f6aa300ba8339d!3m1!1s2@1:CIHM0ogKEICAgIChi7ToOQ%7CCgwIt9DVnwYQ4LbajQE%7C?hl=en",
"local_guide": true,
"profile_url": "https://www.google.com/maps/contrib/116471842893951783096?hl=en",
"review_text": "The Plaza is absolutely stunning! Went here for an early Saturday afternoon tea. We had a bottle of champagne and 3 carousels. I absolutely recommend coming here and experiencing everything they have to offer. The service was excellent. The tea was also very flavorful! I enjoyed the different options they had available on the carousels. I will definitely be back!",
"owner_answer": null,
"photos_count": 222,
"profile_name": "Krista Mattessich",
"rank_absolute": 15,
"reviews_count": 66,
"owner_time_ago": null,
"owner_timestamp": null,
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocLi37s3c5OIVMJO84FX865BKA2jd4M9dqI2SOsafrVTOp_Tqi8=s120-c-rp-mo-ba4-br100",
"review_highlights": null,
"original_review_text": null,
"original_owner_answer": null
},
{
"type": "google_reviews_search",
"xpath": null,
"images": [
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90DxoC3f20ec4h8x0wnP_8wpZZtjBV8Of8XSitTzWFflB_e_odGSeqIq30U24BEbKtVuATSDqxs4avT0B3v9v9LuWoBTYX-ZZTrK_qpdc81YeUuXDrm7UBYXn27TLuuvPkXtN1k3wA"
}
],
"rating": {
"value": 4,
"rating_max": 5,
"rating_type": "Max5",
"votes_count": 9
},
"position": "left",
"time_ago": "a year ago",
"review_id": "ChZDSUhNMG9nS0VJQ0FnSUNEOGVxOVdBEAE",
"timestamp": "2024-03-29 16:32:02 +00:00",
"rank_group": 16,
"review_url": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChZDSUhNMG9nS0VJQ0FnSUNEOGVxOVdBEAE!2m1!1s0x0:0x61f6aa300ba8339d!3m1!1s2@1:CIHM0ogKEICAgICD8eq9WA%7CCgsIgtqbsAYQgODNLw%7C?hl=en",
"local_guide": true,
"profile_url": "https://www.google.com/maps/contrib/108175544587509316839?hl=en",
"review_text": "Stayed for total of 6 nights. Original reservation was for an upgraded suite. At check-in I asked if an upgrade was available since we are diamond members and upgrades are always given. They told us they could not offer an upgrade due to low availability,but if we paid they would upgrade us to a bigger suite. So Diamond member upgraded room was not available but if paid it was. Didn't leave a 1st good impression but I opted to let it go and enjoy our vacation.\nWe read on reservation that and Plaza hotel website a welcome amenity for our kid would be provided at check-in. We forgot to ask and they didnt mention it either. I went back later that day asking about it and front desk person apologized and claimed not being aware of any such amenity. Later than evening I asked another front desk person, and they were super nice and aware of the 'kids passport' booklet and gave one to our daughter. It was a fun activity that kept her entertained and engaged learning about the hotel,glad I asked but at such hotel as plaza it should not have been missed at check-in or the 2nd desk person I asked.\n\nOur suite was very nicely decorated, very clean and organized. Our room view was the back side of the hotel so it was facing another building, disappointing that we were not given either central park or 5th avenue room views, especially being a dimaond member which we always get at least nice room views wherever we stay. Also we were disappointed the pulled out bed was not made at all, even though it was noted on our reservation and also told the concierge that called us the day prior to arrival. We called housekeeping and they came with sheets/pillows/blankets and setup the pull out sofa bed. Again not a huge deal but I would expect such details to be handled and not having to go through the hassle.\n\nWe tried the breakfast few days and it was good. One disappointment was their bar cocktails. We had an old fashion on 3 different nights and all 3 times it was made/tasted differently and not good at all. Not what I would expect at the Plaza bar hotel.\nOn friday we asked front desk where would St Patrick's parade pass from the next day. Were told parade was on Sunday and not sure where it would pass from. Google gave us the answer , it was next day and passing on 5th avenue in front of the hotel. That evening we got a notel on our room door explaing St Patricks parade was the next day, to expect several road closures and that we could watch it in front our the hotel. Seems like the front desk folks didn't get that memo earlier in the day.\n\nCheckout was not as smooth. Front desk people were not familiar with the ALLCOR rewards program and not able to apply some free suite upgrades and points I had. Even though I talked to the front desk the night before checkout so they had enough time. I was told night manager would handle it, which he didn't. We had to wait for day manager to look into it and as they claimed it was their 1st time handling reward credits. They were able to resolve situation but it took 20 more minutes (good thing we had enough time for our flight) and again not the type of hassle I expect at the plaza for such logistical items, after speaking to that many people/managers.\n\nIn terms of White glove butler service never really saw anyone or was explained what it offered/was, similar to what other reviews say. Either explain at check-in what the service is and how it can be used, or don't offer/advertise it. Small annoyance with the bottled water, it was complimentary but you had to call each time to bring them to you. It would be better if room was stocked each day with few bottles of water instead of having to call every time. Tried using the 'courtesy' car but every time we asked (morning, afternoon, evening, tried at least 8 times over our 6 days stay) we were told it was occupied and had to wait 30 minutes for it. Either have more cars, don't offer the service. or accept reservations for it.\nGreat location,nice rooms,polite staff but several annoyances made us feel we stayed at 4 star hotel with 5 star prices.",
"owner_answer": null,
"photos_count": 279,
"profile_name": "Tony P",
"rank_absolute": 16,
"reviews_count": 122,
"owner_time_ago": null,
"owner_timestamp": null,
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocJ4M8Jsh47OxPNUnJ60WMxv67ZF4hsowgImGP-TGraYRjsCtQ=s120-c-rp-mo-ba4-br100",
"review_highlights": [
{
"feature": "Trip type",
"assessment": "Vacation"
},
{
"feature": "Travel group",
"assessment": "Family"
},
{
"feature": "Rooms",
"assessment": "4"
},
{
"feature": "Service",
"assessment": "3"
},
{
"feature": "Location",
"assessment": "5"
}
],
"original_review_text": null,
"original_owner_answer": null
},
{
"type": "google_reviews_search",
"xpath": null,
"images": [
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90CNjSxiTO-2w1fJwQPmBrf5SKzsu9qPcCHJyfHLEBo0byojMuIBEEqDafibI7AHyzjL3g4YQBlMxumDY9V4A7B7enqmChMxkjeDWy0sSfmsH4-L2fY-qF_pzRZtosHqCbeSxKp1"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90BCDA4SX7xfnOIBx5vHqItBI13Ts03eQrOH5M1kST4KByRzOEbfEBAKMotK2nC33M_6oo-OPM-OTfk2VXscONrlB85Q8-XsQcmiPMX4-hrGFUhZIsDHc7bFox17epb2xkAWPuud"
}
],
"rating": {
"value": 5,
"rating_max": 5,
"rating_type": "Max5",
"votes_count": 17
},
"position": "left",
"time_ago": "2 years ago",
"review_id": "ChZDSUhNMG9nS0VJQ0FnSUR4N2RlQUJnEAE",
"timestamp": "2023-06-13 17:05:41 +00:00",
"rank_group": 17,
"review_url": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChZDSUhNMG9nS0VJQ0FnSUR4N2RlQUJnEAE!2m1!1s0x0:0x61f6aa300ba8339d!3m1!1s2@1:CIHM0ogKEICAgIDx7deABg%7CCgwI5cOipAYQsMyj8gE%7C?hl=en",
"local_guide": true,
"profile_url": "https://www.google.com/maps/contrib/114991362626453527954?hl=en",
"review_text": "I had a wonderful stay at The Plaza New York. The hotel is a New York City landmark, and it's easy to see why. The service was impeccable, the accommodations were luxurious, and the amenities were top-notch. I would highly recommend The Plaza New York to anyone looking for a luxurious and unforgettable vacation.\n\nHere are some of the things that I liked about The Plaza New York:\n\nThe location: The Plaza New York is located in the heart of Manhattan, just steps from Central Park and Fifth Avenue. The hotel is within walking distance of many popular attractions, such as the Metropolitan Museum of Art, the Rockefeller Center, and the Empire State Building.\nThe accommodations: The Plaza New York has 282 guest rooms and suites, all of which are decorated in a classic New York style. The rooms are spacious and well-appointed, and many offer stunning views of Central Park or the city skyline.\nThe service: The staff at The Plaza New York is friendly and attentive. They are always willing to help with anything you need, from making restaurant reservations to providing recommendations for local activities.\nThe amenities: The Plaza New York has a variety of amenities that make your stay enjoyable. These include a swimming pool, a fitness center, a spa, and a variety of dining options. The hotel also has a beautiful lobby, where you can relax and enjoy a cup of coffee or a cocktail.\nOverall, I had a wonderful stay at The Plaza New York. I would highly recommend it to anyone looking for a luxurious and unforgettable vacation.",
"owner_answer": "Dear Guest,\n\nThank you so much for your kind comments about your stay with us! We are so very glad to have welcomed you, and to learn that you had such an exceptional experience at The Plaza. I have shared your comments with our team and I am sure that they will serve as encouragement and inspiration.\n\nThank you for being our guest and we look forward to welcoming you back.\n\nSincerely,\n\nLuigi Romaniello\nManaging Director",
"photos_count": 314,
"profile_name": "christopher warren",
"rank_absolute": 17,
"reviews_count": 289,
"owner_time_ago": "2 years ago",
"owner_timestamp": "2023-06-15 16:08:59 +00:00",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjU9KV5e6TE9BD3HI_1DBYhz6_gzE-sW4KNd71kmSEwLoUqcJoj7uQ=s120-c-rp-mo-ba5-br100",
"review_highlights": [
{
"feature": "Rooms",
"assessment": "5"
},
{
"feature": "Service",
"assessment": "5"
},
{
"feature": "Location",
"assessment": "5"
}
],
"original_review_text": null,
"original_owner_answer": null
},
{
"type": "google_reviews_search",
"xpath": null,
"images": [
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90BfcDD15h1HBR12Fw52y14vLPo8831thX8RvnRTWdz2ESkaImV18QTNwAxweVO42oC6exUOtwa5_LZGQDdyG1NcTd_gRA9f4lGJc4IAkiYM8Lgpx8OBA1MmnLCY46caO5nNVg-ahQ"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90CXnvkKhU9z4V6y_aTZtNpMrnYjujCZPKAMceJ3UD4npi-Fy-7-VORBi6Mzkmm_naw02QuQor90P2VX_lJm8l0sB_ro_Jc_8Ti-_Kig5IncGlSTSi_vjIV61hEVpdAgnnS4UbY"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90Cvyik5X0_arbAm6NbRSJM9FfhWPSFHkXi1usgiJHSIyntmTLi0WCnTrzhgckYrPjVpNEAEKK0jNGucOvx2WbK7tUMWPNwIOdzIcXqNbWv_ofPDq1UuZP6eFwmbDHajzPuX288nuQ"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90BpOmfJZ8E8ayw0g1qAshvfLpAmEMHt_FqDRFJqkvQh3KBs1Zkqyo4LGyrE9gTyWvgO1iLlbS27dFhpnQ8YM-ZC5A6JfnwOh840CfR87S9JnGDajIO1BkluBg2jcKSqX21Q-sU"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90A1BeQXpAfvAlz3ZXT3xfxcE1tg5PegwNgB0Qscd-BYer0J1EOqwIoWr9F5Ew-cQlZWombuxCI3Xr9yC6r0w2HeRnW8vYr-gYUuztufRKKdKVkhQ2bqOhOmgNAtuO50wpOXgwlR"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90B8-0VSDlWorYrnwx2xFIptErtKRijr54gjCzllyeetV4J9Kw9mn3rStn68FlKfakIYGY9Z4d5eFb_DmF_oXP5nwr6QH7qy-m4PO_4UDG1qviUgu4-vNzg3CQX6rDIihAIEwIXB"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90AA995ZFJdTzFTItMnCRuo_AJ9VWf_O7CW_h0bKCz8Z4uqWXVV_HuwdOjtw2HDnlmLzrbEG3bDbf3TBUGeahRgZxrpCSwLvSZlAifPaUJsHqiz9CLpiQJkfnAMI-zp92l7Gj0O9"
}
],
"rating": {
"value": 5,
"rating_max": 5,
"rating_type": "Max5",
"votes_count": 10
},
"position": "left",
"time_ago": "a year ago",
"review_id": "ChZDSUhNMG9nS0VJQ0FnSUNwMjViQkFnEAE",
"timestamp": "2023-08-11 02:48:42 +00:00",
"rank_group": 18,
"review_url": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChZDSUhNMG9nS0VJQ0FnSUNwMjViQkFnEAE!2m1!1s0x0:0x61f6aa300ba8339d!3m1!1s2@1:CIHM0ogKEICAgICp25bBAg%7CCgwIisPWpgYQ6L2otwM%7C?hl=en",
"local_guide": true,
"profile_url": "https://www.google.com/maps/contrib/113749509504623836849?hl=en",
"review_text": "During our trip to New York we took a walking tour. We froze our butts off! The best part of the tour was going through the Plaza hotel. It brought back childhood memories of watching home alone and our guide showing us where the scenes took place. Such a cool place to visit and I definitely recommend checking it out if you get a chance!",
"owner_answer": "Dear Guest,\n\nThank you for the great review of our hotel! We are glad that you enjoyed your visit and hope to see you again very soon.\n\nSincerely,\n\nLuigi Romaniello\nManaging Director",
"photos_count": 235,
"profile_name": "Cody Loos",
"rank_absolute": 18,
"reviews_count": 202,
"owner_time_ago": "a year ago",
"owner_timestamp": "2023-08-14 14:04:17 +00:00",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjWKvG8F0mcHR8HR4LH30FxS15XFQn3olSqGQsuswo7xIJ6wEAlJFg=s120-c-rp-mo-ba5-br100",
"review_highlights": [
{
"feature": "Trip type",
"assessment": "Vacation"
},
{
"feature": "Travel group",
"assessment": "Family"
},
{
"feature": "Rooms",
"assessment": "5"
},
{
"feature": "Service",
"assessment": "5"
},
{
"feature": "Location",
"assessment": "5"
}
],
"original_review_text": null,
"original_owner_answer": null
},
{
"type": "google_reviews_search",
"xpath": null,
"images": null,
"rating": {
"value": 3,
"rating_max": 5,
"rating_type": "Max5",
"votes_count": 6
},
"position": "left",
"time_ago": "a year ago",
"review_id": "ChZDSUhNMG9nS0VJQ0FnSUM5bjk2akxnEAE",
"timestamp": "2024-03-11 18:19:46 +00:00",
"rank_group": 19,
"review_url": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChZDSUhNMG9nS0VJQ0FnSUM5bjk2akxnEAE!2m1!1s0x0:0x61f6aa300ba8339d!3m1!1s2@1:CIHM0ogKEICAgIC9n96jLg%7CCgwIwpa9rwYQoOfepgI%7C?hl=en",
"local_guide": true,
"profile_url": "https://www.google.com/maps/contrib/111065028975535357043?hl=en",
"review_text": "Seated where the staff and carts come out. My chair kept getting kicked. Asked for an off the menu cocktail. Told him how to make it, with a lemon garnish....he didn't even trim it? Not the $700+ plaza experience i expected for our anniversary.",
"owner_answer": "Dear Guest,\n\nThank you for taking the time to tell us about your experience at The Plaza. I am sorry that your experience did not meet your expectations; please allow me to express my sincerest apologies.\n\nAt Fairmont, we strive to provide a superior service experience for every customer; therefore, your feedback is very important to us. Please rest assured that we are taking the appropriate measures to address these issues and prevent future occurrence.\n\nWe appreciate your sharing your concerns, and it is our hope that you will give us the opportunity to better serve you in the near future.\n\nSincerely,\n\nLuigi Romaniello\nManaging Director",
"photos_count": 3,
"profile_name": "Sun Valley",
"rank_absolute": 19,
"reviews_count": 98,
"owner_time_ago": "a year ago",
"owner_timestamp": "2024-03-18 19:59:12 +00:00",
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocLmB_HPSsqjDZOkihhxbqGmp9l2OZhAvXrJ4JtKyW_-vo9qBg=s120-c-rp-mo-ba4-br100",
"review_highlights": [
{
"feature": "Service",
"assessment": "3"
},
{
"feature": "Location",
"assessment": "5"
}
],
"original_review_text": null,
"original_owner_answer": null
},
{
"type": "google_reviews_search",
"xpath": null,
"images": null,
"rating": {
"value": 5,
"rating_max": 5,
"rating_type": "Max5",
"votes_count": 5
},
"position": "left",
"time_ago": "2 years ago",
"review_id": "ChdDSUhNMG9nS0VJQ0FnSUNKdXZIVl9RRRAB",
"timestamp": "2023-06-25 16:59:34 +00:00",
"rank_group": 20,
"review_url": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChdDSUhNMG9nS0VJQ0FnSUNKdXZIVl9RRRAB!2m1!1s0x0:0x61f6aa300ba8339d!3m1!1s2@1:CIHM0ogKEICAgICJuvHV_QE%7CCgwI9uThpAYQqOjrlQM%7C?hl=en",
"local_guide": true,
"profile_url": "https://www.google.com/maps/contrib/109691366960950085137?hl=en",
"review_text": "It can be hard to choose a hotel in NYC with all the options. We decided on the plaza due to its history. It was the perfect choice for my family. Beautiful and luxurious. It was suprisingly quiet and we slept great. Room service was quick and delicious. Great location. It's going to be hard for us to stay anywhere else now in NYC.",
"owner_answer": "Dear Mr. Smith,\n\nThank you so much for your kind comments about your stay with us! We are so very glad to have welcomed you, and to learn that you had an enjoyable experience at The Plaza. I have shared your comments with our team and I am sure that they will serve as encouragement and inspiration.\n\nThank you for being our guest and we look forward to welcoming you back.\n\nSincerely,\n\nLuigi Romaniello\nManaging Director",
"photos_count": 8,
"profile_name": "Jason Smith",
"rank_absolute": 20,
"reviews_count": 71,
"owner_time_ago": "2 years ago",
"owner_timestamp": "2023-06-29 17:36:20 +00:00",
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocIJzkssJ2rbEwbrrhbGEBmDBhoqeEZj41nNigMdz61h9l-6wQ=s120-c-rp-mo-ba4-br100",
"review_highlights": null,
"original_review_text": null,
"original_owner_answer": null
},
{
"type": "google_reviews_search",
"xpath": null,
"images": [
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90AaRm4PMZNzZWOIWetqi2OXgjD7BXFTzRVTCYVgG7eFJh3dVucF2WKt9eFJ59s8m5UIQ7eHoepgvomEaogfPEvcxqE-53QsIV3CAfY81oL3e0y7qDEyLb-6G0gTWEVy7s78aSItzA"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90CeUNJQFw7_h_mQCT22OFnzn5798AwdXw4nkmQdkQjHJt3RVoWfR1Gx6l7x4wMbK8ThzmBG2jqHDZGneWKfrJ4qV8bCILgIoIDpHuvtfKepeyfM7rNejTFNfsnh9MVl4sOvrSv0"
}
],
"rating": {
"value": 5,
"rating_max": 5,
"rating_type": "Max5",
"votes_count": 2
},
"position": "left",
"time_ago": "2 years ago",
"review_id": "ChZDSUhNMG9nS0VJQ0FnSUR4aFAzSEtnEAE",
"timestamp": "2023-06-01 20:45:16 +00:00",
"rank_group": 21,
"review_url": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChZDSUhNMG9nS0VJQ0FnSUR4aFAzSEtnEAE!2m1!1s0x0:0x61f6aa300ba8339d!3m1!1s2@1:CIHM0ogKEICAgIDxhP3HKg%7CCgwI3IbkowYQ0NCKqgE%7C?hl=en",
"local_guide": true,
"profile_url": "https://www.google.com/maps/contrib/109558986992771190409?hl=en",
"review_text": "Decided to go here on a whim for a drink, tons of new and classic cocktail options. Our bartender was so nice! He even gave us chocolates on our way out, beautiful place, very Instagrammable.",
"owner_answer": "Dear Guest,\n\nThank you for the great review of our hotel! We are glad that you enjoyed your visit and hope to see you again very soon.\n\nSincerely,\n\nLuigi Romaniello\nManaging Director",
"photos_count": 23,
"profile_name": "E. Castro",
"rank_absolute": 21,
"reviews_count": 325,
"owner_time_ago": "2 years ago",
"owner_timestamp": "2023-06-06 18:27:12 +00:00",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjWOVvSZ31me4818Q2Kv3r5lzxU_U3c0c32KpkkoLDPwDhFJa9yLiQ=s120-c-rp-mo-ba5-br100",
"review_highlights": null,
"original_review_text": null,
"original_owner_answer": null
},
{
"type": "google_reviews_search",
"xpath": null,
"images": null,
"rating": {
"value": 5,
"rating_max": 5,
"rating_type": "Max5",
"votes_count": 6
},
"position": "left",
"time_ago": "a year ago",
"review_id": "ChdDSUhNMG9nS0VJQ0FnSUNweUxITF9RRRAB",
"timestamp": "2023-07-27 16:19:40 +00:00",
"rank_group": 22,
"review_url": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChdDSUhNMG9nS0VJQ0FnSUNweUxITF9RRRAB!2m1!1s0x0:0x61f6aa300ba8339d!3m1!1s2@1:CIHM0ogKEICAgICpyLHL_QE%7CCgwInLKKpgYQ-NLLjgE%7C?hl=en",
"local_guide": true,
"profile_url": "https://www.google.com/maps/contrib/112289656802682384419?hl=en",
"review_text": "We visited here just to be able to walk around the beautiful hotel. Unfortunately my partner was dressed in a cap and hoodie (we were en route to the airport) so were denied access to the bar for a drink on that basis and the first memory of coming into the hotel slightly ruined because of that. Otherwise this is a stunning hotel and we'd definitely look to book our stay here if we ever find ourselves back in NYC. A true beauty of a hotel.",
"owner_answer": "Dear Guest,\n\nThank you for the great review of our hotel! We are glad that you enjoyed your visit and hope to see you again very soon.\n\nSincerely,\n\nLuigi Romaniello\nManaging Director",
"photos_count": 10,
"profile_name": "Sunny",
"rank_absolute": 22,
"reviews_count": 95,
"owner_time_ago": "a year ago",
"owner_timestamp": "2023-08-07 16:37:34 +00:00",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjXJhJzrga7guFiGig1BDId5E-CBchgwLWNo4Rz4mEhwyFdlWwyd=s120-c-rp-mo-ba4-br100",
"review_highlights": [
{
"feature": "Trip type",
"assessment": "Vacation"
},
{
"feature": "Travel group",
"assessment": "Couple"
},
{
"feature": "Rooms",
"assessment": "5"
},
{
"feature": "Service",
"assessment": "5"
},
{
"feature": "Location",
"assessment": "5"
}
],
"original_review_text": null,
"original_owner_answer": null
},
{
"type": "google_reviews_search",
"xpath": null,
"images": [
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90CEzoHth7pQIx_c1NXA58WF9YWFfiQh-nog6PxSpDclb6sdzpIgDqtlKGczUlKxkMYynTo2vwP6FoLu0qjHnJZKX8sJhN8GVjQ6OtH3FqpfchtpMfstlabPcXDBKx3KWFeXe0I4"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90DPhgSmJBqvTHYaM62gLh8R1l83-XGzSwpEMzBJIcrPCxWkDXqYS1Jd39Nh90EcBrtY6dkVCjdRh1t1ZXzissIySTdsccNPR5w4iFj5DNdywu_m0jVbYGmHghe4lYrkRQ738kSV"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90ArlDYg50FgSUrdF3zOnUOk6TDWhD6VeUK3fFNnl_vkQBVHs5GM0xb6fmoNGElDU3-nJSL1j99HVgSD-qX_bTGwA4drjv-e3D0ZFFcsDbSLu3XkoC9v4vcVx5u6uevR96NBYnc"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90A9B3bSai4MC80vmJfQF9-MsPUYqk0emnJw3iHHWj8X8L7NM4W5anLV0-KT0qcWYuldDYuyCyHJiMGP_Be2g8hssF4Tcu8drcTxGrVmgMNws9eJiTUu0odAD5azz8GvSvYHZ5Z8"
},
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90Dq0JoeNBRL-vgH_0k-Y82U8bpTblVp5coO09cRSi585g-SRKLxD7NVSvhv6wKF5PlWoqvcc6dsZlF2AjkeY4AF9n6IW0vsOvhIdSCxngIGlewCkZoi_GyhfDoPnbICa5Xrq2gp"
}
],
"rating": {
"value": 3,
"rating_max": 5,
"rating_type": "Max5",
"votes_count": 9
},
"position": "left",
"time_ago": "a year ago",
"review_id": "ChdDSUhNMG9nS0VJQ0FnSURscHJqaDJBRRAB",
"timestamp": "2023-12-01 18:02:19 +00:00",
"rank_group": 23,
"review_url": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChdDSUhNMG9nS0VJQ0FnSURscHJqaDJBRRAB!2m1!1s0x0:0x61f6aa300ba8339d!3m1!1s2@1:CIHM0ogKEICAgIDlprjh2AE%7CCgwIq7-oqwYQwP-y8AE%7C?hl=en",
"local_guide": true,
"profile_url": "https://www.google.com/maps/contrib/110640751315658278095?hl=en",
"review_text": "I booked a four night stay in an Edwardian suite to spend thanksgiving in the city. The check in was very smooth and the property appears well kept with nice fragrance pumped right through the HVAC system. The entire place smelled nice as a result.\n\nI am a die hard fan of Fairmont hotels and have tried many of their properties over the years. Having stayed at their flagship hotel the Savoy in London and their competitor the Ritz, it pains me to say that the service here fell quite short of my expectations of a flagship property.\n\nThe staff working there seem just “tired” and they do not seem to want to have any sort of genuine connection with the guests. They are just all about business there. This is very different from places like the ritz there they take the time to get to know you and engage in meaningful ways to make the stay a memorable one.\n\nOur suite includes some sort of a white glove butler service but I’ve not even see the butler once during my stay. On the day after thanksgiving, somehow our room was not serviced all day. I even called in around 3 pm to request a house keeping service and it did not happen even then. I had to go to the front desk to request it to finally have the room cleaned.\n\nI think this hotel is great and has a lot of potential, but the staff training isn’t there yet. It’s also quite unique in the sense that it’s in a historic building in the sea of ultra modern high rises. However, the hotel seems to only occupy the south wing and is quite small despite looking imposing from the outside. As a result most of the rooms don’t have much of a view to speak of. If you are looking for rooms with views, you will have to pay quite a bit more for partial park views.\n\nAll in all it was a rather uneventful and also unremarkable stay. I am Diamond with Accor and used four suite night upgrades for this stay, but they were not honored at check out. I had to call in and be put on hold for quite a while to get it sorted. The front desk person wasn’t even apologetic for this clerical error.\n\nI really want to like this hotel and would love more opportunities to experience its full glory. Perhaps the weekend was just too busy. Although For the same price I’d recommend going with four season or mandarin oriental both of which have much better views and modern amenities.",
"owner_answer": "Dear Mr. C,\n\nThank you for taking the time to tell us about your experience at The Plaza. Your candid comments are greatly appreciated and please know that they have been shared with our teams so we can ensure this lack of service is not repeated in the future. \n\nWe appreciate your sharing your concerns, and it is our hope that you will give us the opportunity to better serve you in the near future.\n\nSincerely,\n\nLuigi Romaniello\nManaging Director",
"photos_count": 91,
"profile_name": "Tim C.",
"rank_absolute": 23,
"reviews_count": 24,
"owner_time_ago": "a year ago",
"owner_timestamp": "2023-12-07 20:18:31 +00:00",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjWQH4-cAmlG2hfzetv7cTnAQN2Q_YPKrVJfJ6guJllsrboC5TQRkw=s120-c-rp-mo-ba3-br100",
"review_highlights": [
{
"feature": "Trip type",
"assessment": "Vacation"
},
{
"feature": "Travel group",
"assessment": "Couple"
},
{
"feature": "Rooms",
"assessment": "3"
},
{
"feature": "Service",
"assessment": "2"
},
{
"feature": "Location",
"assessment": "5"
}
],
"original_review_text": null,
"original_owner_answer": null
},
{
"type": "google_reviews_search",
"xpath": null,
"images": null,
"rating": {
"value": 2,
"rating_max": 5,
"rating_type": "Max5",
"votes_count": 39
},
"position": "left",
"time_ago": "2 years ago",
"review_id": "ChdDSUhNMG9nS0VJQ0FnSUNCNDlqaGd3RRAB",
"timestamp": "2023-01-03 10:26:40 +00:00",
"rank_group": 24,
"review_url": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChdDSUhNMG9nS0VJQ0FnSUNCNDlqaGd3RRAB!2m1!1s0x0:0x61f6aa300ba8339d!3m1!1s2@1:CIHM0ogKEICAgICB49jhgwE%7CCgsI4IXQnQYQqLTkNA%7C?hl=en",
"local_guide": true,
"profile_url": "https://www.google.com/maps/contrib/101754228640120659779?hl=en",
"review_text": "Arrived at 3 for check in and was told by Russell that I received a free upgrade with a better view but that my room would not be ready until 4. The room was beautiful but it was no upgrade. I didn't have a view of Central park like he promised. One of the tvs wasn't working and the sofa bed needs some maintenance. I paid an extra 300$ to have breakfast included in my reservation. I was told by the front desk and the concierge that my breakfast bill would be removed by the end of my stay. I even doubled checked with multiple employees to make sure what I was Ordering would be included with my stay. I was extremely disappointed to find out that I was only credited 120$ for breakfast for my family of 4. I don't understand why they would have that option to pay more to have breakfast included. I ended up losing money that way. All of the butlers would have attitude if they were tipped anything less then a 20$ bill.\nOverall, the hotel was beautiful, but the experience was disappointing and wasn't worth the money I spent.",
"owner_answer": null,
"photos_count": null,
"profile_name": "Saul Calderon Saldana",
"rank_absolute": 24,
"reviews_count": 16,
"owner_time_ago": null,
"owner_timestamp": null,
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocL-kZfbdHXOC4oInDD4MGHjdvGf555qCPN-qyhY5XK9on6YKw=s120-c-rp-mo-ba2-br100",
"review_highlights": [
{
"feature": "Trip type",
"assessment": "Vacation"
},
{
"feature": "Travel group",
"assessment": "Family"
},
{
"feature": "Rooms",
"assessment": "4"
},
{
"feature": "Service",
"assessment": "2"
},
{
"feature": "Location",
"assessment": "5"
}
],
"original_review_text": null,
"original_owner_answer": null
},
{
"type": "google_reviews_search",
"xpath": null,
"images": [
{
"alt": null,
"url": null,
"type": "images_element",
"image_url": "https://lh3.googleusercontent.com/geougc-cs/AB3l90CcbmyLs_e1EZJq7g3xH8TBbVosX1VuqbddmMYEGkzmFNYkwIjyb1t40EfXtcho6qooDifvN3AcFzjLrcsvAIPJvB-R0VLltEwn2vyKzJX0TjY4W4oi_VdAUX1_bXbVcgVpWks"
}
],
"rating": {
"value": 4,
"rating_max": 5,
"rating_type": "Max5",
"votes_count": 12
},
"position": "left",
"time_ago": "Edited a year ago",
"review_id": "ChZDSUhNMG9nS0VJQ0FnSUNaN3NyZldnEAE",
"timestamp": "2023-09-24 17:56:05 +00:00",
"rank_group": 25,
"review_url": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChZDSUhNMG9nS0VJQ0FnSUNaN3NyZldnEAE!2m1!1s0x0:0x61f6aa300ba8339d!3m1!1s2@1:CIHM0ogKEICAgICZ7srfWg%7CCgwItfDBqAYQ2Kn0swM%7C?hl=en",
"local_guide": true,
"profile_url": "https://www.google.com/maps/contrib/111681277745623809430?hl=en",
"review_text": "Luxury hotel right next to the Central Park known especially thanks to Home Alone 2: Lost in New York movie. It’s nice to see that after years it is still fully functional & well maintained… I’d just recommend a small renovation of the exterior of the building… Otherwise, I’d say it definitely worth a visit/stay. ✨",
"owner_answer": "Dear Ms. Katy,\n\nThank you for your feedback and we are glad you enjoyed your visit to The Plaza! \n\nSincerely,\n\nLuigi Romaniello\nManaging Director",
"photos_count": 204,
"profile_name": "Katy N. A. M.",
"rank_absolute": 25,
"reviews_count": 159,
"owner_time_ago": "a year ago",
"owner_timestamp": "2023-09-18 14:34:57 +00:00",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjVITgwbR6Bb1Vs3yAVf1tpL9L-HeuyKitpkMy6cKm4kPyHmIn10=s120-c-rp-mo-ba5-br100",
"review_highlights": null,
"original_review_text": null,
"original_owner_answer": null
},
{
"type": "google_reviews_search",
"xpath": null,
"images": null,
"rating": {
"value": 5,
"rating_max": 5,
"rating_type": "Max5",
"votes_count": 11
},
"position": "left",
"time_ago": "3 years ago",
"review_id": "ChdDSUhNMG9nS0VJQ0FnSURheW9xU19RRRAB",
"timestamp": "2021-08-18 18:10:43 +00:00",
"rank_group": 26,
"review_url": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChdDSUhNMG9nS0VJQ0FnSURheW9xU19RRRAB!2m1!1s0x0:0x61f6aa300ba8339d!3m1!1s2@1:CIHM0ogKEICAgIDayoqS_QE%7CCgwIo5r1iAYQ0PzhkAM%7C?hl=en",
"local_guide": true,
"profile_url": "https://www.google.com/maps/contrib/110715004761680006421?hl=en",
"review_text": "Had an amazing experience here. ALL staff I encountered are incredibly friendly and helpful.\n\nThis place is warm and welcoming and the history here is immaculately maintained; I really was shocked, they clearly go to an extremely high level of detail to maintain the entire premises.\nImmediate access to Central park, walked then rented a bike and cruised for half of the day, you can cover a lot of ground if you are brave!\n\nBonus, the shower pressure is something I've never mentioned in a review but it was amazing...like standing under a waterfall!",
"owner_answer": "Thank you kindly for being a guest of The Plaza, Sean. We are thrilled you enjoyed your visit to our hotel and we hope to have the opportunity to welcome you back again in the future. Until then, we wish you safe travels!",
"photos_count": 924,
"profile_name": "Sean Litke",
"rank_absolute": 26,
"reviews_count": 135,
"owner_time_ago": "3 years ago",
"owner_timestamp": "2021-11-01 04:16:40 +00:00",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjUe6dl1UyplwPd1mNUrVJjpmAhNlgV4rzKaD9NsDX0c3SEE4gna1g=s120-c-rp-mo-ba5-br100",
"review_highlights": null,
"original_review_text": null,
"original_owner_answer": null
},
{
"type": "google_reviews_search",
"xpath": null,
"images": null,
"rating": {
"value": 5,
"rating_max": 5,
"rating_type": "Max5",
"votes_count": 10
},
"position": "left",
"time_ago": "3 years ago",
"review_id": "ChdDSUhNMG9nS0VJQ0FnSURXb3ZXSXpRRRAB",
"timestamp": "2022-03-19 08:43:24 +00:00",
"rank_group": 27,
"review_url": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChdDSUhNMG9nS0VJQ0FnSURXb3ZXSXpRRRAB!2m1!1s0x0:0x61f6aa300ba8339d!3m1!1s2@1:CIHM0ogKEICAgIDWovWIzQE%7CCgsIrK_WkQYQ6IzSbw%7C?hl=en",
"local_guide": true,
"profile_url": "https://www.google.com/maps/contrib/104582419255544290025?hl=en",
"review_text": "By far the best hotel experience I've had in quite some time. The hotel staff is very accommodating and friendly, they very much so obviously care about the guests and strive to make it a pleasurable experience for everyone. High quality food, beautiful suites and overall a luxuries atmosphere that exceeds expectations. At the affordable price of around $600/night, this getaway can be exactly what you've been looking for. A++",
"owner_answer": "Dear Mr. Nobile,\n\nThank you so much for your kind comments about your stay with us! I am delighted you had such an exceptional experience, and that our team went above and beyond to make sure you had a memorable stay. Thank you for being our guest and we look forward to welcoming you back.\n\nWarmest Regards,\n\nTed Selogie\nGeneral Manager",
"photos_count": 283,
"profile_name": "Brandon Nobile",
"rank_absolute": 27,
"reviews_count": 67,
"owner_time_ago": "3 years ago",
"owner_timestamp": "2022-03-21 18:02:36 +00:00",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjVbMGUHSokWnJ4McYfSYSOvQ_I7b26EzQIEmNK-dLFbIGhwzUxT=s120-c-rp-mo-ba4-br100",
"review_highlights": null,
"original_review_text": null,
"original_owner_answer": null
},
{
"type": "google_reviews_search",
"xpath": null,
"images": null,
"rating": {
"value": 2,
"rating_max": 5,
"rating_type": "Max5",
"votes_count": 11
},
"position": "left",
"time_ago": "2 years ago",
"review_id": "ChZDSUhNMG9nS0VJQ0FnSUR4dXVDUEdREAE",
"timestamp": "2023-06-06 15:12:05 +00:00",
"rank_group": 28,
"review_url": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChZDSUhNMG9nS0VJQ0FnSUR4dXVDUEdREAE!2m1!1s0x0:0x61f6aa300ba8339d!3m1!1s2@1:CIHM0ogKEICAgIDxuuCPGQ%7CCgsIxZn9owYQgOvvWg%7C?hl=en",
"local_guide": true,
"profile_url": "https://www.google.com/maps/contrib/112102277298800441818?hl=en",
"review_text": "Had tea room lunch for 7 of us & paid $125 per person,not including tip or tax, for about 10 pieces of finger size tiny sandwiches that didn't taste anything special & quarter size extra tiny desert. Probably the most expensive restaurant in the world that's a complete rip off for what you get. Sorry for being honest😥",
"owner_answer": "Dear Guest,\n\nThank you for taking the time to share your feedback. While I wish you had a better experience, it is feedback like this that we learn from and use to improve. We work hard to deliver an exceptional guest experience, and it's apparent in this case that we fell short. If you give us a chance to earn back your trust, I can assure you that we will do our best to give you the great hotel experience that so many of our guests have grown so fond of.\n\nSincerely,\n\nLuigi Romaniello\nManaging Director",
"photos_count": 1,
"profile_name": "Armen Ohanian",
"rank_absolute": 28,
"reviews_count": 174,
"owner_time_ago": "2 years ago",
"owner_timestamp": "2023-06-09 19:41:48 +00:00",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjVYyuMho9m3jVAOZNGYk-kbhuYd8mkr2L1RxjQLbkheuJbpRDI=s120-c-rp-mo-ba4-br100",
"review_highlights": [
{
"feature": "Trip type",
"assessment": "Vacation"
},
{
"feature": "Location",
"assessment": "5"
}
],
"original_review_text": null,
"original_owner_answer": null
},
{
"type": "google_reviews_search",
"xpath": null,
"images": null,
"rating": {
"value": 1,
"rating_max": 5,
"rating_type": "Max5",
"votes_count": 41
},
"position": "left",
"time_ago": "2 years ago",
"review_id": "ChdDSUhNMG9nS0VJQ0FnSUNCNl9IempnRRAB",
"timestamp": "2023-01-04 21:39:14 +00:00",
"rank_group": 29,
"review_url": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChdDSUhNMG9nS0VJQ0FnSUNCNl9IempnRRAB!2m1!1s0x0:0x61f6aa300ba8339d!3m1!1s2@1:CIHM0ogKEICAgICB6_HzjgE%7CCgsIguTXnQYQyOL3LA%7C?hl=en",
"local_guide": true,
"profile_url": "https://www.google.com/maps/contrib/111661174102622772716?hl=en",
"review_text": "This was a family breakfast for 11 people organized with the Plaza a month in advance as a special farewell for family departing overseas after a wedding with Bride and Groom staying as guests.\nTo say the service was diabolical would be too good. They completely spoiled the event. Food arrived as others had finished. Orders were missing. Left without service for ages. Asking got us nowhere. Food was average. Eventually called the manager who tried bringing more food after some guests had left. Complaining further got us a discount and an apology but honestly, I think they should have accepted the fact they ruined the event and not charged us at all. These are international family moments that cannot be recreated. The staff really not trained to 5 star standards.",
"owner_answer": null,
"photos_count": 8,
"profile_name": "Maria Arpa",
"rank_absolute": 29,
"reviews_count": 78,
"owner_time_ago": null,
"owner_timestamp": null,
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjUtBKAgjKLARrHm_PKElkDggXpB6JO0ojDQQN_RnV9MR1E_o9pM=s120-c-rp-mo-ba4-br100",
"review_highlights": null,
"original_review_text": null,
"original_owner_answer": null
},
{
"type": "google_reviews_search",
"xpath": null,
"images": null,
"rating": {
"value": 1,
"rating_max": 5,
"rating_type": "Max5",
"votes_count": 30
},
"position": "left",
"time_ago": "a year ago",
"review_id": "ChZDSUhNMG9nS0VJQ0FnSURsZ0pXOU9nEAE",
"timestamp": "2023-11-29 12:53:13 +00:00",
"rank_group": 30,
"review_url": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChZDSUhNMG9nS0VJQ0FnSURsZ0pXOU9nEAE!2m1!1s0x0:0x61f6aa300ba8339d!3m1!1s2@1:CIHM0ogKEICAgIDlgJW9Og%7CCgsIueicqwYQoLTGEA%7C?hl=en",
"local_guide": true,
"profile_url": "https://www.google.com/maps/contrib/114068782619035786143?hl=en",
"review_text": "On my first trip to America on my 42nd Birthday, I decided to fulfil a childhood ambition and visit The Plaza. My partner and I got dressed up smart and planned to have breakfast before a walk in Central Park. We were greeted by a jumped up, rude, snooty member of staff who informed us that only hotel guests could be catered for, not what is advertised on the website and lots of empty tables. I don't know if he was after a cash bribe or just thought we didn't look rich enough but we left feeling judged and disappointed. We took our custom to Sarabeths down the street, priced very similar to The Plaza and made us feel very welcome indeed.",
"owner_answer": "Dear Mr. Williams,\n\nThank you for taking the time to complete a survey regarding your recent experience at our hotel. \n\nPlease accept our sincere apologies for the lack of service that you encountered. Please know that we have shared your comments with our teams to ensure something of this nature is not repeated in the future. Thank you for your comments and please know that we were very disappointed to learn about your lack of satisfaction. Thank you again for sharing. \n\nSincerely, \n\nLuigi Romaniello\nManaging Director",
"photos_count": 91,
"profile_name": "John Williams",
"rank_absolute": 30,
"reviews_count": 140,
"owner_time_ago": "a year ago",
"owner_timestamp": "2023-12-04 19:08:38 +00:00",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjUC0UU6p8qQHlJlQRgJEm6SAa29LJgyiAVn0jAkhIJC1CmDCvVCyA=s120-c-rp-mo-ba4-br100",
"review_highlights": [
{
"feature": "Trip type",
"assessment": "Vacation"
},
{
"feature": "Travel group",
"assessment": "Couple"
},
{
"feature": "Service",
"assessment": "1"
}
],
"original_review_text": null,
"original_owner_answer": null
}
],
"title": "The Plaza",
"rating": {
"value": 4.5,
"rating_max": 5,
"rating_type": "Max5",
"votes_count": 6766
},
"keyword": "place_id:ChIJYaVdffBYwokRnTOoCzCq9mE",
"datetime": "2025-07-17 22:06:50 +00:00",
"place_id": "ChIJYaVdffBYwokRnTOoCzCq9mE",
"check_url": "https://www.google.co.uk/search?q=The+Plaza+768+5th+Ave%2C+New+York%2C+NY+10019%2C+United+States&sort=qualityScore&hl=en&gl=GB&gws_rd=cr&ie=UTF-8&oe=UTF-8&uule=w+CAIQIFISCXXeIa8LoNhHEZkq1d1aOpZS",
"se_domain": "google.co.uk",
"sub_title": "768 5th Ave, New York, NY 10019, United States",
"feature_id": "0x89c258f07d5da561:0x61f6aa300ba8339d",
"items_count": 30,
"language_code": "en",
"location_code": 1006886,
"reviews_count": 6766
}
}
]
},
"settings": {
"executionOrder": "v1"
},
"versionId": "16928bd1-b2f7-4167-992f-1f47271d1381",
"connections": {
"🧮 Split: Each Review": {
"main": [
[
{
"node": "📦 Aggregate: Merge All Review Texts",
"type": "main",
"index": 0
}
]
]
},
"Submit Business Name + Place ID": {
"main": [
[
{
"node": "🔎 Dumpling AI: Fetch Google Reviews",
"type": "main",
"index": 0
}
]
]
},
"🔌 GPT-4 Model (used in Agent)": {
"ai_languageModel": [
[
{
"node": "🤖 GPT-4: Extract Marketing Insights",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"🧠 LangChain Tools (for Agents)": {
"ai_tool": [
[
{
"node": "🤖 GPT-4: Extract Marketing Insights",
"type": "ai_tool",
"index": 0
}
]
]
},
"📊 Parse: Format Insights for Output": {
"ai_outputParser": [
[
{
"node": "🤖 GPT-4: Extract Marketing Insights",
"type": "ai_outputParser",
"index": 0
}
]
]
},
"📦 Aggregate: Merge All Review Texts": {
"main": [
[
{
"node": "🤖 GPT-4: Extract Marketing Insights",
"type": "main",
"index": 0
}
]
]
},
"🔎 Dumpling AI: Fetch Google Reviews": {
"main": [
[
{
"node": "🧮 Split: Each Review",
"type": "main",
"index": 0
}
]
]
},
"🤖 GPT-4: Extract Marketing Insights": {
"main": [
[
{
"node": "📄 Google Sheets: Save Insights",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - 市场调研, AI 摘要总结
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
使用 Dumpling AI + GPT-4o 将 Reddit 痛点转化为漫画广告
使用Dumpling AI和GPT-4o将Reddit痛点转换为漫画广告
If
Set
Reddit
+12
31 节点Yang
内容创作
使用Dumpling AI和GPT-4从TikTok视频提取营销洞察
使用Dumpling AI和GPT-4从TikTok视频提取营销洞察并生成内容
Code
Ai Transform
Form Trigger
+6
12 节点Yang
市场调研
使用GPT-4、Dumpling AI和Google Drive生成广告图片变体
使用GPT-4、Dumpling AI和Google Drive生成广告图片变体
Split Out
Form Trigger
Google Drive
+8
14 节点Yang
内容创作
选题捕手模板
使用Gemini分析Reddit、YouTube和X生成内容策略报告
If
Set
Code
+14
34 节点Sheryl
市场调研
Aarna verse - AI 影响者
使用 GPT-4、Google Sheets 和媒体 API 生成影响者帖子
Merge
Filter
Split Out
+11
25 节点Palak Rathor
内容创作
使用 Bright Data API 和 AI 抓取分析 Google 广告并发送邮件报告
使用 Bright Data API 和 AI 抓取分析 Google 广告并发送邮件报告
Set
Code
Gmail
+15
45 节点Zacharia Kimotho
市场调研