-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtopfreeapps.txt
2774 lines (2774 loc) · 103 KB
/
topfreeapps.txt
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
[
{
"title": "Peacock TV: Stream TV & Movies",
"appId": "com.peacocktv.peacockandroid",
"url": "https://play.google.com/store/apps/details?id=com.peacocktv.peacockandroid",
"icon": "https://play-lh.googleusercontent.com/IdHOrlnq_yC9w5NGHollnGnunojuEW1_-8g32VaETN3kkXkTOTi001XN2TBykRC3Tg",
"developer": "Peacock TV LLC",
"developerId": "Peacock+TV+LLC",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Stream movies, TV shows, news and sports.",
"scoreText": "4.3",
"score": 4.3052487
},
{
"title": "TikTok",
"appId": "com.zhiliaoapp.musically",
"url": "https://play.google.com/store/apps/details?id=com.zhiliaoapp.musically",
"icon": "https://play-lh.googleusercontent.com/z5nin1RdQ4UZhv6fa1FNG7VE33imGqPgC4kKZIUjgf_up7E-Pj3AaojlMPwNNXaeGA",
"developer": "TikTok Pte. Ltd.",
"developerId": "TikTok+Pte.+Ltd.",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Join your friends and discover videos you love, only on TikTok",
"scoreText": "4.5",
"score": 4.5355844
},
{
"title": "Magic Photo Editor:Foto Repair",
"appId": "com.picture.magic.imager",
"url": "https://play.google.com/store/apps/details?id=com.picture.magic.imager",
"icon": "https://play-lh.googleusercontent.com/eZHrfJNrI0_dfxVvk8Ng_qGPqLj9TVRTQpsozVN_RbLFymXirvboqTeP2rKUNi5gpg",
"developer": "Zachary Holt",
"developerId": "Zachary+Holt",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Handy photo editor : photo repair & coloring",
"scoreText": "3.8",
"score": 3.808765
},
{
"title": "Instagram",
"appId": "com.instagram.android",
"url": "https://play.google.com/store/apps/details?id=com.instagram.android",
"icon": "https://play-lh.googleusercontent.com/h9jWMwqb-h9hjP4THqrJ50eIwPekjv7QPmTpA85gFQ10PjV02CoGAcYLLptqd19Sa1iJ",
"developer": "Instagram",
"developerId": "Instagram",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Create & share photos, stories, & clips with the friends you love.",
"scoreText": "4.1",
"score": 4.0686574
},
{
"title": "Cash App",
"appId": "com.squareup.cash",
"url": "https://play.google.com/store/apps/details?id=com.squareup.cash",
"icon": "https://play-lh.googleusercontent.com/6RcPDQwPihY591Axu7e6mHhMZ22Q-dqeI5z9GkJiu4Hc-Xha77E6uoeplstYuv5RcnE",
"developer": "Square, Inc.",
"developerId": "4878871734928263649",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Send money. Stocks & bitcoin.",
"scoreText": "4.6",
"score": 4.5673356
},
{
"title": "Talking Ben the Dog",
"appId": "com.outfit7.talkingben",
"url": "https://play.google.com/store/apps/details?id=com.outfit7.talkingben",
"icon": "https://play-lh.googleusercontent.com/cvcQMYwlebh23KkUjShTZ4nzq1ubapxjOAjA5cdL41kdfOWKjfR7kgp0DOilfAnxTa8",
"developer": "Outfit7 Limited",
"developerId": "5630538819012062144",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Meet Talking Tom's best \"friend\" Ben!",
"scoreText": "4.4",
"score": 4.3704023
},
{
"title": "Disney+",
"appId": "com.disney.disneyplus",
"url": "https://play.google.com/store/apps/details?id=com.disney.disneyplus",
"icon": "https://play-lh.googleusercontent.com/xoGGYH2LgLibLDBoxMg-ZE16b-RNfITw_OgXBWRAPin2FZY4FGB9QKBYApR-0rSCkQ",
"developer": "Disney",
"developerId": "Disney",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Stream and download your favorite movies, TV shows & Originals on Disney+",
"scoreText": "4.3",
"score": 4.267847
},
{
"title": "WhatsApp Messenger",
"appId": "com.whatsapp",
"url": "https://play.google.com/store/apps/details?id=com.whatsapp",
"icon": "https://play-lh.googleusercontent.com/bYtqbOcTYOlgc6gqZ2rwb8lptHuwlNE75zYJu6Bn076-hTmvd96HH-6v7S0YUAAJXoJN",
"developer": "WhatsApp LLC",
"developerId": "WhatsApp+LLC",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Simple. Reliable. Private.",
"scoreText": "4.3",
"score": 4.296226
},
{
"title": "Relax - Meet your future",
"appId": "com.meditation.deepsleep.relax",
"url": "https://play.google.com/store/apps/details?id=com.meditation.deepsleep.relax",
"icon": "https://play-lh.googleusercontent.com/pPZfUatQ3U7ztgyMCa4vllfhQRMexDWZVNqqgjsCai4DvFGHe_RYVwbkmVZaLl-lIOU",
"developer": "go live llc",
"developerId": "go+live+llc",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Scan your hand, discover palmistry, predict health、future and love!",
"scoreText": "3.3",
"score": 3.329114
},
{
"title": "Snapchat",
"appId": "com.snapchat.android",
"url": "https://play.google.com/store/apps/details?id=com.snapchat.android",
"icon": "https://play-lh.googleusercontent.com/KxeSAjPTKliCErbivNiXrd6cTwfbqUJcbSRPe_IBVK_YmwckfMRS1VIHz-5cgT09yMo",
"developer": "Snap Inc",
"developerId": "Snap+Inc",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Share the moment!",
"scoreText": "4.2",
"score": 4.2218585
},
{
"title": "Tubi - Free Movies & TV Shows",
"appId": "com.tubitv",
"url": "https://play.google.com/store/apps/details?id=com.tubitv",
"icon": "https://play-lh.googleusercontent.com/ena1ihXTWUe9ZZr-nUiaE0V7weXPx45cxxpyzk1RQ0zmXTLnI1aI8XSKlKy8af9XUSM",
"developer": "Tubi TV",
"developerId": "9005207387328486775",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Stream Movies & TV Shows in Holiday, Anime, Horror, Reality & More!",
"scoreText": "4.8",
"score": 4.760087
},
{
"title": "HBO Max: Stream TV & Movies",
"appId": "com.hbo.hbonow",
"url": "https://play.google.com/store/apps/details?id=com.hbo.hbonow",
"icon": "https://play-lh.googleusercontent.com/GmIOtlRHzTffK3WSyNrz4NNrWFh_yUuhQb9UHXztk0ZxeeFzAUD52b9YVTGh7nsdJ8c",
"developer": "WarnerMedia Global Digital Services, LLC",
"developerId": "WarnerMedia+Global+Digital+Services,+LLC",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Stream all of HBO with hit shows, classic favorites, and Max Originals!",
"scoreText": "3.5",
"score": 3.4501586
},
{
"title": "IRS2Go",
"appId": "gov.irs",
"url": "https://play.google.com/store/apps/details?id=gov.irs",
"icon": "https://play-lh.googleusercontent.com/Vw1lnV8h7LKV9P4MNfx6GJbVRMj8rl14R0Yxo1eE_UqYPk-7g6pw3RGil19kbpU3WmY",
"developer": "Internal Revenue Service",
"developerId": "Internal+Revenue+Service",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "IRS2Go is the official app of the Internal Revenue Service.",
"scoreText": "4.0",
"score": 4.0176463
},
{
"title": "SHEIN-Fashion Shopping Online",
"appId": "com.zzkko",
"url": "https://play.google.com/store/apps/details?id=com.zzkko",
"icon": "https://play-lh.googleusercontent.com/99kIOo2NkDRAwBGQRfcq8-RP9x4PRKSxXlhiK519nxKF5ikbKhXdtgUrRI3UaSPTSwo",
"developer": "Shein Group Ltd",
"developerId": "Shein+Group+Ltd",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Meet the SHEIN app - Your one-stop shop for trends at prices you'll Love!",
"scoreText": "4.8",
"score": 4.767788
},
{
"title": "ZOOM Cloud Meetings",
"appId": "us.zoom.videomeetings",
"url": "https://play.google.com/store/apps/details?id=us.zoom.videomeetings",
"icon": "https://play-lh.googleusercontent.com/JgU6AIREDMsGLmrFSJ8OwLb-JJVw_jwqdwEZWUHemAj0V5Dl7i7GOpmranv2GsCKobM",
"developer": "zoom.us",
"developerId": "zoom.us",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Zoom is a free HD meeting app with video and screen sharing for up to 100 people",
"scoreText": "4.4",
"score": 4.365953
},
{
"title": "Messenger",
"appId": "com.facebook.orca",
"url": "https://play.google.com/store/apps/details?id=com.facebook.orca",
"icon": "https://play-lh.googleusercontent.com/ldcQMpP7OaVmglCF6kGas9cY_K0PsJzSSosx2saw9KF1m3RHaEXpH_9mwBWaYnkmctk",
"developer": "Meta Platforms, Inc.",
"developerId": "Meta+Platforms,+Inc.",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Free group video chat, video calls, voice calls and text messaging.",
"scoreText": "4.1",
"score": 4.13284
},
{
"title": "Netflix",
"appId": "com.netflix.mediaclient",
"url": "https://play.google.com/store/apps/details?id=com.netflix.mediaclient",
"icon": "https://play-lh.googleusercontent.com/TBRwjS_qfJCSj1m7zZB93FnpJM5fSpMA_wUlFDLxWAb45T9RmwBvQd5cWR5viJJOhkI",
"developer": "Netflix, Inc.",
"developerId": "Netflix,+Inc.",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Netflix is the leading subscription service for watching TV episodes and movies.",
"scoreText": "4.5",
"score": 4.472568
},
{
"title": "Bravo Booster: One-tap Cleaner",
"appId": "com.bravo.booster",
"url": "https://play.google.com/store/apps/details?id=com.bravo.booster",
"icon": "https://play-lh.googleusercontent.com/sGpJjbXMOIJ1QV-gPWuif_r6WircCAUksyoq5eDfT1YrFD1COTS_PxQJ1cpr2pQ1rA",
"developer": "Bravo GmbH",
"developerId": "8157018098813273177",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Free up storage space, all-in-one booster & ram files cleaner, keep device fast",
"scoreText": "4.4",
"score": 4.3592234
},
{
"title": "PayPal - Send, Shop, Manage",
"appId": "com.paypal.android.p2pmobile",
"url": "https://play.google.com/store/apps/details?id=com.paypal.android.p2pmobile",
"icon": "https://play-lh.googleusercontent.com/Y2_nyEd0zJftXnlhQrWoweEvAy4RzbpDah_65JGQDKo9zCcBxHVpajYgXWFZcXdKS_o",
"developer": "PayPal Mobile",
"developerId": "PayPal+Mobile",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "The PayPal app is the secure way to send and receive money, shop and pay in 4.",
"scoreText": "4.4",
"score": 4.3941975
},
{
"title": "Google Pay: Save, Pay, Manage",
"appId": "com.google.android.apps.nbu.paisa.user",
"url": "https://play.google.com/store/apps/details?id=com.google.android.apps.nbu.paisa.user",
"icon": "https://play-lh.googleusercontent.com/HArtbyi53u0jnqhnnxkQnMx9dHOERNcprZyKnInd2nrfM7Wd9ivMNTiz7IJP6-mSpwk",
"developer": "Google LLC",
"developerId": "5700313618786177705",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Send money, shop, pay bills & earn rewards — plus a secure mobile wallet",
"scoreText": "4.1",
"score": 4.070457
},
{
"title": "Smart Cleaner",
"appId": "com.tool.fast.smart.cleaner",
"url": "https://play.google.com/store/apps/details?id=com.tool.fast.smart.cleaner",
"icon": "https://play-lh.googleusercontent.com/YC732eA9VZt4VnpQJrGuoURf77oON3fl1HclN9zeYpE0u4rBckpIkHuoS8xl3jlvFw",
"developer": "annajiao",
"developerId": "annajiao",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Smart Cleaner is a professional and easy-to-use cleaning management tool",
"scoreText": "4.6",
"score": 4.6396646
},
{
"title": "DoorDash - Food Delivery",
"appId": "com.dd.doordash",
"url": "https://play.google.com/store/apps/details?id=com.dd.doordash",
"icon": "https://play-lh.googleusercontent.com/Fvled-zLfL8ER0EBNIk-FnunJCcH2u_T6rdITclOFdU2jpEopdMstZOHP-PtuhP_5coZ",
"developer": "DoorDash",
"developerId": "DoorDash",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Get your favorite restaurants delivered straight to your door.",
"scoreText": "4.6",
"score": 4.5827813
},
{
"title": "PREQUEL Aesthetic Photo Editor",
"appId": "com.prequel.app",
"url": "https://play.google.com/store/apps/details?id=com.prequel.app",
"icon": "https://play-lh.googleusercontent.com/36YDpLl60mfXJkYNx6wXIcqqcMlC5B2Shz3wi9tXO2IZ5UvN5EU8gOfWFI1Nxn8CvKTe",
"developer": "Prequel Inc.",
"developerId": "6562506502134777861",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Photo & video edits, editing effects for pictures: 90s, VHS, Vintage, Cartoon",
"scoreText": "3.1",
"score": 3.1210763
},
{
"title": "Pluto TV - Live TV and Movies",
"appId": "tv.pluto.android",
"url": "https://play.google.com/store/apps/details?id=tv.pluto.android",
"icon": "https://play-lh.googleusercontent.com/gIiZK9ZUU7tt8N08ozfe8OPBnW-KPREAHdbN1WDvqqSscVdAQuuP2_i2c1Gm2zHJ_S9x",
"developer": "Pluto, Inc.",
"developerId": "Pluto,+Inc.",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Watch Free TV! 100s of channels and 1000s of Movies and TV Shows Free!",
"scoreText": "4.3",
"score": 4.336693
},
{
"title": "Discord - Chat, Talk & Hangout",
"appId": "com.discord",
"url": "https://play.google.com/store/apps/details?id=com.discord",
"icon": "https://play-lh.googleusercontent.com/0oO5sAneb9lJP6l8c6DH4aj6f85qNpplQVHmPmbbBxAukDnlO7DarDW0b-kEIHa8SQ",
"developer": "Discord Inc.",
"developerId": "Discord+Inc.",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Chat, game, stream, share, join communities and hang out with friends.",
"scoreText": "4.5",
"score": 4.506992
},
{
"title": "QR & Barcode Scanner",
"appId": "com.gamma.scan",
"url": "https://play.google.com/store/apps/details?id=com.gamma.scan",
"icon": "https://play-lh.googleusercontent.com/nJcgTrETflv8liaA-3zrv7po7NyfKDMpMswbazxx6oWGnNAzT4D1mPniyX0nOrE-YnaV",
"developer": "Gamma Play",
"developerId": "7739323866949324662",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "The fastest QR code reader and Barcode scanner.",
"scoreText": "4.6",
"score": 4.5738463
},
{
"title": "Roku - Official Remote Control",
"appId": "com.roku.remote",
"url": "https://play.google.com/store/apps/details?id=com.roku.remote",
"icon": "https://play-lh.googleusercontent.com/gh8XYB5Lqs0btp5QU7WM60dTXe8oXMCeIXHq6tGNe8ncL4wxjgLTyqPenv8MzlSWJfk",
"developer": "Roku Inc.",
"developerId": "Roku+Inc.",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Turn your mobile device into the ultimate streaming companion",
"scoreText": "4.4",
"score": 4.400507
},
{
"title": "Telegram",
"appId": "org.telegram.messenger",
"url": "https://play.google.com/store/apps/details?id=org.telegram.messenger",
"icon": "https://play-lh.googleusercontent.com/ZU9cSsyIJZo6Oy7HTHiEPwZg0m2Crep-d5ZrfajqtsH-qgUXSqKpNA2FpPDTn-7qA5Q",
"developer": "Telegram FZ-LLC",
"developerId": "Telegram+FZ-LLC",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Telegram is a messaging app with a focus on speed and security.",
"scoreText": "4.5",
"score": 4.466124
},
{
"title": "McDonald's",
"appId": "com.mcdonalds.app",
"url": "https://play.google.com/store/apps/details?id=com.mcdonalds.app",
"icon": "https://play-lh.googleusercontent.com/hSRuCp9qVkxNYLYibPYyra4bQLYDyHg40TA1Cu6i9Z3HsWEgS1q076VfjacAdQquHw",
"developer": "McDonalds USA, LLC",
"developerId": "McDonalds+USA,+LLC",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Order, Deals & Rewards",
"scoreText": "4.3",
"score": 4.287066
},
{
"title": "Facebook",
"appId": "com.facebook.katana",
"url": "https://play.google.com/store/apps/details?id=com.facebook.katana",
"icon": "https://play-lh.googleusercontent.com/ccWDU4A7fX1R24v-vvT480ySh26AYp97g1VrIB_FIdjRcuQB2JP2WdY7h_wVVAeSpg",
"developer": "Meta Platforms, Inc.",
"developerId": "Meta+Platforms,+Inc.",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Find friends, watch live videos, play games & save photos in your social network",
"scoreText": "3.2",
"score": 3.1516666
},
{
"title": "Spotify: Music and Podcasts",
"appId": "com.spotify.music",
"url": "https://play.google.com/store/apps/details?id=com.spotify.music",
"icon": "https://play-lh.googleusercontent.com/UrY7BAZ-XfXGpfkeWg0zCCeo-7ras4DCoRalC_WXXWTK9q5b0Iw7B0YQMsVxZaNB7DM",
"developer": "Spotify AB",
"developerId": "Spotify+AB",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Discover new music & play your favorite songs, albums, artists & podcasts",
"scoreText": "4.4",
"score": 4.3629546
},
{
"title": "TextNow: Call + Text Unlimited",
"appId": "com.enflick.android.TextNow",
"url": "https://play.google.com/store/apps/details?id=com.enflick.android.TextNow",
"icon": "https://play-lh.googleusercontent.com/ZfKZlSBUSyrWni4pPEBNhmFVkafq7bw7vgDvmtuRU6XHL7o-lG95y0VM45af9nG_UKs",
"developer": "TextNow, Inc.",
"developerId": "8273134989898180729",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Get unlimited calls and texts with a local phone number",
"scoreText": "4.4",
"score": 4.406513
},
{
"title": "Bravo Cleaner: Speed Booster",
"appId": "com.engro.cleanerforsns",
"url": "https://play.google.com/store/apps/details?id=com.engro.cleanerforsns",
"icon": "https://play-lh.googleusercontent.com/1xVolUoHWdLG5NONEdDXwxpStu3Kok3c9w_sRCkO5_KkCmDv7D4V8wmTU8FXEwbMdQ",
"developer": "Bravo GmbH",
"developerId": "8157018098813273177",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Make Android phone faster & smoother, CPU cooler & battery saver to boost mobile",
"scoreText": "4.3",
"score": 4.3227515
},
{
"title": "Vrbo Vacation Rentals",
"appId": "com.vrbo.android",
"url": "https://play.google.com/store/apps/details?id=com.vrbo.android",
"icon": "https://play-lh.googleusercontent.com/kMaMdsJ7pmxKdfK5u0SF4z4NpBbcAgjgCw_0VAcmlnjhN9810kGuNcrnAMG8U_b_U_w",
"developer": "Vrbo",
"developerId": "8891730306330184942",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Find the perfect vacation rental. Search from over 2 million properties.",
"scoreText": "4.4",
"score": 4.3844495
},
{
"title": "TurboTax: File Your Tax Return",
"appId": "com.intuit.turbotax.mobile",
"url": "https://play.google.com/store/apps/details?id=com.intuit.turbotax.mobile",
"icon": "https://play-lh.googleusercontent.com/qZ2NfFkU66kGpn3NcCGeUPrb9hu9d3F2DA88epxAfOII7VvS-646DiPWA2ReMguM21k",
"developer": "Intuit Inc",
"developerId": "7987416923533646496",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "File FREE: On your own, with expert help, or when an expert does your taxes",
"scoreText": "4.6",
"score": 4.640979
},
{
"title": "Amazon Prime Video",
"appId": "com.amazon.avod.thirdpartyclient",
"url": "https://play.google.com/store/apps/details?id=com.amazon.avod.thirdpartyclient",
"icon": "https://play-lh.googleusercontent.com/VojafVZNddI6JvdDGWFrRmxc-prrcInL2AuBymsqGoeXjT4f9sv7KnetB-v3iLxk_Koi",
"developer": "Amazon Mobile LLC",
"developerId": "Amazon+Mobile+LLC",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Watch TV shows and movies including award-winning Amazon exclusives.",
"scoreText": "4.4",
"score": 4.4357038
},
{
"title": "Twitter",
"appId": "com.twitter.android",
"url": "https://play.google.com/store/apps/details?id=com.twitter.android",
"icon": "https://play-lh.googleusercontent.com/wIf3HtczQDjHzHuu7vezhqNs0zXAG85F7VmP7nhsTxO3OHegrVXlqIh_DWBYi86FTIGk",
"developer": "Twitter, Inc.",
"developerId": "Twitter,+Inc.",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Now with Twitter spaces: Join, listen, and speak in live audio conversations",
"scoreText": "3.7",
"score": 3.6508746
},
{
"title": "CapCut - Video Editor",
"appId": "com.lemon.lvoverseas",
"url": "https://play.google.com/store/apps/details?id=com.lemon.lvoverseas",
"icon": "https://play-lh.googleusercontent.com/GCeBKSeyXZaICkBU6xXmK9qnlVPCcXfaF_OsWEx6zUYtwvI1Sb0CPtp2fsqmcImw9BQ",
"developer": "Bytedance Pte. Ltd.",
"developerId": "Bytedance+Pte.+Ltd.",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Capture the moment and Cut",
"scoreText": "4.3",
"score": 4.326139
},
{
"title": "Klarna | Shop now. Pay later.",
"appId": "com.myklarnamobile",
"url": "https://play.google.com/store/apps/details?id=com.myklarnamobile",
"icon": "https://play-lh.googleusercontent.com/tDXSaAt_I_qx6am_rTcQ1WHaXo6ncfiB-b742DnSXZkJGASvs15yRYnvzogzbYwse0QD",
"developer": "Klarna Bank AB (publ)",
"developerId": "Klarna+Bank+AB+(publ)",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Shop fashion, beauty & tech. Buy now. Pay over time. Manage returns.",
"scoreText": "4.6",
"score": 4.622026
},
{
"title": "Amazon Shopping",
"appId": "com.amazon.mShop.android.shopping",
"url": "https://play.google.com/store/apps/details?id=com.amazon.mShop.android.shopping",
"icon": "https://play-lh.googleusercontent.com/QPKtPRTJyhrYoPqYmjP81aCeYAQrH7ocIC25Tw8spEoKsX7eY0cqXMJp4QfkIq2bSg",
"developer": "Amazon Mobile LLC",
"developerId": "Amazon+Mobile+LLC",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Browse, search & buy millions of products right from your Android device.",
"scoreText": "4.4",
"score": 4.430659
},
{
"title": "Walmart Shopping & Grocery",
"appId": "com.walmart.android",
"url": "https://play.google.com/store/apps/details?id=com.walmart.android",
"icon": "https://play-lh.googleusercontent.com/nckECUuaqv8rJllZ3CIvOJxxBnqe0TISPy_X-9B3U8nM4rst1Nr0eixKZlXW5fKyiTsf",
"developer": "Walmart",
"developerId": "Walmart",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Easy shopping, plus grocery delivery or curbside pickup.",
"scoreText": "4.6",
"score": 4.6302752
},
{
"title": "Hulu: Stream TV Series & Films",
"appId": "com.hulu.plus",
"url": "https://play.google.com/store/apps/details?id=com.hulu.plus",
"icon": "https://play-lh.googleusercontent.com/4whGAVjZGrrlNxzheKAfBXrxggtyAb4euWLeQI8fDfVfdnFEZjE0DZTJ8DKoh64pqcIa",
"developer": "Hulu",
"developerId": "Hulu",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Discover movies, stream your favorite Hulu Originals & watch TV shows you love",
"scoreText": "4.1",
"score": 4.107194
},
{
"title": "Reddit",
"appId": "com.reddit.frontpage",
"url": "https://play.google.com/store/apps/details?id=com.reddit.frontpage",
"icon": "https://play-lh.googleusercontent.com/8Vw-7MAm558750a4M55fiOlUf7lP2cYnFuqSWynrygIiyEEiQQDa_xxHKYOX83L0UD2T",
"developer": "reddit Inc.",
"developerId": "reddit+Inc.",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Dive into anything",
"scoreText": "4.1",
"score": 4.07435
},
{
"title": "Cool Wallpaper",
"appId": "com.cool.black.tech.steel.wallpapers.backgrounds.uhd4k",
"url": "https://play.google.com/store/apps/details?id=com.cool.black.tech.steel.wallpapers.backgrounds.uhd4k",
"icon": "https://play-lh.googleusercontent.com/iwVhCD8Iv98ml9weIeDI1JvMEPuUvC6yNG_CPnlPW1xGY7TSgjqPU-IwLF59Bl-zRw",
"developer": "Wallpaper World Designs",
"developerId": "9003293103592992235",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "10000+ cool wallpapers & keyboard wallpapers, cool backgrounds for your phone!",
"scoreText": "4.8",
"score": 4.8290324
},
{
"title": "Phone Optimizer",
"appId": "com.phone.optimizer.tool.cleaner",
"url": "https://play.google.com/store/apps/details?id=com.phone.optimizer.tool.cleaner",
"icon": "https://play-lh.googleusercontent.com/Ux6Ad3FF5rktIyLDcTk_7VC8KW0ufSRmnFUd5YqisU919zpQBPCjltKyHHS9uqEqmgY",
"developer": "[email protected]",
"developerId": "[email protected]",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Phone Optimizer is an optimization tool for Android phones.",
"scoreText": "4.6",
"score": 4.596107
},
{
"title": "Venmo",
"appId": "com.venmo",
"url": "https://play.google.com/store/apps/details?id=com.venmo",
"icon": "https://play-lh.googleusercontent.com/YAKMX5YFcuE8_NogkbM7gkqrhBY6CUefbpULAVnNZLSitbo9S3Dw2FIYNqhW0d5G94Y",
"developer": "PayPal, Inc.",
"developerId": "PayPal,+Inc.",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Venmo is the fun and easy way to pay and get paid.",
"scoreText": "4.2",
"score": 4.2314253
},
{
"title": "Booking.com: Hotels and more",
"appId": "com.booking",
"url": "https://play.google.com/store/apps/details?id=com.booking",
"icon": "https://play-lh.googleusercontent.com/eJuvWSnbPwEWAQCYwl8i9nPJXRzTv94JSYGGrKIu0qeuG_5wgYtb982-2F_jOGtIytY",
"developer": "Booking.com Hotels & Vacation Rentals",
"developerId": "8601716327451933581",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Stay flexible with free cancellation.",
"scoreText": "4.6",
"score": 4.574817
},
{
"title": "eBay: The shopping marketplace",
"appId": "com.ebay.mobile",
"url": "https://play.google.com/store/apps/details?id=com.ebay.mobile",
"icon": "https://play-lh.googleusercontent.com/31-mJUIynIfQBizOn-w1yWLKHBxVeRKA3gz348_E3K-TnuEaqCjn_-Fr9j0yQ6i0y5E",
"developer": "eBay Mobile",
"developerId": "6005619443614255030",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Shop, discover deals, make money - tech, fashion, watches, sneakers, home/garden",
"scoreText": "4.7",
"score": 4.6713796
},
{
"title": "Pinterest",
"appId": "com.pinterest",
"url": "https://play.google.com/store/apps/details?id=com.pinterest",
"icon": "https://play-lh.googleusercontent.com/dVsv8Hc4TOUeLFAahxR8KANg22W9dj2jBsTW1VHv3CV-5NCZjP9D9i2j5IpfVx2NTB8",
"developer": "Pinterest",
"developerId": "Pinterest",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "One destination for a world of inspiration.",
"scoreText": "4.6",
"score": 4.5566335
},
{
"title": "Shop: package & order tracker",
"appId": "com.shopify.arrive",
"url": "https://play.google.com/store/apps/details?id=com.shopify.arrive",
"icon": "https://play-lh.googleusercontent.com/fHr2pe1B7n_dvrFX3e-P-BFrsiMJ-nPh4_wn4Yj2vwlINS_Lb4CwK8qKGK8upu5to-RK",
"developer": "Shopify Inc.",
"developerId": "8929232438554100687",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "The automatic package tracking app for online orders supported by 600+ carriers",
"scoreText": "4.8",
"score": 4.767648
},
{
"title": "Uber - Request a ride",
"appId": "com.ubercab",
"url": "https://play.google.com/store/apps/details?id=com.ubercab",
"icon": "https://play-lh.googleusercontent.com/qy_wZ92sFQccojEtscg52vtdAQmCIeQ4jsybMPmuML9Or7_SEOyrt0Jn0wyG-l2Fyw",
"developer": "Uber Technologies, Inc.",
"developerId": "7908612043055486674",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "We’ve established new safety protocols to help you feel safe when you ride.",
"scoreText": "3.8",
"score": 3.8282797
},
{
"title": "Hopper: Hotels, Flights & Cars",
"appId": "com.hopper.mountainview.play",
"url": "https://play.google.com/store/apps/details?id=com.hopper.mountainview.play",
"icon": "https://play-lh.googleusercontent.com/r6tUNKZ1tOURyvZIr5z-5pVfOAerB1hUeOiiY-Tqjrsw0MFv9BnFjijqS5yrfNsANQ",
"developer": "Hopper Inc.",
"developerId": "Hopper+Inc.",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Spend less. Travel better.",
"scoreText": "3.9",
"score": 3.854718
},
{
"title": "Microsoft Teams",
"appId": "com.microsoft.teams",
"url": "https://play.google.com/store/apps/details?id=com.microsoft.teams",
"icon": "https://play-lh.googleusercontent.com/jKU64njy8urP89V1O63eJxMtvWjDGETPlHVIhDv9WZAYzsSxRWyWZkUlBJZj_HbkHA",
"developer": "Microsoft Corporation",
"developerId": "6720847872553662727",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Chat, call or meet with anyone from anywhere with Microsoft Teams",
"scoreText": "4.7",
"score": 4.6510396
},
{
"title": "JustPlay - Earn or Donate",
"appId": "com.justplay.app",
"url": "https://play.google.com/store/apps/details?id=com.justplay.app",
"icon": "https://play-lh.googleusercontent.com/bljUXd8XG7HdHtcL8MWx0fBJNwzEbSTENPjiDhtRJrYsurP13NMdgqptsmcoFyuGHg",
"developer": "JustPlay GmbH",
"developerId": "6302026168612451910",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Discover amazing games, earn fair rewards & support charities.",
"scoreText": "4.4",
"score": 4.357938
},
{
"title": "King James Bible - Verse+Audio",
"appId": "kjv.bible.kingjamesbible",
"url": "https://play.google.com/store/apps/details?id=kjv.bible.kingjamesbible",
"icon": "https://play-lh.googleusercontent.com/6OZsxYBXjE2WmI7WI6exaIUY-SygmjAo04g41kP_ywZqYxAy-eVjQXgL1DR14ya4IQ",
"developer": "iDailybread.org",
"developerId": "iDailybread.org",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Bible KJV App - Bible study tool on your phone with audio books and daily verse",
"scoreText": "4.9",
"score": 4.9019275
},
{
"title": "OfferUp: Buy. Sell. Letgo.",
"appId": "com.offerup",
"url": "https://play.google.com/store/apps/details?id=com.offerup",
"icon": "https://play-lh.googleusercontent.com/l_81q9c_BqSJX58fQ-hqWQO9LmMqcuIFW2leB9PtUyu7QY1ngt3gzW0qTos2vBMvpQ",
"developer": "OfferUp Inc.",
"developerId": "6555163955117115707",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Letgo is now part of OfferUp! Shop local items, find deals or sell in seconds",
"scoreText": "4.2",
"score": 4.212614
},
{
"title": "Uber Eats: Food Delivery",
"appId": "com.ubercab.eats",
"url": "https://play.google.com/store/apps/details?id=com.ubercab.eats",
"icon": "https://play-lh.googleusercontent.com/MMBG4AZmpMhSfhF5k7QnFmhvFbaF5ZC_BtEOIKRt9TIkUZjul2lWwPZV75PwTfoSm23-jgMxkroRGA-vkDg",
"developer": "Uber Technologies, Inc.",
"developerId": "7908612043055486674",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Food & Grocery Delivery App. Order Pizza, Sushi, Burger, Tacos to your door!",
"scoreText": "4.3",
"score": 4.2877645
},
{
"title": "Credit Karma",
"appId": "com.creditkarma.mobile",
"url": "https://play.google.com/store/apps/details?id=com.creditkarma.mobile",
"icon": "https://play-lh.googleusercontent.com/awnVMi-BtmYLp6lgF19Qv0McVObf53HW7HQX7XY_cE7P6F9C6D7boWEtWqsmpaUTI68",
"developer": "Credit Karma, Inc.",
"developerId": "Credit+Karma,+Inc.",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "The money app where your hard work pays off on your financial progress.",
"scoreText": "4.7",
"score": 4.7136264
},
{
"title": "Samsung Smart Switch Mobile",
"appId": "com.sec.android.easyMover",
"url": "https://play.google.com/store/apps/details?id=com.sec.android.easyMover",
"icon": "https://play-lh.googleusercontent.com/KlHY0O3groJhp-QsW4CBfxZuabFkfGOhjIjrlQw-b28Z6KXmYn3QSFbrtgZsJz4HYw",
"developer": "Samsung Electronics Co., Ltd.",
"developerId": "5200379633052405703",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "If you can't download, you can open Smart Switch from device's Settings menu",
"scoreText": "4.1",
"score": 4.142168
},
{
"title": "T-Mobile Tuesdays",
"appId": "com.tmobile.tuesdays",
"url": "https://play.google.com/store/apps/details?id=com.tmobile.tuesdays",
"icon": "https://play-lh.googleusercontent.com/IS_vtIMZC3blWeX_lAikZf5dqJtw7sIfQPp86IZeNy3GrsdjzYmpzw79d-MNYJe8-nM",
"developer": "T-Mobile USA",
"developerId": "T-Mobile+USA",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "#GETTHANKED every week. Download the app for exclusive offers, prizes & more!",
"scoreText": "4.5",
"score": 4.5272126
},
{
"title": "Paramount+ | Peak Streaming",
"appId": "com.cbs.app",
"url": "https://play.google.com/store/apps/details?id=com.cbs.app",
"icon": "https://play-lh.googleusercontent.com/oi4GE8ulxHp4Y2xVzKu_WAMrgE4Jj4Kbdd7hAWLeoZTsMtC5bYTd2xcYhlvMk69pTFY",
"developer": "CBS Interactive, Inc.",
"developerId": "CBS+Interactive,+Inc.",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Explore Star Trek: Discovery & Big Nate before Star Trek: Picard season 2 (3/3)",
"scoreText": "3.6",
"score": 3.6315458
},
{
"title": "Zelle",
"appId": "com.zellepay.zelle",
"url": "https://play.google.com/store/apps/details?id=com.zellepay.zelle",
"icon": "https://play-lh.googleusercontent.com/F4U2pL8z-Ic5FzCfe1xVXMWRvff6oEBIzDsyGRc4mE3bIUPiCfhuXXXvTOfcpVglKqs",
"developer": "Early Warning Services, LLC",
"developerId": "Early+Warning+Services,+LLC",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Zelle is the fast, safe, easy way to send money to friends and family.",
"scoreText": "4.3",
"score": 4.279913
},
{
"title": "Facebook Lite",
"appId": "com.facebook.lite",
"url": "https://play.google.com/store/apps/details?id=com.facebook.lite",
"icon": "https://play-lh.googleusercontent.com/5pZMqQYClc5McEjaISPkvhF8pDmlbLqraTMwk1eeqTlnUSjVxPCq-MItIrJPJGe7xW4",
"developer": "Meta Platforms, Inc.",
"developerId": "Meta+Platforms,+Inc.",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "This version of Facebook uses less data and works in all network conditions.",
"scoreText": "4.1",
"score": 4.1484995
},
{
"title": "Ticketmaster-Buy, Sell Tickets to Concerts, Sports",
"appId": "com.ticketmaster.mobile.android.na",
"url": "https://play.google.com/store/apps/details?id=com.ticketmaster.mobile.android.na",
"icon": "https://play-lh.googleusercontent.com/KmWVboPY-BCCfiflJ-AYCPGBv86QLMsXsSpvQksC0DVR8ENV0lh-lwHnXrekpHwbQA",
"developer": "Ticketmaster L.L.C.",
"developerId": "5712692731004758815",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Buy and sell concert, sports, broadway, theater, NFL, MLB & last minute tickets.",
"scoreText": "3.6",
"score": 3.5552678
},
{
"title": "ToonApp: Cartoon Photo Editor",
"appId": "com.lyrebirdstudio.cartoon",
"url": "https://play.google.com/store/apps/details?id=com.lyrebirdstudio.cartoon",
"icon": "https://play-lh.googleusercontent.com/vQg0QpZpLjhn3kqKyTNgKZtBvFnAzkGrPO2EuoXmb4PipVsrs9ZyFf7D4U23Me8y4ZU",
"developer": "Lyrebird Studios",
"developerId": "8472924737835316809",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Cartoon yourself with cute cartoon face app. Funny photo editing & toon me!",
"scoreText": "4.5",
"score": 4.4947066
},
{
"title": "Move to iOS",
"appId": "com.apple.movetoios",
"url": "https://play.google.com/store/apps/details?id=com.apple.movetoios",
"icon": "https://play-lh.googleusercontent.com/7oYf_DNF77eJr9bIoY_GuN1OmYbgQL2VkZLTUfVI4TAspf8qdSjeJpIYbNQe-Va3FJlk",
"developer": "Apple",
"developerId": "Apple",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Move to iOS transfers your data securely from Android to iPhone or iPad.",
"scoreText": "2.8",
"score": 2.816182
},
{
"title": "Etsy: Buy & Sell Unique Items",
"appId": "com.etsy.android",
"url": "https://play.google.com/store/apps/details?id=com.etsy.android",
"icon": "https://play-lh.googleusercontent.com/giKCCPigafUbKQ1AkXVxSjQ1PggetEI96ORNKxxhQdvGAFhto71kO4zf7gZ9oOdLIQe5",
"developer": "Etsy, Inc",
"developerId": "Etsy,+Inc",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Shop our global marketplace of handmade, vintage and creative goods",
"scoreText": "4.9",
"score": 4.864207
},
{
"title": "The Home Depot",
"appId": "com.thehomedepot",
"url": "https://play.google.com/store/apps/details?id=com.thehomedepot",
"icon": "https://play-lh.googleusercontent.com/n-vPcnP-kTyZ5eH6QJkIvAhylJuU__wOZyfcJR3D3u2N1aChqfXEroE4KVSfNlGd2Hs",
"developer": "The Home Depot, Inc.",
"developerId": "The+Home+Depot,+Inc.",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Search, browse and shop over a million products directly from The Home Depot.",
"scoreText": "4.6",
"score": 4.596864
},
{
"title": "Coinbase: Buy Bitcoin & Ether",
"appId": "com.coinbase.android",
"url": "https://play.google.com/store/apps/details?id=com.coinbase.android",
"icon": "https://play-lh.googleusercontent.com/PjoJoG27miSglVBXoXrxBSLveV6e3EeBPpNY55aiUUBM9Q1RCETKCOqdOkX2ZydqVf0",
"developer": "Coinbase Android",
"developerId": "Coinbase+Android",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Buy, sell, hold & trade Bitcoin & other crypto. Easy to use & blockchain secured",
"scoreText": "4.2",
"score": 4.176469
},
{
"title": "Messenger Home - SMS Launcher",
"appId": "com.myhomescreen.sms",
"url": "https://play.google.com/store/apps/details?id=com.myhomescreen.sms",
"icon": "https://play-lh.googleusercontent.com/34KpZO_6hcbzYVO5tsJFJNSve-_ATlchQrrV0eNOFCcTmzsGNAOTxCJ1Xh9XvzoRpA",
"developer": "Yobi Mobi",
"developerId": "7738048749662331558",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Home Screen Customized SMS Text Messaging App",
"scoreText": "4.2",
"score": 4.195533
},
{
"title": "Life360: Find Family & Friends",
"appId": "com.life360.android.safetymapd",
"url": "https://play.google.com/store/apps/details?id=com.life360.android.safetymapd",
"icon": "https://play-lh.googleusercontent.com/wyADnq1wH6_x5wO5ug2meYP7TIKmLBvA9jS1Ovf20Skqz7crSq59FIKP5oYaEj8KZg",
"developer": "Life360",
"developerId": "Life360",
"priceText": "FREE",
"price": 0,
"free": true,
"summary": "Comprehensive family safety membership plans for busy, modern life.",
"scoreText": "4.5",
"score": 4.5030603
},
{
"title": "Twitch: Live Game Streaming",
"appId": "tv.twitch.android.app",
"url": "https://play.google.com/store/apps/details?id=tv.twitch.android.app",
"icon": "https://play-lh.googleusercontent.com/QLQzL-MXtxKEDlbhrQCDw-REiDsA9glUH4m16syfar_KVLRXlzOhN7tmAceiPerv4Jg",