-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREVIEWS.json
3867 lines (3832 loc) · 164 KB
/
REVIEWS.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
5 REVIEWS PER RESTAURANT:
{
"reviews_count": 616,
"reviews_start": 0,
"reviews_shown": 5,
"user_reviews": [
{
"review": {
"rating": 3,
"review_text": null,
"id": 42072672,
"rating_color": "CDD614",
"review_time_friendly": "7 hours ago",
"rating_text": "Average",
"timestamp": 1552720554,
"likes": 1,
"user": {
"name": "Zaheer Khan",
"zomato_handle": "TheEatMaster",
"foodie_level": "Super Foodie",
"foodie_level_num": 8,
"foodie_color": "f58552",
"profile_url": "https://www.zomato.com/TheEatMaster?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/93a/58252714bdbe73d438c4dbee8436293a.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/6109961"
},
"comments_count": 0
}
},
{
"review": {
"rating": 2,
"review_text": "Nothing seems to work in this pizza hut. I had visited this place thrice in last three weeks and all the time, their cold drink machine is o...",
"id": 42063368,
"rating_color": "FF7800",
"review_time_friendly": "23 hours ago",
"rating_text": "Blah!",
"timestamp": 1552662656,
"likes": 0,
"user": {
"name": "Neeraj Shrivastava",
"foodie_level": "Foodie",
"foodie_level_num": 2,
"foodie_color": "ffd35d",
"profile_url": "https://www.zomato.com/users/neeraj-shrivastava-46603010?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/0b9/26b5a26235ab5c15df1f5bba95c340b9.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/46603010"
},
"comments_count": 0
}
},
{
"review": {
"rating": 1,
"review_text": "Worst pizza....staff is vry uneducated and dont know anything...never has anything frm drink menu....noproper staff....they should shut it d...",
"id": 42036298,
"rating_color": "CB202D",
"review_time_friendly": "3 days ago",
"rating_text": "Avoid!",
"timestamp": 1552499250,
"likes": 0,
"user": {
"name": "Sud Soni",
"foodie_level": "Foodie",
"foodie_level_num": 2,
"foodie_color": "ffd35d",
"profile_url": "https://www.zomato.com/users/sud-soni-29870836?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/0c0/466171280438287380e9496f3b1890c0.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/29870836"
},
"comments_count": 0
}
},
{
"review": {
"rating": 4,
"review_text": "We ordered for chicken meatballs pizza and paneer pizza. Both were nicely done. We got a good discount on owe of Zomato gold. Overall well s...",
"id": 42031212,
"rating_color": "5BA829",
"review_time_friendly": "3 days ago",
"rating_text": "Great!",
"timestamp": 1552482282,
"likes": 0,
"user": {
"name": "Hungry Amigas",
"zomato_handle": "Hungry_Amigas",
"foodie_level": "Super Foodie",
"foodie_level_num": 9,
"foodie_color": "f58552",
"profile_url": "https://www.zomato.com/Hungry_Amigas?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/fd5/fce25d268e482217b387539e5629efd5.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/1651890"
},
"comments_count": 0
}
},
{
"review": {
"rating": 1,
"review_text": "I wish i can give zero rating to Pizza hut.. before this visit pizza hut was my one of favourite place. As u can see in pics I ordered ques...",
"id": 41883303,
"rating_color": "CB202D",
"review_time_friendly": "12 days ago",
"rating_text": "Avoid!",
"timestamp": 1551699372,
"likes": 0,
"user": {
"name": "Foodanku_forever",
"foodie_level": "Super Foodie",
"foodie_level_num": 8,
"foodie_color": "f58552",
"profile_url": "https://www.zomato.com/users/foodankuforever-53765962?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/fc2/3c9b2d7e284e5434df7a49a670033fc2.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/53765962"
},
"comments_count": 0
}
}
],
"Respond to reviews via Zomato Dashboard": "https://www.zomato.com/business/claim?ref=rpg&resid=35299#claim"
}
{
"reviews_count": 90,
"reviews_start": 0,
"reviews_shown": 5,
"user_reviews": [
{
"review": {
"rating": 4,
"review_text": "Ordered famous five cheese pizza for lunch. They have this 35 mins delivery where in if it takes more than 35 mins you will receive credit p...",
"id": 41909288,
"rating_color": "5BA829",
"review_time_friendly": "10 days ago",
"rating_text": "Great!",
"timestamp": 1551855105,
"likes": 0,
"user": {
"name": "Deshana Shah",
"zomato_handle": "desigasm",
"foodie_level": "Super Foodie",
"foodie_level_num": 10,
"foodie_color": "f58552",
"profile_url": "https://www.zomato.com/desigasm?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/20b/ed0816d891d26a9714277c6870c4320b.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/32291224"
},
"comments_count": 0
}
},
{
"review": {
"rating": 5,
"review_text": "Hi guys had ordered the best pizza in our town from only and only Ovenstory Pizza ... Had ordered Chicken Delight Pizza tandori cheese and 1...",
"id": 41450063,
"rating_color": "305D02",
"review_time_friendly": "one month ago",
"rating_text": "Insane!",
"timestamp": 1549537819,
"likes": 6,
"user": {
"name": "Sufiyan Mojawala",
"foodie_level": "Super Foodie",
"foodie_level_num": 8,
"foodie_color": "f58552",
"profile_url": "https://www.zomato.com/users/sufiyan-mojawala-36257804?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/dc0/637daba20d07f2ac659d4f3eb39e0dc0.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/36257804"
},
"comments_count": 1
}
},
{
"review": {
"rating": 5,
"review_text": "Ordered veg Farmfresh supreme My experience was beyond expectations i wish i could rate more. Taste of the pizza was amazinggggggggg! Packin...",
"id": 41342280,
"rating_color": "305D02",
"review_time_friendly": "one month ago",
"rating_text": "Insane!",
"timestamp": 1548962388,
"likes": 0,
"user": {
"name": "Harshada Singh",
"zomato_handle": "harshadasinghh",
"foodie_level": "Super Foodie",
"foodie_level_num": 8,
"foodie_color": "f58552",
"profile_url": "https://www.zomato.com/harshadasinghh?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/ecb/591b59ad776a47a07cd317f75b12cecb.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/53124299"
},
"comments_count": 0
}
},
{
"review": {
"rating": 1,
"review_text": "I had heard a lot about this place, but it actually turned out to be one of the worst pieces of dough with cheese and some wierd mayo on top...",
"id": 41221913,
"rating_color": "CB202D",
"review_time_friendly": "one month ago",
"rating_text": "Avoid!",
"timestamp": 1548349600,
"likes": 0,
"user": {
"name": "Rohan Sonalkar",
"foodie_level": "Foodie",
"foodie_level_num": 2,
"foodie_color": "ffd35d",
"profile_url": "https://www.zomato.com/users/rohan-sonalkar-610231?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/335/7fde3fa617fc03e31631d1bf4e273335.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/610231"
},
"comments_count": 0
}
},
{
"review": {
"rating": 5,
"review_text": "Ordered Veg overload pizza for evening snack which was very tasty and mouthwatering. The pizza was very fresh and the dough of pizza base w...",
"id": 41198276,
"rating_color": "305D02",
"review_time_friendly": "one month ago",
"rating_text": "Insane!",
"timestamp": 1548222735,
"likes": 0,
"user": {
"name": "Fanta",
"zomato_handle": "fanta72",
"foodie_level": "Super Foodie",
"foodie_level_num": 9,
"foodie_color": "f58552",
"profile_url": "https://www.zomato.com/fanta72?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/3da/3e202cfc61d0d79793d781ee876823da.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/49738664"
},
"comments_count": 0
}
}
],
"Respond to reviews via Zomato Dashboard": "https://www.zomato.com/business/claim?ref=rpg&resid=18431537#claim"
}
{
"reviews_count": 812,
"reviews_start": 0,
"reviews_shown": 5,
"user_reviews": [
{
"review": {
"rating": 4,
"review_text": "A good place to visit if you love cheese😊The chef was generous enough when it came to cheese too good quality food,quick service,great ho...",
"id": 42024763,
"rating_color": "5BA829",
"review_time_friendly": "3 days ago",
"rating_text": "Great!",
"timestamp": 1552449665,
"likes": 1,
"user": {
"name": "Ratika Patkar",
"zomato_handle": "nautanki_selfiequeen",
"foodie_level": "Super Foodie",
"foodie_level_num": 8,
"foodie_color": "f58552",
"profile_url": "https://www.zomato.com/nautanki_selfiequeen?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/8fd/36ebabe893eb5a8bee772a6c9238e8fd.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/32429213"
},
"comments_count": 0
}
},
{
"review": {
"rating": 5,
"review_text": "Nice variety of food . All food variety of this are good . And about the spicy treat . We have ordered it and the taste of it is outstanding...",
"id": 41962640,
"rating_color": "305D02",
"review_time_friendly": "7 days ago",
"rating_text": "Insane!",
"timestamp": 1552132402,
"likes": 0,
"user": {
"name": "Vansh Sanjay",
"foodie_level": "Foodie",
"foodie_level_num": 2,
"foodie_color": "ffd35d",
"profile_url": "https://www.zomato.com/users/vansh-sanjay-49952444?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/bb1/3bdf6d1da539d8ee0a16f6706c95abb1.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/49952444"
},
"comments_count": 0
}
},
{
"review": {
"rating": 5,
"review_text": "Cheelizza India ka pizza Cheelizza the oldest outlet in mahavir Nagar as the gem area for all food lovers. They serve variety of italian fo...",
"id": 41962608,
"rating_color": "305D02",
"review_time_friendly": "7 days ago",
"rating_text": "Insane!",
"timestamp": 1552132318,
"likes": 1,
"user": {
"name": "Mayank Mehta",
"foodie_level": "Big Foodie",
"foodie_level_num": 5,
"foodie_color": "ffae4f",
"profile_url": "https://www.zomato.com/users/mayank-mehta-48324972?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/669/121056f4253b81181ebe1ec1b51c9669.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/48324972"
},
"comments_count": 0
}
},
{
"review": {
"rating": 5,
"review_text": "this place is totally a surprise for a pizza lover a pizza lover cannot stop here because they are giving various options the pizza which ar...",
"id": 41899252,
"rating_color": "305D02",
"review_time_friendly": "11 days ago",
"rating_text": "Insane!",
"timestamp": 1551788868,
"likes": 0,
"user": {
"name": "Pointed Reveiw",
"zomato_handle": "Khaanatayyarhaikya",
"foodie_level": "Super Foodie",
"foodie_level_num": 9,
"foodie_color": "f58552",
"profile_url": "https://www.zomato.com/Khaanatayyarhaikya?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/510/ad6f63ed791d8e1fff465620a5b58510.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/41038128"
},
"comments_count": 0
}
},
{
"review": {
"rating": 4,
"review_text": "When you are a vegetarian and you don't trust all these mixed up pizza places for the pizza, this is the place were you should go. Absolutel...",
"id": 41858671,
"rating_color": "5BA829",
"review_time_friendly": "13 days ago",
"rating_text": "Great!",
"timestamp": 1551598665,
"likes": 0,
"user": {
"name": "Anur Modi",
"zomato_handle": "modianur20",
"foodie_level": "Big Foodie",
"foodie_level_num": 5,
"foodie_color": "ffae4f",
"profile_url": "https://www.zomato.com/modianur20?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/bf6/b303e59b737d37f938ea1bb8c3aefbf6.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/1547170"
},
"comments_count": 0
}
}
],
"Respond to reviews via Zomato Dashboard": "https://www.zomato.com/business/claim?ref=rpg&resid=36045#claim"
}
{
"reviews_count": 471,
"reviews_start": 0,
"reviews_shown": 5,
"user_reviews": [
{
"review": {
"rating": 5,
"review_text": "It's amazing people... Pizza and pasta are awesome... Quality is better and the food is good.... Service is also good... This is my opinion ...",
"id": 42062369,
"rating_color": "305D02",
"review_time_friendly": "yesterday",
"rating_text": "Insane!",
"timestamp": 1552659545,
"likes": 2,
"user": {
"name": "Yashraj Chavan",
"foodie_level": "Foodie",
"foodie_level_num": 2,
"foodie_color": "ffd35d",
"profile_url": "https://www.zomato.com/users/yashraj-chavan-96934360?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/f33/c6c9dde569cf6075eec0c28eeaedaf33.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/96934360"
},
"comments_count": 1
}
},
{
"review": {
"rating": 5,
"review_text": "This place has really awesome ambience . It offers the great service to people. Staff is friendly. Food quality is good. A great place to ha...",
"id": 42060249,
"rating_color": "305D02",
"review_time_friendly": "yesterday",
"rating_text": "Insane!",
"timestamp": 1552650726,
"likes": 0,
"user": {
"name": "Pratiksha Kadam",
"foodie_level": "Big Foodie",
"foodie_level_num": 5,
"foodie_color": "ffae4f",
"profile_url": "https://www.zomato.com/users/pratiksha-kadam-45945949?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/81f/5ebda11240e4524391da4aaa6c83281f.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/45945949"
},
"comments_count": 0
}
},
{
"review": {
"rating": 4,
"review_text": "It's been a while I have visited to neopolitan pizza in thane. It was good place to chill and handout with friends. The unlimited buffet is ...",
"id": 42024829,
"rating_color": "5BA829",
"review_time_friendly": "3 days ago",
"rating_text": "Great!",
"timestamp": 1552450561,
"likes": 0,
"user": {
"name": "Ashish Thorat",
"foodie_level": "Big Foodie",
"foodie_level_num": 4,
"foodie_color": "ffae4f",
"profile_url": "https://www.zomato.com/users/ashish-thorat-44599594?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/54b/7ed033efe32e27d99462f82ffc6af54b.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/44599594"
},
"comments_count": 0
}
},
{
"review": {
"rating": 3,
"review_text": "Most economical buffet in Thane, ambiance isn't up to the mark considering size of place looks kinda dull, staff was polite but wer not well...",
"id": 42012648,
"rating_color": "CDD614",
"review_time_friendly": "4 days ago",
"rating_text": "Average",
"timestamp": 1552378333,
"likes": 1,
"user": {
"name": "The Momo Factory",
"foodie_level": "Foodie",
"foodie_level_num": 3,
"foodie_color": "ffd35d",
"profile_url": "https://www.zomato.com/users/the-momo-factory-76007698?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/7bc/ad8cae7abc199e0bfa7906a100eb47bc.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/76007698"
},
"comments_count": 0
}
},
{
"review": {
"rating": 4,
"review_text": "Very nice food and absolutely in budget..they have buffet of rs 250 which includes unlimited pizza garlic breads noodles salads with huge va...",
"id": 41978273,
"rating_color": "5BA829",
"review_time_friendly": "6 days ago",
"rating_text": "Great!",
"timestamp": 1552205306,
"likes": 1,
"user": {
"name": "Bhavi Gori",
"zomato_handle": "Cuteefoodies",
"foodie_level": "Super Foodie",
"foodie_level_num": 8,
"foodie_color": "f58552",
"profile_url": "https://www.zomato.com/Cuteefoodies?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/17e/8d5e6aaf83c4b415c769311feac3517e.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/49839496"
},
"comments_count": 0
}
}
],
"Respond to reviews via Zomato Dashboard": "https://www.zomato.com/business/claim?ref=rpg&resid=49389#claim"
}
{
"reviews_count": 205,
"reviews_start": 0,
"reviews_shown": 5,
"user_reviews": [
{
"review": {
"rating": 1,
"review_text": "They have not even sent oregano and chilly flakes unlike Domino's. Pizza became cold when it reached us. Pasta was not up to the mark. Expec...",
"id": 42035870,
"rating_color": "CB202D",
"review_time_friendly": "3 days ago",
"rating_text": "Avoid!",
"timestamp": 1552497863,
"likes": 0,
"user": {
"name": "Jaykrishnan Sengundar",
"foodie_level": "Foodie",
"foodie_level_num": 2,
"foodie_color": "ffd35d",
"profile_url": "https://www.zomato.com/users/jaykrishnan-sengundar-56140918?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/images/user_avatars/pizza_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/56140918"
},
"comments_count": 0
}
},
{
"review": {
"rating": 5,
"review_text": "This place very good enough to see this i think i like more than a dominos merchant and their pizzas 🍕 pizza lover are most over seen her...",
"id": 42000946,
"rating_color": "305D02",
"review_time_friendly": "5 days ago",
"rating_text": "Insane!",
"timestamp": 1552304596,
"likes": 1,
"user": {
"name": "Indian_levis_foodie",
"foodie_level": "Big Foodie",
"foodie_level_num": 4,
"foodie_color": "ffae4f",
"profile_url": "https://www.zomato.com/users/indianlevisfoodie-99901808?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/cdd/42db0d16cbbd3f4fcfa4b0323c752cdd.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/99901808"
},
"comments_count": 1
}
},
{
"review": {
"rating": 4,
"review_text": "Best taste than any other pizza I ever had spcly the garlic bread n pizza bread was really good n tasty had a great time there looking for m...",
"id": 41930569,
"rating_color": "5BA829",
"review_time_friendly": "9 days ago",
"rating_text": "Great!",
"timestamp": 1551964576,
"likes": 1,
"user": {
"name": "Drishya SD Rao",
"foodie_level": "Big Foodie",
"foodie_level_num": 4,
"foodie_color": "ffae4f",
"profile_url": "https://www.zomato.com/users/drishya-sd-rao-99202232?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/c98/bd008859a7cf24ff80d19ffb06bacc98.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/99202232"
},
"comments_count": 0
}
},
{
"review": {
"rating": 3,
"review_text": "A small but cute outlet in Hiranandani,Powai. Pizza Hut has always been one of the best choice for having pizzas with friends and families b...",
"id": 41879375,
"rating_color": "CDD614",
"review_time_friendly": "12 days ago",
"rating_text": "Average",
"timestamp": 1551685781,
"likes": 0,
"user": {
"name": "The Salt And Pepper",
"zomato_handle": "thesaltandpepper",
"foodie_level": "Big Foodie",
"foodie_level_num": 7,
"foodie_color": "ffae4f",
"profile_url": "https://www.zomato.com/thesaltandpepper?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/326/b0241e4a16eda55bfd44de3cb6a05326.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/65146896"
},
"comments_count": 0
}
},
{
"review": {
"rating": 3,
"review_text": "Well... Pizza hut is one of my favourite Outlets to try pizza. But here when we went to try the pizza. The service was a bit slow. The taste...",
"id": 41811170,
"rating_color": "CDD614",
"review_time_friendly": "16 days ago",
"rating_text": "Average",
"timestamp": 1551374591,
"likes": 0,
"user": {
"name": "PNG Food Vlogs",
"zomato_handle": "png_foodvlogs",
"foodie_level": "Connoisseur",
"foodie_level_num": 13,
"foodie_color": "e95151",
"profile_url": "https://www.zomato.com/png_foodvlogs?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/1da/902eb6c5b0c7c2a0918ba9a265c141da.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/49975936"
},
"comments_count": 0
}
}
],
"Respond to reviews via Zomato Dashboard": "https://www.zomato.com/business/claim?ref=rpg&resid=18601522#claim"
}
{
"reviews_count": 514,
"reviews_start": 0,
"reviews_shown": 5,
"user_reviews": [
{
"review": {
"rating": 1,
"review_text": "Not a good experience over here I had won a voucher online for two free medium pizzas either for take away or dine but the outlet was refusi...",
"id": 42010770,
"rating_color": "CB202D",
"review_time_friendly": "4 days ago",
"rating_text": "Avoid!",
"timestamp": 1552368016,
"likes": 0,
"user": {
"name": "Rehaan Ahmed",
"zomato_handle": "rezHogger",
"foodie_level": "Super Foodie",
"foodie_level_num": 11,
"foodie_color": "f58552",
"profile_url": "https://www.zomato.com/rezHogger?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/e61/04a94d4408bbacaa84c505d0d4526e61.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/6529121"
},
"comments_count": 0
}
},
{
"review": {
"rating": 4,
"review_text": "Went for the 1 st time after they changed their location in the inorbit mall..The new renovated one looks classy and gives a fresh feel.. lo...",
"id": 41983739,
"rating_color": "5BA829",
"review_time_friendly": "6 days ago",
"rating_text": "Great!",
"timestamp": 1552220814,
"likes": 0,
"user": {
"name": "Miles_n_forks",
"foodie_level": "Big Foodie",
"foodie_level_num": 5,
"foodie_color": "ffae4f",
"profile_url": "https://www.zomato.com/users/milesnforks-2173944?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/1cd/c68bdc73b7e6904cb1ec823c01bd81cd.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/2173944"
},
"comments_count": 0
}
},
{
"review": {
"rating": 5,
"review_text": "This place makes yumm and mouthwatering pizzas.. All the ingredients were very fresh, We had chicken sausage tikka and garlic bread..the ch...",
"id": 41971161,
"rating_color": "305D02",
"review_time_friendly": "7 days ago",
"rating_text": "Insane!",
"timestamp": 1552155096,
"likes": 0,
"user": {
"name": "Shreeya Kashyap",
"foodie_level": "Big Foodie",
"foodie_level_num": 5,
"foodie_color": "ffae4f",
"profile_url": "https://www.zomato.com/users/shreeya-kashyap-74869107?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/0da/f44b753bb82338539c9a3d34576280da.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/74869107"
},
"comments_count": 0
}
},
{
"review": {
"rating": 5,
"review_text": "A super amazing joint for pizza with a great service. The pizzas come fresh and hot and the garlic bread with perfect crisp. The cold coffee...",
"id": 41886588,
"rating_color": "305D02",
"review_time_friendly": "12 days ago",
"rating_text": "Insane!",
"timestamp": 1551711805,
"likes": 0,
"user": {
"name": "Hardik Jain",
"zomato_handle": "hardikjain013",
"foodie_level": "Big Foodie",
"foodie_level_num": 5,
"foodie_color": "ffae4f",
"profile_url": "https://www.zomato.com/hardikjain013?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/f70/14929c29869cf3b3e3fc9c1392078f70.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/9181421"
},
"comments_count": 0
}
},
{
"review": {
"rating": 4,
"review_text": "Keeping the review short, crispy and upto the point. This place has recently changed its location and ambience which is better than the prev...",
"id": 41885551,
"rating_color": "5BA829",
"review_time_friendly": "12 days ago",
"rating_text": "Great!",
"timestamp": 1551707999,
"likes": 0,
"user": {
"name": "Mehek Gupta",
"zomato_handle": "eatandmime",
"foodie_level": "Connoisseur",
"foodie_level_num": 12,
"foodie_color": "e95151",
"profile_url": "https://www.zomato.com/eatandmime?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/images/user_avatars/pizza_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/494086"
},
"comments_count": 0
}
}
],
"Respond to reviews via Zomato Dashboard": "https://www.zomato.com/business/claim?ref=rpg&resid=35301#claim"
}
{
"reviews_count": 661,
"reviews_start": 0,
"reviews_shown": 5,
"user_reviews": [
{
"review": {
"rating": 5,
"review_text": "Juno's Pizza 🍕 is one of the best pizza serving shop in the Mumbai. Price is slightly high but it's taste worth the price. Ambience is co...",
"id": 42029710,
"rating_color": "305D02",
"review_time_friendly": "3 days ago",
"rating_text": "Insane!",
"timestamp": 1552475538,
"likes": 0,
"user": {
"name": "Ashish Thorat",
"foodie_level": "Big Foodie",
"foodie_level_num": 4,
"foodie_color": "ffae4f",
"profile_url": "https://www.zomato.com/users/ashish-thorat-44599594?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/54b/7ed033efe32e27d99462f82ffc6af54b.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/44599594"
},
"comments_count": 0
}
},
{
"review": {
"rating": 3,
"review_text": "The sause they use as a base is nothing but a tomato 🍅 purée which makes it taste pathetic but the u fortunate reason is in ghatkopar th...",
"id": 42009764,
"rating_color": "CDD614",
"review_time_friendly": "5 days ago",
"rating_text": "Average",
"timestamp": 1552355816,
"likes": 0,
"user": {
"name": "Rajveer Dungarwal",
"foodie_level": "Big Foodie",
"foodie_level_num": 4,
"foodie_color": "ffae4f",
"profile_url": "https://www.zomato.com/users/rajveer-dungarwal-46526779?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/124/05408d5f684da5d1a6053e3e9f173124.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/46526779"
},
"comments_count": 0
}
},
{
"review": {
"rating": 5,
"review_text": "Freshly baked Pizzas are just made for your taste buds...I had called for Tandoori Paneer Pizza ❤️ and it turned out to be the best one ...",
"id": 42007876,
"rating_color": "305D02",
"review_time_friendly": "5 days ago",
"rating_text": "Insane!",
"timestamp": 1552328844,
"likes": 0,
"user": {
"name": "Dev Chheda",
"foodie_level": "Foodie",
"foodie_level_num": 2,
"foodie_color": "ffd35d",
"profile_url": "https://www.zomato.com/users/dev-chheda-1420850?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/551/f9d9e72a87cf2295371b3528f89c4551.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/1420850"
},
"comments_count": 0
}
},
{
"review": {
"rating": 5,
"review_text": "The ambience of the outlet is nice with good music with positive vibes. A very pleasant staff to make it a delightful experience. Service i...",
"id": 41932503,
"rating_color": "305D02",
"review_time_friendly": "9 days ago",
"rating_text": "Insane!",
"timestamp": 1551971418,
"likes": 0,
"user": {
"name": "Fareen Shaikh",
"foodie_level": "Big Foodie",
"foodie_level_num": 6,
"foodie_color": "ffae4f",
"profile_url": "https://www.zomato.com/users/fareen-shaikh-52167587?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/146/c76fb882e90fcd9948d905859190d146.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/52167587"
},
"comments_count": 0
}
},
{
"review": {
"rating": 4,
"review_text": "I ordered a cheese margarita pizza along with 5 cheese garlic bread. Food was awesome, specially the pizza. Staff was friendly and the ambia...",
"id": 41858412,
"rating_color": "5BA829",
"review_time_friendly": "13 days ago",
"rating_text": "Great!",
"timestamp": 1551597822,
"likes": 0,
"user": {
"name": "Foodiepoodiepie",
"foodie_level": "Big Foodie",
"foodie_level_num": 5,
"foodie_color": "ffae4f",
"profile_url": "https://www.zomato.com/users/foodiepoodiepie-33834570?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/8cd/c6283c5ea90dfc4f4605db5636f718cd.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/33834570"
},
"comments_count": 0
}
}
],
"Respond to reviews via Zomato Dashboard": "https://www.zomato.com/business/claim?ref=rpg&resid=18555551#claim"
}
{
"reviews_count": 113,
"reviews_start": 0,
"reviews_shown": 5,
"user_reviews": [
{
"review": {
"rating": 5,
"review_text": "This is the best place to hangout. There are soooo many ice cream flavours, its very difficult to decide. I liked the Guava flavour a lot. A...",
"id": 42052285,
"rating_color": "305D02",
"review_time_friendly": "yesterday",
"rating_text": "Insane!",
"timestamp": 1552590409,
"likes": 0,
"user": {
"name": "Dhanashri",
"foodie_level": "Foodie",
"foodie_level_num": 3,
"foodie_color": "ffd35d",
"profile_url": "https://www.zomato.com/users/dhanashri-46246001?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/307/086f486f5e7646b1948562c891246307.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/46246001"
},
"comments_count": 0
}
},
{
"review": {
"rating": 2,
"review_text": "Although one of my fav. Ice cream joint last year. But I think this summer they gonna be out because on very first order they missed two top...",
"id": 42050900,
"rating_color": "FF7800",
"review_time_friendly": "yesterday",
"rating_text": "Blah!",
"timestamp": 1552584740,
"likes": 0,
"user": {
"name": "Siddharth",
"zomato_handle": "Fooditrician",
"foodie_level": "Foodie",
"foodie_level_num": 3,
"foodie_color": "ffd35d",
"profile_url": "https://www.zomato.com/Fooditrician?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/d77/b035e907eb08507f568a4c93a9d8fd77.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/42541487"
},
"comments_count": 0
}
},
{
"review": {
"rating": 4,
"review_text": "I tried their their waffle with Ice cream , an original base with milk chocolate, butter scotch balls for topping and a scoop of naughty nib...",
"id": 42003110,
"rating_color": "5BA829",
"review_time_friendly": "5 days ago",
"rating_text": "Great!",
"timestamp": 1552313302,
"likes": 0,
"user": {
"name": "Akansha Gusain",
"foodie_level": "Big Foodie",
"foodie_level_num": 4,
"foodie_color": "ffae4f",
"profile_url": "https://www.zomato.com/users/akansha-gusain-45519078?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/930/7c6cbbe926dc2aef9e492bab21880930.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/45519078"
},
"comments_count": 0
}
},
{
"review": {
"rating": 3,
"review_text": "Have ordered home delivery. Had ordered 3 flavours. Belgium Chocolate , Pan Flavour and Nuty naughty flavour. Flavour were little bit artifi...",
"id": 41863285,
"rating_color": "CDD614",
"review_time_friendly": "13 days ago",
"rating_text": "Average",
"timestamp": 1551611353,
"likes": 0,
"user": {
"name": "AMRUTA RS",
"zomato_handle": "DFoodieGirl",
"foodie_level": "Big Foodie",
"foodie_level_num": 6,
"foodie_color": "ffae4f",
"profile_url": "https://www.zomato.com/DFoodieGirl?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/f70/ec7510bc6631ac2aa27cc46faf6d4f70.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/1317687"
},
"comments_count": 0
}
},
{
"review": {
"rating": 4,
"review_text": "Best place for the sweet tooth people 😋😋 Located behind the ITM hostel,much happening area of kharghar. We had Buzz my Bar which is c...",
"id": 41718280,
"rating_color": "5BA829",
"review_time_friendly": "21 days ago",
"rating_text": "Great!",
"timestamp": 1550921715,
"likes": 0,
"user": {
"name": "Geetanjali Dwivedi",
"foodie_level": "Big Foodie",
"foodie_level_num": 4,
"foodie_color": "ffae4f",
"profile_url": "https://www.zomato.com/users/geetanjali-dwivedi-46256805?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/82e/ea37aa50f35bd71408295c506ea2982e.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/46256805"
},
"comments_count": 0
}
}
],
"Respond to reviews via Zomato Dashboard": "https://www.zomato.com/business/claim?ref=rpg&resid=18652059#claim"
}
{
"reviews_count": 59,
"reviews_start": 0,
"reviews_shown": 5,
"user_reviews": [
{
"review": {
"rating": 5,
"review_text": "This was my first experience with this place and it went very well. The quality of food they serve is very good and far better than a lot of...",
"id": 42069605,
"rating_color": "305D02",
"review_time_friendly": "16 hours ago",
"rating_text": "Insane!",
"timestamp": 1552688101,
"likes": 0,
"user": {
"name": "Md Shahrukh",
"foodie_level": "Foodie",
"foodie_level_num": 2,
"foodie_color": "ffd35d",
"profile_url": "https://www.zomato.com/users/md-shahrukh-77342696?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1",
"profile_image": "https://b.zmtcdn.com/data/user_profile_pictures/f4f/94191309fcb3358414ed589c182f5f4f.jpg?fit=around%7C100%3A100&crop=100%3A100%3B%2A%2C%2A",
"profile_deeplink": "zomato://u/77342696"
},
"comments_count": 0
}
},
{