-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample_99acers.json
8309 lines (8309 loc) · 382 KB
/
sample_99acers.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
{
"builderSrp": {
"moduleName": "builderSrp",
"resCom": "",
"pageData": {
"basicDetails": {
"resultCount": 64,
"showZrp": false,
"searchParams": {
"cityId": "96",
"city": "Vadodara",
"sortby": "popularity",
"page": 1
},
"builderImageCrawlableLimit": 4,
"projectCarousalChunkSize": 5
},
"pageHeader": {
"visibility": true
},
"topLayer": {
"title": "Top Builders in Vadodara",
"breadcrumb": [
{
"label": "Top Builders in Vadodara"
}
],
"filters": [
{
"label": "Popular in Residential",
"value": "R",
"selected": false
},
{
"label": "Popular in Commercial",
"value": "C",
"selected": false
}
],
"sortSpecifiers": [
{
"label": "Popularity",
"value": "popularity",
"selected": true,
"isSelected": false
},
{
"label": "Alphabetical (A-Z)",
"value": "alpha_a",
"selected": false,
"isSelected": false
}
]
},
"components": [
{
"componentId": "CARDS",
"data": {
"cards": [
{
"type": "BUILDER",
"data": {
"builderId": 3640,
"coverImage": {
"url": "https://newprojects.99acres.com/projects/darshanam_group/6fzj5l3r.jpg",
"initials": "DG"
},
"name": "Darshanam Group",
"description": {
"text": "Founded by Mr. Sunil Agrawal, Vadodara-based Darshanam Group aims to provide innovative and quality homes for every lifestyle in the most desirable communities. With around two decades of experience, the group emphasizes on offering the best customer service before, during and after the sale. Successful delivery of the projects by the builder incorporates a cooperative mindset and working with clients, architects, and subcontractors towards the common goal. With self-performance capability, technical skill and pre-construction know-how, it has delivered several award-winning projects.",
"truncationValue": 200
},
"projectCount": {
"total": {
"label": "Total Projects",
"value": 50
},
"tuples": [
{
"label": "Ready To Move",
"value": 34
},
{
"label": "Under Construction",
"value": 9
},
{
"label": "New Launch",
"value": 7
}
]
},
"subCards": [
{
"label": "Residential Projects (41)",
"resCom": "R",
"selected": true,
"footer": {
"label": "View All Residential Projects",
"landingPage": {
"urlType": "RES_NPSRP",
"params": {
"builderid": "3640"
}
}
},
"tuples": [
{
"type": "PROJECT",
"data": {
"name": "Darshanam Bliss",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/unknown/darshanam_bliss/images/5wad8kvy_med.jpg",
"altTag": "Darshanam Bliss Elevation"
},
"possessionLabel": "Possession in 2026",
"rera": {
"label": "RERA"
},
"address": "Tarsali , Vadodara",
"configLabel": "2,3 BHK Apartment",
"price": {
"label": "₹32.61 to 47.61 Lac"
},
"landingPageUrl": "https://www.99acres.com/darshanam-bliss-tarsali-vadodara-npxid-r378606"
}
},
{
"type": "PROJECT",
"data": {
"name": "Darshanam Club Life",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/darshanam_group/darshanam_club_life/images/ls6iru3u_med.jpg",
"altTag": "Darshanam Club Life Aerial View"
},
"possessionLabel": "Ready To Move",
"rera": {
"label": "RERA"
},
"address": "Gotri, Vadodara",
"configLabel": "3,4 BHK Apartment, 4 BHK Villa",
"price": {
"label": "₹1.21 Crore"
},
"landingPageUrl": "https://www.99acres.com/darshanam-club-life-gotri-vadodara-npxid-r275627"
}
},
{
"type": "PROJECT",
"data": {
"name": "Darshanam Splendora 2",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/darshanam_group/darshanam_splendora_2/images/2ndqiqh6_med.jpg",
"altTag": "Darshanam Splendora 2 Aerial View"
},
"possessionLabel": "Possession in 2023",
"rera": {
"label": "RERA"
},
"address": "Bhayli, Vadodara",
"configLabel": "3,4 BHK Apartment",
"price": {
"label": "₹1.55 Crore"
},
"landingPageUrl": "https://www.99acres.com/darshanam-splendora-2-bhayli-vadodara-npxid-r326087"
}
},
{
"type": "PROJECT",
"data": {
"name": "Darshanam Spinel Stone",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/darshanam_infracom/darshanam_spinel_stone/images/cbfaqxvl_med.jpg",
"altTag": "Darshanam Spinel Stone Aerial View"
},
"possessionLabel": "Possession in 2027",
"rera": {
"label": "RERA"
},
"address": "Gotri, Vadodara",
"configLabel": "3,4,6 BHK Apartment",
"price": {
"label": "Price on Request"
},
"landingPageUrl": "https://www.99acres.com/darshanam-spinel-stone-gotri-vadodara-npxid-r394074"
}
},
{
"type": "PROJECT",
"data": {
"name": "Darshanam King Square",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/darshanam_smart_spaces/darshanam_king_square/images/a2wh5y96_med.jpg",
"altTag": "Darshanam King Square Aerial View"
},
"possessionLabel": "Possession in 2027",
"rera": {
"label": "RERA"
},
"address": "Gotri, Vadodara",
"configLabel": "3,4 BHK Apartment",
"price": {
"label": "Price on Request"
},
"landingPageUrl": "https://www.99acres.com/darshanam-king-square-gotri-vadodara-npxid-r396311"
}
},
{
"type": "PROJECT",
"data": {
"name": "Darshanam Seltosa",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/darshanam_group/darshanam_seltosa/images/u6v9osut_med.jpg",
"altTag": "Darshanam Seltosa Aerial View"
},
"possessionLabel": "Possession in 2025",
"rera": {
"label": "RERA"
},
"address": "Gotri, Vadodara",
"configLabel": "3 BHK Apartment",
"price": {
"label": "Price on Request"
},
"landingPageUrl": "https://www.99acres.com/darshanam-seltosa-gotri-vadodara-npxid-r372595"
}
},
{
"type": "PROJECT",
"data": {
"name": "Darshanam Celestial",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/shivam_infratech/shivam_darshanam_celestial/images/k80k8okk_med.png",
"altTag": "Darshanam Celestial Entrance"
},
"possessionLabel": "Ready To Move",
"rera": {
"label": "RERA"
},
"address": "Bhayli, Vadodara",
"configLabel": "4 BHK Villa",
"price": {
"label": "Price on Request"
},
"landingPageUrl": "https://www.99acres.com/darshanam-celestial-bhayli-vadodara-npxid-r304491"
}
},
{
"type": "PROJECT",
"data": {
"name": "Darshanam Splendora",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/darshanam_group/darshanam_splendora/images/gallery_img_10_med.jpg",
"altTag": "Darshanam Splendora Aerial View"
},
"possessionLabel": "Ready To Move",
"rera": {
"label": "RERA"
},
"address": "Vasna Bhayli Road, Vadodara",
"configLabel": "4 BHK Apartment, 6 BHK Villa",
"price": {
"label": "₹1.62 to 1.99 Crore"
},
"landingPageUrl": "https://www.99acres.com/darshanam-splendora-vasna-bhayli-road-vadodara-npxid-r268777"
}
},
{
"type": "PROJECT",
"data": {
"name": "Darshanam Twin Tower",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/unknown/darshanam_twin_tower/images/abs4m6td_med.jpg",
"altTag": "Darshanam Twin Tower Elevation"
},
"possessionLabel": "Possession in 2026",
"rera": {
"label": "RERA"
},
"address": "Pratham Upvan, Vadodara",
"configLabel": "2,3 BHK Apartment",
"price": {
"label": "Price on Request"
},
"landingPageUrl": "https://www.99acres.com/darshanam-twin-tower-pratham-upvan-vadodara-npxid-r379534"
}
},
{
"type": "PROJECT",
"data": {
"name": "Shree Darshanam Skydeck",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/shree_darshanam_developers/shree_darshanam_skydeck/images/px6o2upa_med.jpg",
"altTag": "Shree Darshanam Skydeck Entrance"
},
"possessionLabel": "Possession in 2025",
"rera": {
"label": "RERA"
},
"address": "Gotri, Vadodara",
"configLabel": "3 BHK Apartment",
"price": {
"label": "Price on Request"
},
"landingPageUrl": "https://www.99acres.com/shree-darshanam-skydeck-gotri-vadodara-npxid-r370862"
}
},
{
"type": "PROJECT",
"data": {
"name": "Darshanam Exotica 2",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/darshanam_group/darshanam_exotica_2/images/6g0fu6w1_med.jpg",
"altTag": "Darshanam Exotica 2 Aerial View"
},
"possessionLabel": "Possession in 2023",
"rera": {
"label": "RERA"
},
"address": "Gotri, Vadodara",
"configLabel": "4 BHK Villa",
"price": {
"label": "Price on Request"
},
"landingPageUrl": "https://www.99acres.com/darshanam-exotica-2-gotri-vadodara-npxid-r344829"
}
},
{
"type": "PROJECT",
"data": {
"name": "Darshanam Antica",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/darshanam_group/darshanam_antica/images/cvqm3b1j_med.jpg",
"altTag": "Darshanam Antica Elevation"
},
"possessionLabel": "Ready To Move",
"rera": {
"label": "RERA"
},
"address": "Danteshwar, Vadodara",
"configLabel": "2,3 BHK Apartment, 3,4 BHK Villa",
"price": {
"label": "₹28.5 to 60 Lac"
},
"landingPageUrl": "https://www.99acres.com/darshanam-antica-danteshwar-vadodara-npxid-r8300",
"rating": "4.10"
}
},
{
"type": "PROJECT",
"data": {
"name": "Darshanam Highview",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/darshanam_group/darshanam_highview/images/xr7zqcm6_med.jpg",
"altTag": "Darshanam Highview Aerial View"
},
"possessionLabel": "Ready To Move",
"rera": {
"label": "RERA"
},
"address": "New Karelibaug, Vadodara",
"configLabel": "2,3,4 BHK Apartment",
"price": {
"label": "₹43 to 52 Lac"
},
"landingPageUrl": "https://www.99acres.com/darshanam-highview-new-karelibaug-vadodara-npxid-r276849"
}
},
{
"type": "PROJECT",
"data": {
"name": "Darshanam Paradise",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/darshanam_group/darshanam_paradise/images/paradise.jpg",
"altTag": "Darshanam Paradise Image"
},
"possessionLabel": "Ready To Move",
"address": "Gotri, Vadodara",
"configLabel": "2,3 BHK Apartment",
"price": {
"label": "Price on Request"
},
"landingPageUrl": "https://www.99acres.com/darshanam-paradise-gotri-vadodara-npxid-r57676"
}
},
{
"type": "PROJECT",
"data": {
"name": "Darshanam Pushpam Heights",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/darshanam_group/darshanam_pushpam_heights/images/ypibcccg_med.jpg",
"altTag": "Darshanam Pushpam Heights Entrance"
},
"possessionLabel": "Under Construction",
"rera": {
"label": "RERA"
},
"address": "Tarsali , Vadodara",
"configLabel": "1,2 BHK Apartment",
"price": {
"label": "Price on Request"
},
"landingPageUrl": "https://www.99acres.com/darshanam-pushpam-heights-tarsali-vadodara-npxid-r309139"
}
}
]
},
{
"label": "Commercial Projects (7)",
"resCom": "C",
"selected": false,
"footer": {
"label": "View All Commercial Projects",
"landingPage": {
"urlType": "COM_NPSRP",
"params": {
"builderid": "3640"
}
}
},
"tuples": [
{
"type": "PROJECT",
"data": {
"name": "Darshanam Galleria",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/darshanam_builders/darshanam_galleria/images/r1t1zegy_med.jpg",
"altTag": "Darshanam Galleria Elevation"
},
"possessionLabel": "Possession in 2026",
"rera": {
"label": "RERA"
},
"address": "Atladra, Vadodara",
"configLabel": "Shop, Bare shell Office Space",
"price": {
"label": "Price on Request"
},
"landingPageUrl": "https://www.99acres.com/darshanam-galleria-atladra-vadodara-npxid-c378377"
}
},
{
"type": "PROJECT",
"data": {
"name": "Darshanam Capital",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/darshanam_group/darshanam_capital/images/026hmxws_med.jpg",
"altTag": "Darshanam Capital Aerial View"
},
"possessionLabel": "Under Construction",
"rera": {
"label": "RERA"
},
"address": "Bhayli, Vadodara",
"configLabel": "Shop, Bare shell Office Space",
"price": {
"label": "₹25 Lac"
},
"landingPageUrl": "https://www.99acres.com/darshanam-capital-bhayli-vadodara-npxid-c12659"
}
},
{
"type": "PROJECT",
"data": {
"name": "Darshanam Trade Center",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/darshanam_group/darshanam_trade_center/images/w6ia5z5b_med.jpg",
"altTag": "Darshanam Trade Center Elevation"
},
"possessionLabel": "Ready To Move",
"rera": {
"label": "RERA"
},
"address": "Sayajigunj, Vadodara",
"configLabel": "Shop, Bare shell Office Space",
"price": {
"label": "₹12 Lac to 38 Lac"
},
"landingPageUrl": "https://www.99acres.com/darshanam-trade-center-sayajigunj-vadodara-npxid-c8923"
}
},
{
"type": "PROJECT",
"data": {
"name": "Darshanam Oxypark",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/darshanam_group/darshanam_oxypark/images/fh96eim3_med.jpg",
"altTag": "Darshanam Oxypark Elevation"
},
"possessionLabel": "Ready To Move",
"address": "Vasant Vihar, Vadodara",
"configLabel": "Ready to move Office Space",
"price": {
"label": "₹20 Lac"
},
"landingPageUrl": "https://www.99acres.com/darshanam-oxypark-vasant-vihar-vadodara-npxid-c1896"
}
},
{
"type": "PROJECT",
"data": {
"name": "Darshanam Arise",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/darshanam_group/darshanam_arise_/images/sflce2cb_med.jpg",
"altTag": "Darshanam Arise Elevation"
},
"possessionLabel": "Ready To Move",
"rera": {
"label": "RERA"
},
"address": "Gotri Road, Vadodara",
"configLabel": "Shop",
"price": {
"label": "₹35 Lac to 50 Lac"
},
"landingPageUrl": "https://www.99acres.com/darshanam-arise-gotri-road-vadodara-npxid-c1894"
}
},
{
"type": "PROJECT",
"data": {
"name": "Darshanam Trade Center 2",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/darshanam_group/darshanam_trade_center_2/images/lpez0chn_med.jpg",
"altTag": "Darshanam Trade Center 2 Elevation"
},
"possessionLabel": "Ready To Move",
"rera": {
"label": "RERA"
},
"address": "Sayajigunj, Vadodara",
"configLabel": "Shop",
"price": {
"label": "Price Not Available"
},
"landingPageUrl": "https://www.99acres.com/darshanam-trade-center-2-sayajigunj-vadodara-npxid-c12941"
}
},
{
"type": "PROJECT",
"data": {
"name": "Darshanam Plaza",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/darshanam_group/darshanam_plaza/images/ysvp1b5l_med.jpg",
"altTag": "Darshanam Plaza Artistic Commercial Shops"
},
"possessionLabel": "Ready To Move",
"address": "Tarsali , Vadodara",
"landingPageUrl": "https://www.99acres.com/darshanam-plaza-tarsali-vadodara-npxid-c9135"
}
}
]
}
]
}
},
{
"type": "BUILDER",
"data": {
"builderId": 7832,
"coverImage": {
"url": "https://newprojects.99acres.com/projects/nyalkaran_group/logo1.jpg",
"initials": "NG"
},
"name": "Nyalkaran Group",
"description": {
"text": "Nyalkaran Group Builders is a trusted name in the real estate industry. Since its inception in 2010, the group has carved a niche for itself in the realty business. It keeps up to date with the latest technology to attain a competitive advantage and strives to achieve international benchmarks of excellence with an emphasis on quality, ethics, and customer satisfaction. The group is known for delivering well-designed residential projects and business spaces with the highest standards of quality and is led by the aim of becoming a strong corporate identity in the country.",
"truncationValue": 200
},
"projectCount": {
"total": {
"label": "Total Projects",
"value": 30
},
"tuples": [
{
"label": "Ready To Move",
"value": 13
},
{
"label": "Under Construction",
"value": 12
},
{
"label": "New Launch",
"value": 5
}
]
},
"subCards": [
{
"label": "Residential Projects (21)",
"resCom": "R",
"selected": true,
"footer": {
"label": "View All Residential Projects",
"landingPage": {
"urlType": "RES_NPSRP",
"params": {
"builderid": "7832"
}
}
},
"tuples": [
{
"type": "PROJECT",
"data": {
"name": "NyalKaran Shree Siddheshwar Havelock",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/n_k_infraspace/n_k_shree_siddheshwar_havelock/images/t9vkm5o4_med.png",
"altTag": "NyalKaran Shree Siddheshwar Havelock Aerial View"
},
"possessionLabel": "Possession in 2027",
"rera": {
"label": "RERA"
},
"address": "Vemali, Vadodara",
"configLabel": "3,4,5 BHK Apartment",
"price": {
"label": "Price on Request"
},
"landingPageUrl": "https://www.99acres.com/nyalkaran-shree-siddheshwar-havelock-vemali-vadodara-npxid-r394508"
}
},
{
"type": "PROJECT",
"data": {
"name": "Nyalkaran Shree Siddheshwar Habitat",
"possessionLabel": "Possession in 2025",
"rera": {
"label": "RERA"
},
"address": "Tarsali , Vadodara",
"price": {
"label": "Price Not Available"
},
"landingPageUrl": "https://www.99acres.com/nyalkaran-shree-siddheshwar-habitat-tarsali-vadodara-npxid-r373544"
}
},
{
"type": "PROJECT",
"data": {
"name": "Shree Siddheshwar Havan",
"possessionLabel": "Possession in 2024",
"rera": {
"label": "RERA"
},
"address": "Tarsali , Vadodara",
"price": {
"label": "Price Not Available"
},
"landingPageUrl": "https://www.99acres.com/shree-siddheshwar-havan-tarsali-vadodara-npxid-r368708"
}
},
{
"type": "PROJECT",
"data": {
"name": "Nyalkaran Shree Siddheshwar Highlife",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/nyalkaran_group/shree_siddheshwar_highlife/images/k5ghd18z_med.jpg",
"altTag": "Nyalkaran Shree Siddheshwar Highlife Aerial View"
},
"possessionLabel": "Under Construction",
"rera": {
"label": "RERA"
},
"address": "Harni, Vadodara",
"configLabel": "3 BHK Apartment",
"price": {
"label": "Price on Request"
},
"landingPageUrl": "https://www.99acres.com/nyalkaran-shree-siddheshwar-highlife-harni-vadodara-npxid-r308771"
}
},
{
"type": "PROJECT",
"data": {
"name": "Nyalkaran Shree Siddheshwar Hill",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/nyalkaran_group/nyalkaran_shree_siddheshwar_hill/images/y85r608o_med.jpg",
"altTag": "Nyalkaran Shree Siddheshwar Hill Entrance"
},
"possessionLabel": "Ready To Move",
"rera": {
"label": "RERA"
},
"address": "Tarsali , Vadodara",
"configLabel": "1,2 BHK Apartment",
"price": {
"label": "₹14.5 to 28 Lac"
},
"landingPageUrl": "https://www.99acres.com/nyalkaran-shree-siddheshwar-hill-tarsali-vadodara-npxid-r276511"
}
},
{
"type": "PROJECT",
"data": {
"name": "Nyalkaran Shree Siddheshwar Heaven",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/nyalkaran_group/nyalkaran_shree_siddheshwar_heaven/images/screenshot7_med.jpg",
"altTag": "Nyalkaran Shree Siddheshwar Heaven Shree Siddheshwar Heaven"
},
"possessionLabel": "Ready To Move",
"address": "Kalali, Vadodara",
"configLabel": "2,3 BHK Apartment",
"price": {
"label": "₹26 Lac"
},
"landingPageUrl": "https://www.99acres.com/nyalkaran-shree-siddheshwar-heaven-kalali-vadodara-npxid-r156315"
}
},
{
"type": "PROJECT",
"data": {
"name": "Siddheshwar Homes",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/nyalkaran_group/siddheshwar_homes/images/main_image_med.jpg",
"altTag": "Siddheshwar Homes Image"
},
"possessionLabel": "Ready To Move",
"address": "New Karelibaug, Vadodara",
"configLabel": "2 BHK Apartment",
"price": {
"label": "Price on Request"
},
"landingPageUrl": "https://www.99acres.com/siddheshwar-homes-new-karelibaug-vadodara-npxid-r14562"
}
},
{
"type": "PROJECT",
"data": {
"name": "Nyalkaran Shree Siddheshwar Highness",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/nyalkaran_group/nyalkaran_shree_siddheshwar_highness/images/gnbzr511_med.jpg",
"altTag": "Nyalkaran Shree Siddheshwar Highness Aerial View"
},
"possessionLabel": "Possession in 2027",
"rera": {
"label": "RERA"
},
"address": "Bapod, Vadodara",
"configLabel": "3,4 BHK Apartment",
"price": {
"label": "Price Not Available"
},
"landingPageUrl": "https://www.99acres.com/nyalkaran-shree-siddheshwar-highness-bapod-vadodara-npxid-r393291"
}
},
{
"type": "PROJECT",
"data": {
"name": "Nyalkaran Shree Siddheshwar Highview",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/nyalkaran_group/nyalkaran_shree_siddheshwar_highview/images/g8xeu89d_med.jpg",
"altTag": "Nyalkaran Shree Siddheshwar Highview Aerial View"
},
"possessionLabel": "Possession in 2026",
"rera": {
"label": "RERA"
},
"address": "Tarsali , Vadodara",
"configLabel": "2,3 BHK Apartment",
"price": {
"label": "Price Not Available"
},
"landingPageUrl": "https://www.99acres.com/nyalkaran-shree-siddheshwar-highview-tarsali-vadodara-npxid-r383985"
}
},
{
"type": "PROJECT",
"data": {
"name": "Nyalkaran Shree Siddheshwar Highland",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/nyalkaran_developers/shree_siddheshwar_highland/images/1ahudr44_med.jpg",
"altTag": "Nyalkaran Shree Siddheshwar Highland Aerial View"
},
"possessionLabel": "Possession in 2026",
"rera": {
"label": "RERA"
},
"address": "Kendranagar, Vadodara",
"configLabel": "1,2,3,4 BHK Apartment",
"price": {
"label": "Price Not Available"
},
"landingPageUrl": "https://www.99acres.com/nyalkaran-shree-siddheshwar-highland-kendranagar-vadodara-npxid-r378677"
}
},
{
"type": "PROJECT",
"data": {
"name": "NK Shree Siddheshwar Highstreet",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/nk_buildcon/nk_shree_siddheshwar_highstreet/images/2mqffxaj_med.jpg",
"altTag": "NK Shree Siddheshwar Highstreet Aerial View"
},
"possessionLabel": "Possession in 2026",
"rera": {
"label": "RERA"
},
"address": "Vadsar, Vadodara",
"configLabel": "2,3 BHK Apartment",
"price": {
"label": "Price Not Available"
},
"landingPageUrl": "https://www.99acres.com/nk-shree-siddheshwar-highstreet-vadsar-vadodara-npxid-r377829"
}
},
{
"type": "PROJECT",
"data": {
"name": "Nyalkaran Shree Siddheshwar Hillstone",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/nyalkaran_group/nyalkaran_shree_siddheshwar_hillstone/images/tdvo5gwm_med.png",
"altTag": "Nyalkaran Shree Siddheshwar Hillstone Aerial View"
},
"possessionLabel": "Possession in 2025",
"rera": {
"label": "RERA"
},
"address": "Bapod, Vadodara",
"landingPageUrl": "https://www.99acres.com/nyalkaran-shree-siddheshwar-hillstone-bapod-vadodara-npxid-r375384"
}
},
{
"type": "PROJECT",
"data": {
"name": "Nyalkaran Shree Siddheshwar Heliconia",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/unknown/shree_siddheshwar_heliconia/images/h650otxm_med.jpg",
"altTag": "Nyalkaran Shree Siddheshwar Heliconia Aerial View"
},
"possessionLabel": "Possession in 2025",
"rera": {
"label": "RERA"
},
"address": "Waghodia, Vadodara",
"configLabel": "3,4 BHK Apartment",
"price": {
"label": "Price Not Available"
},
"landingPageUrl": "https://www.99acres.com/nyalkaran-shree-siddheshwar-heliconia-waghodia-vadodara-npxid-r372807"
}
},
{
"type": "PROJECT",
"data": {
"name": "Nyalkaran Shree Siddheshwar Hari",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/nyalkaran_group/nyalkaran_shree_siddeshwar_hari/images/r93hr1z6_med.jpg",
"altTag": "Nyalkaran Shree Siddheshwar Hari Aerial View"
},
"possessionLabel": "Possession in 2025",
"rera": {
"label": "RERA"
},
"address": "Tarsali , Vadodara",
"configLabel": "3,4 BHK Villa",
"price": {
"label": "Price Not Available"
},
"landingPageUrl": "https://www.99acres.com/nyalkaran-shree-siddheshwar-hari-tarsali-vadodara-npxid-r345751"
}
},
{
"type": "PROJECT",
"data": {
"name": "Nyalkaran Shree Siddheshwar Holiness",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/nyalkaran_group/nyalkaran_shree_siddheshwar_holiness/images/u3zxpdsr_med.jpg",
"altTag": "Nyalkaran Shree Siddheshwar Holiness Aerial View"
},
"possessionLabel": "Possession in 2023",
"rera": {
"label": "RERA"
},
"address": "Harni, Vadodara",
"configLabel": "2,3 BHK Apartment",
"price": {
"label": "Price Not Available"
},
"landingPageUrl": "https://www.99acres.com/nyalkaran-shree-siddheshwar-holiness-harni-vadodara-npxid-r314493"
}
}
]
},
{
"label": "Commercial Projects (7)",
"resCom": "C",
"selected": false,
"footer": {
"label": "View All Commercial Projects",
"landingPage": {
"urlType": "COM_NPSRP",
"params": {
"builderid": "7832"
}
}
},
"tuples": [
{
"type": "PROJECT",
"data": {
"name": "NyalKaran Shree Siddheshwar Havelock",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/nyalkaran_group/nyalkaran_shree_siddheshwar_havelock/images/co8ldju_1690270179_435605884_med.jpg",
"altTag": "NyalKaran Shree Siddheshwar Havelock Offers"
},
"possessionLabel": "Possession in 2027",
"rera": {
"label": "RERA"
},
"address": "Vemali, Vadodara",
"configLabel": "Shop",
"price": {
"label": "Price on Request"
},
"landingPageUrl": "https://www.99acres.com/nyalkaran-shree-siddheshwar-havelock-vemali-vadodara-npxid-c412878"
}
},
{
"type": "PROJECT",
"data": {
"name": "Nyalkaran Shree Siddheshwar Hridayam",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/nyalkaran_group/nyalkaran_shree_siddheshwar_hridayam/images/oib1pnb_1690177295_435380452_med.jpg",
"altTag": "Nyalkaran Shree Siddheshwar Hridayam Elevation"
},
"possessionLabel": "Possession in 2027",
"rera": {
"label": "RERA"
},
"address": "Bhayli, Vadodara",
"configLabel": "Shop",
"price": {
"label": "Price on Request"
},
"landingPageUrl": "https://www.99acres.com/nyalkaran-shree-siddheshwar-hridayam-bhayli-vadodara-npxid-c412873"
}
},
{
"type": "PROJECT",
"data": {
"name": "Nyalkaran Shree Siddeshwar The Business Harbour",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/nyalkaran_infra/nyalkaran_siddeshwar_the_business_harbour/images/9xif99ha_med.jpg",
"altTag": "Nyalkaran Shree Siddeshwar The Business Harbour Aerial View"
},
"possessionLabel": "Ready To Move",
"rera": {
"label": "RERA"
},
"address": "Waghodia, Vadodara",
"configLabel": "Shop, Bare shell Office Space",
"price": {
"label": "₹39 Lac to 40 Lac"
},
"landingPageUrl": "https://www.99acres.com/nyalkaran-shree-siddeshwar-the-business-harbour-waghodia-vadodara-npxid-c9017"
}
},
{
"type": "PROJECT",
"data": {
"name": "Nyalkaran Shree Siddheshwar Hallmark",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/unknown1/nyalkaran_shree_siddheshwar_hallmark/images/yenssvno_med.jpg",
"altTag": "Nyalkaran Shree Siddheshwar Hallmark Elevation"
},
"possessionLabel": "Ready To Move",
"rera": {
"label": "RERA"
},
"address": "Ajwa Road, Vadodara",
"configLabel": "Shop, Ready to move Office Space, Bare shell Office Space",
"price": {
"label": "₹21 Lac"
},
"landingPageUrl": "https://www.99acres.com/nyalkaran-shree-siddheshwar-hallmark-ajwa-road-vadodara-npxid-c8949"
}
},
{
"type": "PROJECT",
"data": {
"name": "Nyalkaran Shree Siddheshwar Honest",
"coverImage": {
"displayUrl": "https://newprojects.99acres.com/projects/nyalkaran_group/nyalkaran_shree_siddheshwar_honest/images/r8odxnrf_med.png",
"altTag": "Nyalkaran Shree Siddheshwar Honest Artistic Entrance"
},
"possessionLabel": "Ready To Move",
"address": "New Karelibaug, Vadodara",
"configLabel": "Shop",
"price": {
"label": "Price Not Available"
},
"landingPageUrl": "https://www.99acres.com/nyalkaran-shree-siddheshwar-honest-new-karelibaug-vadodara-npxid-c10177"
}
},
{
"type": "PROJECT",
"data": {