logiover commited on
Commit
2e1f27e
·
verified ·
1 Parent(s): f95984c

Publish sample dataset for google-play-data-api

Browse files
Files changed (3) hide show
  1. README.md +92 -0
  2. sample.json +322 -0
  3. sample.parquet +3 -0
README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ pretty_name: "Google Play Data API Scraper"
4
+ tags: [other, web-scraping, apify, developer-tools, seo-tools]
5
+ size_categories:
6
+ - n<1K
7
+ ---
8
+
9
+ # Google Play Data API Scraper
10
+
11
+ Unofficial REST-style API for Google Play Store. Search apps, get full details,
12
+ extract reviews, list category top charts, fetch developer profiles, get app
13
+ permissions. Built for developers, ASO tools, and app analytics platforms.
14
+
15
+ ## What the actor scrapes
16
+
17
+ # 📱 Google Play Data API — Unofficial Google Play Store Scraper (Apps, Reviews, Search & More) The fastest, most complete **unofficial Google Play API** on Apify. One Actor, **10 endpoints**: search apps by keyword, pull full app details, scrape reviews with automatic pagination, get top charts, find similar apps, list a developer's portfolio, mine ASO autocomplete keywords, audit Android permissions and check data-safety info — all exported to JSON, CSV or Excel. No headless browser, no proxy r
18
+
19
+ ## Who this is for
20
+
21
+ This sample is useful for anyone working in **other, developer tools, seo tools** who wants a quick look at the shape of the data before running the live actor at scale. Treat it as a static snapshot — counts, prices and timestamps reflect the moment the sample was captured and will drift over time.
22
+
23
+ ## Source
24
+
25
+ **Live source:** This dataset is a static sample. For fresh, customizable extractions, run the live Apify actor: [logiover/google-play-data-api](https://apify.com/logiover/google-play-data-api)
26
+
27
+ ## Fields
28
+
29
+ - **`_mode`** — field captured by the actor
30
+ - **`query`** — field captured by the actor
31
+ - **`title`** — item or page title
32
+ - **`appId`** — identifier
33
+ - **`url`** — canonical URL of the item
34
+ - **`icon`** — field captured by the actor
35
+ - **`developer`** — field captured by the actor
36
+ - **`developerId`** — identifier
37
+ - **`price`** — listed price (numeric or string)
38
+ - **`free`** — field captured by the actor
39
+ - **`summary`** — field captured by the actor
40
+ - **`scoreText`** — field captured by the actor
41
+ - **`score`** — engagement / popularity score
42
+ - **`scrapedAt`** — timestamp the row was scraped
43
+
44
+ ## Sample preview
45
+
46
+ ```json
47
+ [
48
+ {
49
+ "_mode": "search",
50
+ "query": "spotify",
51
+ "title": "Spotify: Music and Podcasts",
52
+ "appId": "com.spotify.music",
53
+ "url": "https://play.google.com/store/apps/details?id=com.spotify.music",
54
+ "icon": "https://play-lh.googleusercontent.com/7ynvVIRdhJNAngCg_GI7i8TtH8BqkJYmffeUHsG-mJOdzt1XLvGmbsKuc5Q1SInBjDKN",
55
+ "developer": "Spotify AB",
56
+ "developerId": "Spotify+AB",
57
+ "price": null,
58
+ "free": false,
59
+ "summary": "Listen to songs, play podcasts, create playlists and discover music you'll love",
60
+ "scoreText": "4.3",
61
+ "score": 4.337351,
62
+ "scrapedAt": "2026-05-14T12:15:55.448Z"
63
+ },
64
+ {
65
+ "_mode": "search",
66
+ "query": "spotify",
67
+ "title": "Spotify: Music & Podcasts",
68
+ "appId": "com.spotify.tv.android",
69
+ "url": "https://play.google.com/store/apps/details?id=com.spotify.tv.android",
70
+ "icon": "https://play-lh.googleusercontent.com/7ghCqs4kKYrQpTECddnejlSeAXgpdiiKlIghuDR869MpF5msXdPsd3gqjC6lstD_NfJkmP0LAUJTty7UACcrLw",
71
+ "developer": "Spotify AB",
72
+ "developerId": "Spotify+AB",
73
+ "price": null,
74
+ "free": false,
75
+ "summary": "Listen to music and podcasts. Discover playlists and lyrics.",
76
+ "scoreText": "4.0",
77
+ "score": 4.0365853,
78
+ "scrapedAt": "2026-05-14T12:15:55.448Z"
79
+ }
80
+ ]
81
+ ```
82
+
83
+ ## Snapshot stats
84
+
85
+ - Row count in this sample: **20**
86
+ - Data quality flag at capture time: `EXISTING_USED`
87
+
88
+ ## License & Attribution
89
+
90
+ Released under **Creative Commons Attribution 4.0 (CC BY 4.0)**. If you use this data, please credit the source actor and link back to its Apify Store page: [logiover/google-play-data-api](https://apify.com/logiover/google-play-data-api).
91
+
92
+ The sample is provided as-is for evaluation and research. Source websites retain their own terms of service — downstream users are responsible for complying with them when running the live actor or redistributing scraped content.
sample.json ADDED
@@ -0,0 +1,322 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "_mode": "search",
4
+ "query": "spotify",
5
+ "title": "Spotify: Music and Podcasts",
6
+ "appId": "com.spotify.music",
7
+ "url": "https://play.google.com/store/apps/details?id=com.spotify.music",
8
+ "icon": "https://play-lh.googleusercontent.com/7ynvVIRdhJNAngCg_GI7i8TtH8BqkJYmffeUHsG-mJOdzt1XLvGmbsKuc5Q1SInBjDKN",
9
+ "developer": "Spotify AB",
10
+ "developerId": "Spotify+AB",
11
+ "price": null,
12
+ "free": false,
13
+ "summary": "Listen to songs, play podcasts, create playlists and discover music you'll love",
14
+ "scoreText": "4.3",
15
+ "score": 4.337351,
16
+ "scrapedAt": "2026-05-14T12:15:55.448Z"
17
+ },
18
+ {
19
+ "_mode": "search",
20
+ "query": "spotify",
21
+ "title": "Spotify: Music & Podcasts",
22
+ "appId": "com.spotify.tv.android",
23
+ "url": "https://play.google.com/store/apps/details?id=com.spotify.tv.android",
24
+ "icon": "https://play-lh.googleusercontent.com/7ghCqs4kKYrQpTECddnejlSeAXgpdiiKlIghuDR869MpF5msXdPsd3gqjC6lstD_NfJkmP0LAUJTty7UACcrLw",
25
+ "developer": "Spotify AB",
26
+ "developerId": "Spotify+AB",
27
+ "price": null,
28
+ "free": false,
29
+ "summary": "Listen to music and podcasts. Discover playlists and lyrics.",
30
+ "scoreText": "4.0",
31
+ "score": 4.0365853,
32
+ "scrapedAt": "2026-05-14T12:15:55.448Z"
33
+ },
34
+ {
35
+ "_mode": "search",
36
+ "query": "spotify",
37
+ "title": "Spotify for Creators",
38
+ "appId": "fm.anchor.android",
39
+ "url": "https://play.google.com/store/apps/details?id=fm.anchor.android",
40
+ "icon": "https://play-lh.googleusercontent.com/Ui466DD-D6CdL9N4QEjpbbXC-5i7Of9e6vyty9F7f50lsHfvJFBqdAc-L8AQO8n4KII",
41
+ "developer": "Spotify AB",
42
+ "developerId": "Spotify+AB",
43
+ "price": null,
44
+ "free": false,
45
+ "summary": "Manage and grow your podcast",
46
+ "scoreText": "3.7",
47
+ "score": 3.738388,
48
+ "scrapedAt": "2026-05-14T12:15:55.448Z"
49
+ },
50
+ {
51
+ "_mode": "search",
52
+ "query": "spotify",
53
+ "title": "Spotify for Artists",
54
+ "appId": "com.spotify.s4a",
55
+ "url": "https://play.google.com/store/apps/details?id=com.spotify.s4a",
56
+ "icon": "https://play-lh.googleusercontent.com/2s8CbkJv3_SrQpreioheDR6tVDMRRVSuAi_DpSctxmZrB4bKS_gSBZSi4dxfDScCgQ",
57
+ "developer": "Spotify AB",
58
+ "developerId": "Spotify+AB",
59
+ "price": null,
60
+ "free": false,
61
+ "summary": "Spotify’s app that helps artists build a following that makes anything possible.",
62
+ "scoreText": "3.6",
63
+ "score": 3.590164,
64
+ "scrapedAt": "2026-05-14T12:15:55.448Z"
65
+ },
66
+ {
67
+ "_mode": "search",
68
+ "query": "spotify",
69
+ "title": "Spotify Kids",
70
+ "appId": "com.spotify.kids",
71
+ "url": "https://play.google.com/store/apps/details?id=com.spotify.kids",
72
+ "icon": "https://play-lh.googleusercontent.com/Xd1MS1QFXz_yy2SRpfx_DsMNla5ijTyCe5cYjR1bGbZt34aNQKGKYLlkdI2JMekAug",
73
+ "developer": "Spotify AB",
74
+ "developerId": "Spotify+AB",
75
+ "price": null,
76
+ "free": false,
77
+ "summary": "A playground of sound",
78
+ "scoreText": "2.5",
79
+ "score": 2.5177305,
80
+ "scrapedAt": "2026-05-14T12:15:55.448Z"
81
+ },
82
+ {
83
+ "_mode": "search",
84
+ "query": "spotify",
85
+ "title": "Swipefy: Find Music on Spotify",
86
+ "appId": "app.swipefy.mobile",
87
+ "url": "https://play.google.com/store/apps/details?id=app.swipefy.mobile",
88
+ "icon": "https://play-lh.googleusercontent.com/BfHnn64_1nWWq9mwHpsAwQbgcaNaMyLpuh7pdl3v5CP7MfO25q_MblBOlJhkeh5c",
89
+ "developer": "Swipefy B.V.",
90
+ "developerId": "5687659543662390028",
91
+ "price": null,
92
+ "free": false,
93
+ "summary": "Swipe to discover new music and build new playlists!",
94
+ "scoreText": "4.4",
95
+ "score": 4.3668637,
96
+ "scrapedAt": "2026-05-14T12:15:55.448Z"
97
+ },
98
+ {
99
+ "_mode": "search",
100
+ "query": "spotify",
101
+ "title": "Stats for Spotify - Receiptify",
102
+ "appId": "com.receiptify",
103
+ "url": "https://play.google.com/store/apps/details?id=com.receiptify",
104
+ "icon": "https://play-lh.googleusercontent.com/pfr19UAz99BvA9oIfW4b3GZRlmcmc35M7TqUOuRFM810GyALJOFVcNSRBeseaakEow0",
105
+ "developer": "Yahor V",
106
+ "developerId": "Yahor+V",
107
+ "price": null,
108
+ "free": false,
109
+ "summary": "View your Stats! Spotistats for Wrapped &amp; Stats.fm for Music &amp; Stats fm",
110
+ "scoreText": "4.3",
111
+ "score": 4.3,
112
+ "scrapedAt": "2026-05-14T12:15:55.448Z"
113
+ },
114
+ {
115
+ "_mode": "search",
116
+ "query": "spotify",
117
+ "title": "stats.fm for Spotify",
118
+ "appId": "dev.netlob.spotistats",
119
+ "url": "https://play.google.com/store/apps/details?id=dev.netlob.spotistats",
120
+ "icon": "https://play-lh.googleusercontent.com/OO06tTnQyEckM3dUDbHqmWXpI-7IbYlodDxVR7L4buzOX6KQvAeTJEV_Q45cznM63mJ-",
121
+ "developer": "StatsFM B.V.",
122
+ "developerId": "7791363214102462004",
123
+ "price": null,
124
+ "free": false,
125
+ "summary": "Formerly known as Spotistats! View your top tracks, artists, albums and more!",
126
+ "scoreText": "4.2",
127
+ "score": 4.154169,
128
+ "scrapedAt": "2026-05-14T12:15:55.448Z"
129
+ },
130
+ {
131
+ "_mode": "search",
132
+ "query": "spotify",
133
+ "title": "SoundCloud: The Music You Love",
134
+ "appId": "com.soundcloud.android",
135
+ "url": "https://play.google.com/store/apps/details?id=com.soundcloud.android",
136
+ "icon": "https://play-lh.googleusercontent.com/JSSeB3XQtb9sHD5FWTqVM4AksY_Kg2q20eExenxGqPJZdn2uVQxi8eoHkP5MA-IR4w",
137
+ "developer": "SoundCloud",
138
+ "developerId": "5736420085696151391",
139
+ "price": null,
140
+ "free": false,
141
+ "summary": "Hear what’s next in music: DJ sets, deep cuts, playlists and offline music",
142
+ "scoreText": "4.7",
143
+ "score": 4.6671076,
144
+ "scrapedAt": "2026-05-14T12:15:55.448Z"
145
+ },
146
+ {
147
+ "_mode": "search",
148
+ "query": "spotify",
149
+ "title": "YouTube Music",
150
+ "appId": "com.google.android.apps.youtube.music",
151
+ "url": "https://play.google.com/store/apps/details?id=com.google.android.apps.youtube.music",
152
+ "icon": "https://play-lh.googleusercontent.com/zD8UA5CRdiPzbvTwGKtzR4KjQpxqEK6X0tGDpzEaOo0xPEvG6HUiC_0qkpTfzpuMTqU",
153
+ "developer": "Google LLC",
154
+ "developerId": "5700313618786177705",
155
+ "price": null,
156
+ "free": false,
157
+ "summary": "The world of music dedicated to you",
158
+ "scoreText": "4.5",
159
+ "score": 4.545144,
160
+ "scrapedAt": "2026-05-14T12:15:55.449Z"
161
+ },
162
+ {
163
+ "_mode": "search",
164
+ "query": "spotify",
165
+ "title": "Deezer: Music & Podcast Player",
166
+ "appId": "deezer.android.app",
167
+ "url": "https://play.google.com/store/apps/details?id=deezer.android.app",
168
+ "icon": "https://play-lh.googleusercontent.com/yN0-XpPapyU-xvNH-Vz4hx0qqqUiYoOqx-8dUOJ5JCaIxblUrOi1bB4e66X7XJ39j8A",
169
+ "developer": "Deezer Music",
170
+ "developerId": "8280508308326756579",
171
+ "price": null,
172
+ "free": false,
173
+ "summary": "Your music, your playlists, and more—offline and unlimited.",
174
+ "scoreText": "4.3",
175
+ "score": 4.257467,
176
+ "scrapedAt": "2026-05-14T12:15:55.449Z"
177
+ },
178
+ {
179
+ "_mode": "search",
180
+ "query": "spotify",
181
+ "title": "Apple Music",
182
+ "appId": "com.apple.android.music",
183
+ "url": "https://play.google.com/store/apps/details?id=com.apple.android.music",
184
+ "icon": "https://play-lh.googleusercontent.com/mOkjjo5Rzcpk7BsHrsLWnqVadUK1FlLd2-UlQvYkLL4E9A0LpyODNIQinXPfUMjUrbE",
185
+ "developer": "Apple",
186
+ "developerId": "Apple",
187
+ "price": null,
188
+ "free": false,
189
+ "summary": "Over 100 million songs.",
190
+ "scoreText": "4.6",
191
+ "score": 4.6161795,
192
+ "scrapedAt": "2026-05-14T12:15:55.449Z"
193
+ },
194
+ {
195
+ "_mode": "search",
196
+ "query": "spotify",
197
+ "title": "Amazon Music: Songs & Podcasts",
198
+ "appId": "com.amazon.mp3",
199
+ "url": "https://play.google.com/store/apps/details?id=com.amazon.mp3",
200
+ "icon": "https://play-lh.googleusercontent.com/l2rggm768y0F1J57gCJ6e83zhuaJKOqTs5kSp2nne3XsUS7ChxiHjYB_Qyxijn6ShA",
201
+ "developer": "Amazon Mobile LLC",
202
+ "developerId": "Amazon+Mobile+LLC",
203
+ "price": null,
204
+ "free": false,
205
+ "summary": "Listen to podcasts, trending playlists, hit music and your favorite songs",
206
+ "scoreText": "3.9",
207
+ "score": 3.8673444,
208
+ "scrapedAt": "2026-05-14T12:15:55.449Z"
209
+ },
210
+ {
211
+ "_mode": "search",
212
+ "query": "spotify",
213
+ "title": "Audiomack: Music Downloader",
214
+ "appId": "com.audiomack",
215
+ "url": "https://play.google.com/store/apps/details?id=com.audiomack",
216
+ "icon": "https://play-lh.googleusercontent.com/4zXhkPkaVyWr-1jyOSw63KXVJSoeJRUOasy9x9Lsr2FBFc1RXHI9hZ-Dioud0hmSlYIv",
217
+ "developer": "Audiomack Music Apps",
218
+ "developerId": "6125644571795195171",
219
+ "price": null,
220
+ "free": false,
221
+ "summary": "Download full tracks, listen to music offline, make unlimited playlists.",
222
+ "scoreText": "4.8",
223
+ "score": 4.7986517,
224
+ "scrapedAt": "2026-05-14T12:15:55.449Z"
225
+ },
226
+ {
227
+ "_mode": "search",
228
+ "query": "spotify",
229
+ "title": "FreeYourMusic: Move Playlists",
230
+ "appId": "com.freeyourmusic.stamp",
231
+ "url": "https://play.google.com/store/apps/details?id=com.freeyourmusic.stamp",
232
+ "icon": "https://play-lh.googleusercontent.com/YONKi2q5li45LjQQLWpFtMDSBKKiq82IFGjp0wya_NY3JZwcVX_bskzh3Xvxfe6h5cBb",
233
+ "developer": "Hernas OÜ",
234
+ "developerId": "Hernas+O%C3%9C",
235
+ "price": null,
236
+ "free": false,
237
+ "summary": "Free transfer of playlists &amp; music between Spotify, Apple Music, YouTube &amp; more",
238
+ "scoreText": "3.6",
239
+ "score": 3.6018307,
240
+ "scrapedAt": "2026-05-14T12:15:55.449Z"
241
+ },
242
+ {
243
+ "_mode": "search",
244
+ "query": "spotify",
245
+ "title": "JOOX Music",
246
+ "appId": "com.tencent.ibg.joox",
247
+ "url": "https://play.google.com/store/apps/details?id=com.tencent.ibg.joox",
248
+ "icon": "https://play-lh.googleusercontent.com/ERcaEpGkbIUMqLHESvFLkl6-g0Tz9g27HxY67ksipw2a5F4fa8YHewLm8xwkzs-FDw",
249
+ "developer": "Tencent Mobility Limited",
250
+ "developerId": "Tencent+Mobility+Limited",
251
+ "price": null,
252
+ "free": false,
253
+ "summary": "JOOX Player: AI Music &amp; Hi-Fi &amp; Offline Music Downloads &amp; Smart Playlists",
254
+ "scoreText": "4.1",
255
+ "score": 4.087591,
256
+ "scrapedAt": "2026-05-14T12:15:55.449Z"
257
+ },
258
+ {
259
+ "_mode": "search",
260
+ "query": "spotify",
261
+ "title": "Musis - Rate Music for Spotify",
262
+ "appId": "com.musis.musis",
263
+ "url": "https://play.google.com/store/apps/details?id=com.musis.musis",
264
+ "icon": "https://play-lh.googleusercontent.com/9jD5aFGSG1rEWAihc_CTJHflJra14Uwf9BnVN6nuKvy3N9GLFgLW07A9PFopHW_Reg",
265
+ "developer": "Musis App",
266
+ "developerId": "Musis+App",
267
+ "price": null,
268
+ "free": false,
269
+ "summary": "Rate music (songs &amp; albums), create playlists, and connect to Spotify.",
270
+ "scoreText": "4.5",
271
+ "score": 4.5,
272
+ "scrapedAt": "2026-05-14T12:15:55.449Z"
273
+ },
274
+ {
275
+ "_mode": "search",
276
+ "query": "spotify",
277
+ "title": "Pandora - Music & Podcasts",
278
+ "appId": "com.pandora.android",
279
+ "url": "https://play.google.com/store/apps/details?id=com.pandora.android",
280
+ "icon": "https://play-lh.googleusercontent.com/jm0217jbZ0VJhGU7ecHHoi7MOcY7KMvxY5t1bIsc3KSVwLNbTwkwsfvtHvQkfabSmyNH",
281
+ "developer": "Pandora",
282
+ "developerId": "Pandora",
283
+ "price": null,
284
+ "free": false,
285
+ "summary": "Get instant access to your favorite artists, albums, playlists, and podcasts",
286
+ "scoreText": "3.9",
287
+ "score": 3.904216,
288
+ "scrapedAt": "2026-05-14T12:15:55.449Z"
289
+ },
290
+ {
291
+ "_mode": "search",
292
+ "query": "spotify",
293
+ "title": "TIDAL Music: HiFi sound",
294
+ "appId": "com.aspiro.tidal",
295
+ "url": "https://play.google.com/store/apps/details?id=com.aspiro.tidal",
296
+ "icon": "https://play-lh.googleusercontent.com/XTAH_eKY6sDA0X2y5Z4WgfomKGei2lF0pNRnNC0j2t0im18NG3CHg3QkM0s-ADNC4w",
297
+ "developer": "TIDAL",
298
+ "developerId": "6819343497663937965",
299
+ "price": null,
300
+ "free": false,
301
+ "summary": "Offline and always ad-free - stream in the highest quality available.",
302
+ "scoreText": "4.0",
303
+ "score": 4.0026765,
304
+ "scrapedAt": "2026-05-14T12:15:55.449Z"
305
+ },
306
+ {
307
+ "_mode": "search",
308
+ "query": "spotify",
309
+ "title": "Spotiguess : Quiz for Spotify",
310
+ "appId": "com.ricocorp.spotiguess",
311
+ "url": "https://play.google.com/store/apps/details?id=com.ricocorp.spotiguess",
312
+ "icon": "https://play-lh.googleusercontent.com/bH9qyEHKEha6LdG1vgH4kwknmN1TCAwjw7QSuYyyV2bjtcWL2fbzQeiPWDcN_D77EX5co8jfzSbnnLM-jMeenQ",
313
+ "developer": "RicoCorp",
314
+ "developerId": "RicoCorp",
315
+ "price": null,
316
+ "free": false,
317
+ "summary": "The ultimate guess the song game",
318
+ "scoreText": "4.0",
319
+ "score": 4.0454545,
320
+ "scrapedAt": "2026-05-14T12:15:55.449Z"
321
+ }
322
+ ]
sample.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f5d3df85a0eec63840d0b484961f7956a8ae954b5becfd9d9c76ef585a58831
3
+ size 12915